Home
last modified time | relevance | path

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

/external/exoplayer/tree/extensions/ima/src/test/java/com/google/android/exoplayer2/ext/ima/
DFakePlayer.java183 return timeline.getWindow(getCurrentWindowIndex(), window).getDurationMs(); in getDuration()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/
DTimeline.java274 public long getDurationMs() { in getDurationMs() method in Timeline.Window
463 public long getDurationMs() { in getDurationMs() method in Timeline.Period
DBasePlayer.java220 : timeline.getWindow(getCurrentWindowIndex(), window).getDurationMs(); in getContentDuration()
DExoPlayerImpl.java797 return playbackInfo.timeline.getWindow(getCurrentWindowIndex(), window).getDurationMs(); in getContentBufferedPosition()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/util/
DEventLogger.java176 logd(" " + "period [" + getTimeString(period.getDurationMs()) + "]"); in onTimelineChanged()
186 + getTimeString(window.getDurationMs()) in onTimelineChanged()
/external/libtextclassifier/jni/com/google/android/textclassifier/
DAnnotatorModel.java492 public long getDurationMs() { in getDurationMs() method in AnnotatorModel.ClassificationResult
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/analytics/
DAnalyticsCollectorTest.java382 SINGLE_PERIOD_TIMELINE.getWindow(/* windowIndex= */ 0, new Window()).getDurationMs(); in seekBackAfterReadingAhead()
618 SINGLE_PERIOD_TIMELINE.getWindow(/* windowIndex= */ 0, new Window()).getDurationMs(); in dynamicTimelineChange()
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerControlView.java1048 long windowDurationMs = timeline.getWindow(windowIndex, window).getDurationMs(); in seekToTimeBarPosition()
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/
DExoPlayerTest.java1916 long duration1Ms = timeline.getWindow(0, new Window()).getDurationMs(); in sendMessagesAtStartAndEndOfPeriod()
1917 long duration2Ms = timeline.getWindow(1, new Window()).getDurationMs(); in sendMessagesAtStartAndEndOfPeriod()