Searched refs:TYPE_tkhd (Results 1 – 4 of 4) sorted by relevance
212 public static final int TYPE_tkhd = 0x746b6864; field in Atom
792 || atom == Atom.TYPE_tkhd in shouldParseLeafAtom()
1457 || atom == Atom.TYPE_tfhd || atom == Atom.TYPE_tkhd || atom == Atom.TYPE_trex in shouldParseLeafAtom()
112 TkhdData tkhdData = parseTkhd(trak.getLeafAtomOfType(Atom.TYPE_tkhd).data); in parseTrak()