Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/
DAtomParsers.java80 private static final int MAX_GAPLESS_TRIM_SIZE_SAMPLES = 4; field in AtomParsers
1468 int latestDelayIndex = Util.constrainValue(MAX_GAPLESS_TRIM_SIZE_SAMPLES, 0, lastIndex); in canApplyEditWithGaplessInfo()
1470 Util.constrainValue(timestamps.length - MAX_GAPLESS_TRIM_SIZE_SAMPLES, 0, lastIndex); in canApplyEditWithGaplessInfo()