Searched refs:baseoffset (Results 1 – 1 of 1) sorted by relevance
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
H A 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… 293 …$atom_structure['subatoms'] = $this->QuicktimeParseContainerAtom($atom_data, $baseoffset + 8, $ato… 1602 …$atom_structure['subatoms'] = $this->QuicktimeParseContainerAtom($atom_data, $baseoffset + 4, $ato… 1920 …ckTime atom "'.$atomname.'" is not mod-8 bytes long ('.$atomsize.' bytes) at offset '.$baseoffset); 1923 $this->warning('QuickTime atom "'.$atomname.'" is zero bytes long at offset '.$baseoffset); 2034 * @param int $baseoffset [all …]
|