Home
last modified time | relevance | path

Searched refs:ftell (Results 26 – 50 of 67) sorted by path

123

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php494 if (($fseek < 0) || (($this->info['filesize'] != 0) && (ftell($this->fp) == 0)) ||
496 (ftell($this->fp) < 0)) {
2025 protected function ftell() { function in getid3_handler
2029 return ftell($this->getid3->fp);
2044 $pos = $this->ftell() + $bytes;
2046 …throw new getid3_exception('cannot fread('.$bytes.' from '.$this->ftell().') because beyond PHP fi…
2061 …throw new getid3_exception('cannot fread('.$bytes.' from '.$this->ftell().') that is more than ava…
2098 $pos = $this->ftell() + $bytes;
H A Dmodule.archive.zip.php234 $LocalFileHeader['offset'] = $this->ftell();
292 $LocalFileHeader['data_offset'] = $this->ftell();
299 …('invalid Local File Header Data Descriptor Signature at offset '.($this->ftell() - 16).' - expect…
332 $CentralDirectory['offset'] = $this->ftell();
391 $EndOfCentralDirectory['offset'] = $this->ftell();
H A Dmodule.audio-video.asf.php91 $NextObjectOffset = $this->ftell();
1158 while ($this->ftell() < $info['avdataend']) {
1209 $info['avdataoffset'] = $this->ftell();
1211 $info['avdataend'] = $this->ftell();
1334 …$this->warning('unknown GUID {'.$NextObjectGUIDtext.'} in ASF body at offset '.($this->ftell() - 1…
H A Dmodule.audio-video.flv.php131 …while ((($this->ftell() + 16) < $info['avdataend']) && (($tagParseCount++ <= $this->max_frames) ||…
139 $NextOffset = $this->ftell() - 1 + $DataLength;
H A Dmodule.audio-video.quicktime.php1828 $previous_offset = $this->ftell();
H A Dmodule.audio-video.real.php36 while ($this->ftell() < $info['avdataend']) {
72 $thisfile_real_chunks_currentchunk['offset'] = $this->ftell() - 8;
H A Dmodule.audio-video.riff.php64 $offset = $this->ftell();
1196 $old_offset = $this->ftell();
1219 $old_offset = $this->ftell();
1521 while ($this->ftell() < $maxoffset) {
1544 $RIFFchunk[$listname]['offset'] = $this->ftell() - 4;
1548 $WhereWeWere = $this->ftell();
1561 $getid3_temp->info['avdataoffset'] = $this->ftell() - 4;
1583 $getid3_temp->info['avdataoffset'] = $this->ftell() - 4;
1610 $LISTchunkMaxOffset = $this->ftell() - 4 + $chunksize;
1627 $RIFFchunk[$chunkname][$thisindex]['offset'] = $this->ftell() - 8;
[all …]
H A Dmodule.audio.aac.php326 …$this->warning('Unable to parse AAC file beyond '.$this->ftell().' (PHP does not support file oper…
335 …$this->error('Failed to read 7 bytes at offset '.($this->ftell() - $substringlength).' (only read …
345 …$this->error('Synch pattern (0x0FFF) not found at offset '.($this->ftell() - $substringlength).' (…
H A Dmodule.audio.bonk.php48 $BonkTagOffset = $this->ftell();
H A Dmodule.audio.dsdiff.php55 $thisChunk['offset'] = $this->ftell() - 12;
68 …$this->error('Expecting "DSD " at offset '.($this->ftell() - 4).', found "'.getid3_lib::PrintHexBy…
76 …$this->error('Expecting "SND " at offset '.($this->ftell() - 4).', found "'.getid3_lib::PrintHexBy…
208 …$endOfID3v2 = $this->ftell() + $datasize; // we will need to reset the filepointer after parsing I…
214 $getid3_id3v2->StartingOffset = $this->ftell();
H A Dmodule.audio.flac.php55 $BlockOffset = $this->ftell();
135 $info['avdataoffset'] = $this->ftell();
422 str_replace('/', '_', $picture['picturetype']).'_'.$this->ftell(),
423 $this->ftell(),
H A Dmodule.audio.midi.php70 …$this->error('Unabled to read more file data at '.$this->ftell().' (trying to seek to : '.$offset.…
H A Dmodule.audio.mp3.php1289 while ($this->ftell() < $info['avdataend']) {
1326 $WhereWeWere = $this->ftell();
1345 …$pct_data_scanned = ($this->ftell() - $info['avdataoffset']) / ($info['avdataend'] - $info['avdata…
1561 if ($this->ftell() >= $info['avdataend']) {
1564 …$scan_start_offset[$current_segment] = max($this->ftell(), $info['avdataoffset'] + round($current_…
1596 …$this_pct_scanned = ($this->ftell() - $scan_start_offset[$current_segment]) / ($info['avdataend'] …
H A Dmodule.audio.mpc.php79 $offset = $this->ftell();
H A Dmodule.audio.ogg.php53 if ($this->ftell() >= $this->getid3->fread_buffer_size()) {
354 $info['avdataend'] = $this->ftell();
532 $oggheader['page_start_offset'] = $this->ftell(); // where we started from in the file
537 if (($this->ftell() - $oggheader['page_start_offset']) >= $this->getid3->fread_buffer_size()) {
589 $OriginalOffset = $this->ftell();
645 if ($this->ftell() < ($ThisFileInfo_ogg_comments_raw[$i]['dataoffset'] + 4)) {
701 …$this->warning('undefined Vorbis Comment page "'.$VorbisCommentPage.'" at offset '.$this->ftell());
706 …->warning('invalid length Vorbis Comment page "'.$VorbisCommentPage.'" at offset '.$this->ftell());
H A Dmodule.audio.optimfrog.php110 while (!feof($this->getid3->fp) && ($this->ftell() < $info['avdataend'])) {
111 $BlockOffset = $this->ftell();
H A Dmodule.audio.voc.php65 $BlockOffset = $this->ftell();
80 $info['avdataoffset'] = $this->ftell();
125 $info['avdataoffset'] = $this->ftell();
H A Dmodule.audio.vqf.php60 while ($this->ftell() < $info['avdataend']) {
62 $ChunkBaseOffset = $this->ftell();
73 if ($ChunkSize > ($info['avdataend'] - $this->ftell())) {
H A Dmodule.audio.wavpack.php34 if ($this->ftell() >= $info['avdataend']) {
48 $blockheader_offset = $this->ftell() - 32;
151 …while (!feof($this->getid3->fp) && ($this->ftell() < ($blockheader_offset + $blockheader_size + 8)…
153 $metablock = array('offset'=>$this->ftell());
H A Dmodule.graphic.gif.php177 …$this->warning('Expecting 03 01 at offset '.($this->ftell() - 4).', found "'.getid3_lib::PrintHexB…
187 $info['gif']['terminator_offset'] = $this->ftell() - 1;
H A Dmodule.graphic.png.php59 while ((($this->ftell() - (strlen($PNGfiledata) - $offset)) < $info['filesize'])) {
67 …while (((strlen($PNGfiledata) - $offset) < ($chunk['data_length'] + 4)) && ($this->ftell() < $info…
H A Dmodule.misc.pdf.php56 $XREFoffset = $this->ftell();
H A Dmodule.tag.apetag.php97 $thisfile_ape['tag_offset_start'] = $this->ftell();
H A Dmodule.tag.lyrics3.php189 …$this->error('"LYRICSEND" expected at '.($this->ftell() - 11 + $length - 9).' but found "'.substr(…
237 …$this->error('"LYRICS200" expected at '.($this->ftell() - 11 + $length - 9).' but found "'.substr(…
H A Dmodule.tag.xmp.php146 $segdatastart = ftell($filehnd);

123