/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/trackselection/ |
D | AdaptiveTrackSelectionTest.java | 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() 170 assertThat(adaptiveTrackSelection.getSelectionReason()).isEqualTo(C.SELECTION_REASON_ADAPTIVE); in updateSelectedTrackSwitchUpIfBufferedEnough() 198 assertThat(adaptiveTrackSelection.getSelectionReason()).isEqualTo(C.SELECTION_REASON_INITIAL); in updateSelectedTrackDoNotSwitchDownIfBufferedEnough() 226 assertThat(adaptiveTrackSelection.getSelectionReason()).isEqualTo(C.SELECTION_REASON_ADAPTIVE); in updateSelectedTrackSwitchDownIfNotBufferedEnough()
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/trackselection/ |
D | TrackSelection.java | 180 int getSelectionReason(); in getSelectionReason() method
|
D | FixedTrackSelection.java | 107 public int getSelectionReason() { in getSelectionReason() method in FixedTrackSelection
|
D | RandomTrackSelection.java | 133 public int getSelectionReason() { in getSelectionReason() method in RandomTrackSelection
|
D | AdaptiveTrackSelection.java | 477 public int getSelectionReason() { in getSelectionReason() method in AdaptiveTrackSelection
|
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
D | FakeTrackSelection.java | 108 public int getSelectionReason() { in getSelectionReason() method in FakeTrackSelection
|
D | FakeChunkSource.java | 137 trackSelection.getSelectionReason(), trackSelection.getSelectionData(), startTimeUs,
|
D | MediaPeriodAsserts.java | 241 public int getSelectionReason() { in getSelectionReason() method in MediaPeriodAsserts.TestTrackSelection
|
/external/exoplayer/tree/library/hls/src/main/java/com/google/android/exoplayer2/source/hls/ |
D | HlsChunkSource.java | 349 trackSelection.getSelectionReason(), in getNextChunk() 529 trackSelection.getSelectionReason(), in maybeCreateEncryptionChunkFor() 584 public int getSelectionReason() { in getSelectionReason() method in HlsChunkSource.InitializationTrackSelection
|
/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/ |
D | DefaultDashChunkSource.java | 318 trackSelection.getSelectedFormat(), trackSelection.getSelectionReason(), 385 trackSelection.getSelectionReason(),
|
/external/exoplayer/tree/library/smoothstreaming/src/main/java/com/google/android/exoplayer2/source/smoothstreaming/ |
D | DefaultSsChunkSource.java | 255 trackSelection.getSelectionReason(),
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/offline/ |
D | DownloadHelper.java | 1154 public int getSelectionReason() { in getSelectionReason() method in DownloadHelper.DownloadTrackSelection
|