Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/
DAtomParsers.java1468 int latestDelayIndex = Util.constrainValue(MAX_GAPLESS_TRIM_SIZE_SAMPLES, 0, lastIndex); in canApplyEditWithGaplessInfo() local
1472 && editStartTime < timestamps[latestDelayIndex] in canApplyEditWithGaplessInfo()