Searched refs:ParseRIFF (Results 1 – 3 of 3) sorted by relevance
253 … $metablock['riff'] = $getid3_riff->ParseRIFF($startoffset, $startoffset + $metablock['size']);
75 …$thisfile_riff[$RIFFsubtype] = $this->ParseRIFF($offset, ($offset + $thisfile_riff['header_size']…91 …$thisfile_riff[$RIFFsubtype] = $this->ParseRIFF($offset, ($offset + $thisfile_riff['header_size']…131 $chunkdata['chunks'] = $this->ParseRIFF($chunkdata['offset'] + 4, $nextRIFFoffset);1512 public function ParseRIFF($startoffset, $maxoffset) { function in getid3_riff1611 if ($parsedChunk = $this->ParseRIFF($this->ftell(), $LISTchunkMaxOffset)) {
1905 The ParseRIFF() function has been completely rewritten and fixes