Home
last modified time | relevance | path

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

/plugin/jukebox/id3/
H A Dmodule.audio.mp3.php918 $framebytelength = getid3_mp3::FreeFormatFrameLength($fd, $offset, $ThisFileInfo, true);
1108 function FreeFormatFrameLength($fd, $offset, &$ThisFileInfo, $deepscan=false) { function in getid3_mp3
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.mp3.php969 $framebytelength = $this->FreeFormatFrameLength($offset, true);
1180 public function FreeFormatFrameLength($offset, $deepscan=false) { function in getid3_mp3
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php2091 $framebytelength = FreeFormatFrameLength($fd, $offset, $ThisFileInfo, true);
2277 function FreeFormatFrameLength($fd, $offset, &$ThisFileInfo, $deepscan=false) { function