Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/trackselection/
DAdaptiveTrackSelectionTest.java100 assertThat(adaptiveTrackSelection.getSelectionReason()).isEqualTo(C.SELECTION_REASON_INITIAL); in selectInitialIndexUseMaxInitialBitrateIfNoBandwidthEstimate()
114 assertThat(adaptiveTrackSelection.getSelectionReason()).isEqualTo(C.SELECTION_REASON_INITIAL); in selectInitialIndexUseBandwidthEstimateIfAvailable()
142 assertThat(adaptiveTrackSelection.getSelectionReason()).isEqualTo(C.SELECTION_REASON_INITIAL); in updateSelectedTrackDoNotSwitchUpIfNotBufferedEnough()
198 assertThat(adaptiveTrackSelection.getSelectionReason()).isEqualTo(C.SELECTION_REASON_INITIAL); in updateSelectedTrackDoNotSwitchDownIfBufferedEnough()
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/
DC.java693 public static final int SELECTION_REASON_INITIAL = 1; field in C
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/trackselection/
DAdaptiveTrackSelection.java437 reason = C.SELECTION_REASON_INITIAL; in updateSelectedTrack()