Home
last modified time | relevance | path

Searched defs:ThisFileInfo (Results 1 – 14 of 14) sorted by relevance

/plugin/jukebox/id3/
H A Dmodule.audio.mp3.php29 function getid3_mp3(&$fd, &$ThisFileInfo) {
158 function GuessEncoderOptions(&$ThisFileInfo) {
401 …function decodeMPEGaudioHeader($fd, $offset, &$ThisFileInfo, $recursivesearch=true, $ScanAsCBR=fal…
1070 …function RecursiveFrameScanning(&$fd, &$ThisFileInfo, &$offset, &$nextframetestoffset, $ScanAsCBR)…
1108 function FreeFormatFrameLength($fd, $offset, &$ThisFileInfo, $deepscan=false) {
1183 function getOnlyMPEGaudioInfoBruteForce($fd, &$ThisFileInfo) {
1319 function getOnlyMPEGaudioInfo($fd, &$ThisFileInfo, $avdataoffset, $BitrateHistogram=false) {
H A Dmodule.tag.id3v2.php21 function getid3_id3v2(&$fd, &$ThisFileInfo, $StartingOffset=0) {
506 function ParseID3v2Frame(&$parsedFrame, &$ThisFileInfo) {
H A Dmodule.tag.id3v1.php20 function getid3_id3v1(&$fd, &$ThisFileInfo) {
H A Dmodule.audio-video.flv.php41 function getid3_flv(&$fd, &$ThisFileInfo, $ReturnAllTagData=false) {
H A Dgetid3.lib.php1187 function CopyTagsToComments(&$ThisFileInfo) {
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.basic.php24 $ThisFileInfo = $getID3->analyze($filename); variable
H A Ddemo.simple.php38 $ThisFileInfo = $getID3->analyze($FullFileName); variable
H A Ddemo.mp3header.php1212 function CalculateCompressionRatioVideo(&$ThisFileInfo) {
1261 function CalculateCompressionRatioAudio(&$ThisFileInfo) {
1583 function getMP3headerFilepointer(&$fd, &$ThisFileInfo) {
1659 function decodeMPEGaudioHeader($fd, $offset, &$ThisFileInfo, $recursivesearch=true, $ScanAsCBR=fals…
2239 function RecursiveFrameScanning(&$fd, &$ThisFileInfo, &$offset, &$nextframetestoffset, $ScanAsCBR) {
2277 function FreeFormatFrameLength($fd, $offset, &$ThisFileInfo, $deepscan=false) {
2353 function getOnlyMPEGaudioInfo($fd, &$ThisFileInfo, $avdataoffset, $BitrateHistogram=false) {
H A Ddemo.browse.php95 $ThisFileInfo = $getID3->analyze($_REQUEST['filename']); variable
H A Ddemo.mysqli.php465 $ThisFileInfo = $getID3->analyze($filename); variable
619 $ThisFileInfo = $getID3->analyze($row['filename']); variable
1781 $ThisFileInfo = $getID3->analyze($filename); variable
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.php129 private $ThisFileInfo; variable in getid3_writetags
H A Dgetid3.php1577 public function CopyTagsToComments(&$ThisFileInfo) {
H A Dgetid3.lib.php1536 public static function CopyTagsToComments(&$ThisFileInfo, $option_tags_html=true) {
/plugin/photogallery/phpThumb/
H A Dphpthumb.bmp.php82 public function getid3_bmp(&$BMPdata, &$ThisFileInfo, $ExtractPalette=false, $ExtractData=false) {