Searched refs:baseoffset (Results 1 – 1 of 1) sorted by relevance
| /plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
| D | module.audio-video.quicktime.php | 223 * @param int $baseoffset 229 …public function QuicktimeParseAtom($atomname, $atomsize, $atom_data, $baseoffset, &$atomHierarchy,… argument 241 $atom_structure['offset'] = $baseoffset; 246 …$atom_structure['subatoms'] = $this->QuicktimeParseContainerAtom($atom_data, $baseoffset + 8, $ato… 264 …$atom_structure['subatoms'] = $this->QuicktimeParseContainerAtom($atom_data, $baseoffset + 8, $ato… 268 …if ($atom_structure['subatoms'] = $this->QuicktimeParseContainerAtom($atom_data, $baseoffset + 8, … 293 …$atom_structure['subatoms'] = $this->QuicktimeParseContainerAtom($atom_data, $baseoffset + 8, $ato… 445 …', $boxsmalltype).'" ('.trim(getid3_lib::PrintHexBytes($boxsmalltype)).') at offset '.$baseoffset); 578 …\\-]#', '?', $boxtype).'" ('.trim(getid3_lib::PrintHexBytes($boxtype)).') at offset '.$baseoffset); 1595 …ime atom "©xyz" data does not match expected data pattern at offset '.$baseoffset.'. Please report… [all …]
|