Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/
DAtomParsers.java398 if (canApplyEditWithGaplessInfo(timestamps, duration, editStartTime, editEndTime)) { in parseStbl()
1465 private static boolean canApplyEditWithGaplessInfo( in canApplyEditWithGaplessInfo() method in AtomParsers