Searched refs:SELECTION_REASON_INITIAL (Results 1 – 3 of 3) sorted by relevance
100 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()
693 public static final int SELECTION_REASON_INITIAL = 1; field in C
437 reason = C.SELECTION_REASON_INITIAL; in updateSelectedTrack()