Searched refs:roomTypeLookup (Results 1 – 1 of 1) sorted by relevance
142 $thisfile_ac3['room_type'] = self::roomTypeLookup($thisfile_ac3_raw_bsi['roomtyp']);166 $thisfile_ac3['room_type2'] = self::roomTypeLookup($thisfile_ac3_raw_bsi['roomtyp2']);719 public static function roomTypeLookup($roomtyp) { function in getid3_ac3720 static $roomTypeLookup = array(726 return (isset($roomTypeLookup[$roomtyp]) ? $roomTypeLookup[$roomtyp] : false);