Home
last modified time | relevance | path

Searched refs:childAtomType (Results 1 – 2 of 2) sorted by relevance

/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/
DAtomParsers.java777 int childAtomType = stsd.readInt(); in parseStsd() local
778 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 …]
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/video/spherical/
DProjectionDecoder.java103 int childAtomType = input.readInt(); in parseProj() local
105 if (childAtomType == TYPE_YTMP || childAtomType == TYPE_MSHP) { in parseProj()
149 int childAtomType = input.readInt(); in parseRawMshpData() local
150 if (childAtomType == TYPE_MESH) { in parseRawMshpData()