Searched refs:SELECTION_REASON_ADAPTIVE (Results 1 – 6 of 6) sorted by relevance
40 C.SELECTION_REASON_ADAPTIVE, in FakeMediaChunk()
134 return C.SELECTION_REASON_ADAPTIVE; in getSelectionReason()
467 reason = C.SELECTION_REASON_ADAPTIVE; in updateSelectedTrack()
170 assertThat(adaptiveTrackSelection.getSelectionReason()).isEqualTo(C.SELECTION_REASON_ADAPTIVE); in updateSelectedTrackSwitchUpIfBufferedEnough()226 assertThat(adaptiveTrackSelection.getSelectionReason()).isEqualTo(C.SELECTION_REASON_ADAPTIVE); in updateSelectedTrackSwitchDownIfNotBufferedEnough()
384 C.SELECTION_REASON_ADAPTIVE, in upstreamDiscarded()
701 public static final int SELECTION_REASON_ADAPTIVE = 3; field in C