Searched refs:childAtomType (Results 1 – 2 of 2) sorted by relevance
777 int childAtomType = stsd.readInt(); in parseStsd() local778 if (childAtomType == Atom.TYPE_avc1 in parseStsd()779 || childAtomType == Atom.TYPE_avc3 in parseStsd()780 || childAtomType == Atom.TYPE_encv in parseStsd()781 || childAtomType == Atom.TYPE_mp4v in parseStsd()782 || childAtomType == Atom.TYPE_hvc1 in parseStsd()783 || childAtomType == Atom.TYPE_hev1 in parseStsd()784 || childAtomType == Atom.TYPE_s263 in parseStsd()785 || childAtomType == Atom.TYPE_vp08 in parseStsd()786 || childAtomType == Atom.TYPE_vp09 in parseStsd()[all …]
103 int childAtomType = input.readInt(); in parseProj() local105 if (childAtomType == TYPE_YTMP || childAtomType == TYPE_MSHP) { in parseProj()149 int childAtomType = input.readInt(); in parseRawMshpData() local150 if (childAtomType == TYPE_MESH) { in parseRawMshpData()