Lines Matching refs:atomname

54 			$atomname = substr($AtomHeader, 4, 4);
62 $info['quicktime'][$atomname]['name'] = $atomname;
63 $info['quicktime'][$atomname]['size'] = $atomsize;
64 $info['quicktime'][$atomname]['offset'] = $offset;
72 $info['quicktime'][$atomname]['name'] = $atomname;
73 $info['quicktime'][$atomname]['size'] = $atomsize;
74 $info['quicktime'][$atomname]['offset'] = $offset;
79 …$parsedAtomData = $this->QuicktimeParseAtom($atomname, $atomsize, $this->fread(min($atomsize, $ato…
80 $parsedAtomData['name'] = $atomname;
83 if (in_array($atomname, array('uuid'))) {
84 @$info['quicktime'][$atomname][] = $parsedAtomData;
86 $info['quicktime'][$atomname] = $parsedAtomData;
220 * @param string $atomname
229 …public function QuicktimeParseAtom($atomname, $atomsize, $atom_data, $baseoffset, &$atomHierarchy,… argument
236 array_push($atomHierarchy, $atomname);
239 $atom_structure['name'] = $atomname;
242 if (substr($atomname, 0, 3) == "\x00\x00\x00") {
244 $atomname = getid3_lib::BigEndian2Int($atomname);
245 $atom_structure['name'] = $atomname;
248 switch ($atomname) {
435 …'.$boxsmallsize.'" in atom "'.preg_replace('#[^a-zA-Z0-9 _\\-]#', '?', $atomname).'" at offset: '.…
457 …ize "'.$boxsize.'" in atom "'.preg_replace('#[^a-zA-Z0-9 _\\-]#', '?', $atomname).'" at offset: '.…
476 switch ($atomname) {
507 $atom_structure[$atomname] = getid3_lib::BigEndian2Int(substr($boxdata, 8, 1));
508 … $atom_structure['data'] = $this->QuicktimeContentRatingLookup($atom_structure[$atomname]);
513 $atom_structure[$atomname] = getid3_lib::BigEndian2Int(substr($boxdata, 8, 1));
514 $atom_structure['data'] = $this->QuicktimeSTIKLookup($atom_structure[$atomname]);
519 $atom_structure[$atomname] = getid3_lib::BigEndian2Int(substr($boxdata, 8, 4));
520 … $atom_structure['data'] = $this->QuicktimeStoreFrontCodeLookup($atom_structure[$atomname]);
561 if ($atomname == 'covr') {
585 …$this->CopyToAppropriateCommentsSection($atomname, $atom_structure['data'], $atom_structure['name'…
1477 …if (($atomsize > 8) && (!isset($info['avdataend_tmp']) || ($info['quicktime'][$atomname]['size'] >…
1610 …$atom_structure['description'] = (($atomname == 'NCTH') ? 'Nikon Camera Thumbnail Image' : (($atom…
1920 …$this->warning('QuickTime atom "'.$atomname.'" is not mod-8 bytes long ('.$atomsize.' bytes) at of…
1923 $this->warning('QuickTime atom "'.$atomname.'" is zero bytes long at offset '.$baseoffset);
1974 $info['quicktime']['camera'][$atomname] = $json_decoded;
1975 … if (($atomname == 'rcif') && isset($info['quicktime']['camera']['rcif']['wxcamera']['rotate'])) {
1979 $this->warning('Failed to JSON decode atom "'.$atomname.'"');
1984 …$this->warning('Expecting 55 C4 7B at start of atom "'.$atomname.'", found '.getid3_lib::PrintHexB…
2023 …e: "'.preg_replace('#[^a-zA-Z0-9 _\\-]#', '?', $atomname).'" ('.trim(getid3_lib::PrintHexBytes($at…