Home
last modified time | relevance | path

Searched refs:MPEGaudioFrameLength (Results 1 – 3 of 3) sorted by relevance

/plugin/jukebox/id3/
H A Dmodule.audio.mp3.php536 …$thisfile_mpeg_audio['framelength'] = getid3_mp3::MPEGaudioFrameLength($thisfile_mpeg_audio['bitra…
1239 $MPEGaudioHeaderLengthCache[$head4] = getid3_mp3::MPEGaudioFrameLength(
1719 function MPEGaudioFrameLength(&$bitrate, &$version, &$layer, $padding, &$samplerate) { function in getid3_mp3
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.mp3.php563 …$thisfile_mpeg_audio['framelength'] = self::MPEGaudioFrameLength($thisfile_mpeg_audio['bitrate'], …
1318 $MPEGaudioHeaderLengthCache[$head4] = self::MPEGaudioFrameLength(
1916 …public static function MPEGaudioFrameLength(&$bitrate, &$version, &$layer, $padding, &$samplerate)… function in getid3_mp3
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php1377 …echo '<tr><th>Frame Length:</th><td>'.(int) MPEGaudioFrameLength($_POST['bitrate'], $_POST['versio…
1422 …$MP3fileInfo['framelength'] = MPEGaudioFrameLength($MP3fileInfo['bitrate'], $MP3fileInfo['version'…
1785 …$ThisFileInfo['mpeg']['audio']['framelength'] = MPEGaudioFrameLength($ThisFileInfo['mpeg']['audio'…
2766 function MPEGaudioFrameLength(&$bitrate, &$version, &$layer, $padding, &$samplerate) { function