Searched refs:MAX_GAPLESS_TRIM_SIZE_SAMPLES (Results 1 – 1 of 1) sorted by relevance
80 private static final int MAX_GAPLESS_TRIM_SIZE_SAMPLES = 4; field in AtomParsers1468 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()