Searched refs:TYPE_edts (Results 1 – 4 of 4) sorted by relevance
215 public static final int TYPE_edts = 0x65647473; field in Atom
806 || atom == Atom.TYPE_edts in shouldParseContainerAtom()
1468 || atom == Atom.TYPE_traf || atom == Atom.TYPE_mvex || atom == Atom.TYPE_edts; in shouldParseContainerAtom()
132 @Nullable Atom.ContainerAtom edtsAtom = trak.getContainerAtomOfType(Atom.TYPE_edts); in parseTrak()