Home
last modified time | relevance | path

Searched defs:firstWindowIndexInChild (Results 1 – 3 of 3) sorted by relevance

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/
DAbstractConcatenatedTimeline.java86 int firstWindowIndexInChild = getFirstWindowIndexByChildIndex(childIndex); in getNextWindowIndex() local
122 int firstWindowIndexInChild = getFirstWindowIndexByChildIndex(childIndex); in getPreviousWindowIndex() local
194 int firstWindowIndexInChild = getFirstWindowIndexByChildIndex(childIndex); in getWindow() local
214 int firstWindowIndexInChild = getFirstWindowIndexByChildIndex(childIndex); in getPeriodByUid() local
224 int firstWindowIndexInChild = getFirstWindowIndexByChildIndex(childIndex); in getPeriod() local
DMediaSourceList.java479 public int firstWindowIndexInChild; field in MediaSourceList.MediaSourceHolder
488 public void reset(int firstWindowIndexInChild) { in reset()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/
DConcatenatingMediaSource.java869 public int firstWindowIndexInChild; field in ConcatenatingMediaSource.MediaSourceHolder
878 public void reset(int childIndex, int firstWindowIndexInChild) { in reset()