Searched refs:bitrateLookup (Results 1 – 2 of 2) sorted by relevance
445 $thisfile_ac3['bitrate'] = self::bitrateLookup($thisfile_ac3_raw_bsi['frmsizecod']);778 public static function bitrateLookup($frmsizecod) { function in getid3_ac3783 static $bitrateLookup = array(804 return (isset($bitrateLookup[$framesizeid]) ? $bitrateLookup[$framesizeid] : false);
125 $info['dts']['bitrate'] = self::bitrateLookup($info['dts']['raw']['bitrate']);169 public static function bitrateLookup($index) { function in getid3_dts