Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/
DMp4Extractor.java321 } else if (shouldParseLeafAtom(atomType)) { in readAtomHeader()
778 private static boolean shouldParseLeafAtom(int atom) { in shouldParseLeafAtom() method in Mp4Extractor
DFragmentedMp4Extractor.java400 } else if (shouldParseLeafAtom(atomType)) { in readAtomHeader()
1454 private static boolean shouldParseLeafAtom(int atom) { in shouldParseLeafAtom() method in FragmentedMp4Extractor