Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/
DAtomParsers.java396 long editEndTime = editStartTime + Util.scaleLargeTimestamp(track.editListDurations[0], in parseStbl() local
398 if (canApplyEditWithGaplessInfo(timestamps, duration, editStartTime, editEndTime)) { in parseStbl()
399 long paddingTimeUnits = duration - editEndTime; in parseStbl()
1466 long[] timestamps, long duration, long editStartTime, long editEndTime) { in canApplyEditWithGaplessInfo() argument
1473 && timestamps[earliestPaddingIndex] < editEndTime in canApplyEditWithGaplessInfo()
1474 && editEndTime <= duration; in canApplyEditWithGaplessInfo()