Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/
DDashManifest.java177 long shiftMs = 0; in copy() local
183 shiftMs += periodDurationMs; in copy()
189 Period copiedPeriod = new Period(period.id, period.startMs - shiftMs, copyAdaptationSets, in copy()
194 long newDuration = durationMs != C.TIME_UNSET ? durationMs - shiftMs : C.TIME_UNSET; in copy()