Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/
DAtom.java197 public static final int TYPE_esds = 0x65736473; field in Atom
DAtomParsers.java966 } else if (childAtomType == Atom.TYPE_esds) { in parseVideoSampleEntry()
1179 if (childAtomType == Atom.TYPE_esds || (isQuickTime && childAtomType == Atom.TYPE_wave)) { in parseAudioSampleEntry()
1180 int esdsAtomPosition = childAtomType == Atom.TYPE_esds ? childPosition in parseAudioSampleEntry()
1278 if (childType == Atom.TYPE_esds) { in findEsdsPosition()