Home
last modified time | relevance | path

Searched refs:getSelectedFormat (Results 1 – 11 of 11) sorted by relevance

/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/trackselection/
DAdaptiveTrackSelectionTest.java99 assertThat(adaptiveTrackSelection.getSelectedFormat()).isEqualTo(format2); in selectInitialIndexUseMaxInitialBitrateIfNoBandwidthEstimate()
113 assertThat(adaptiveTrackSelection.getSelectedFormat()).isEqualTo(format1); in selectInitialIndexUseBandwidthEstimateIfAvailable()
141 assertThat(adaptiveTrackSelection.getSelectedFormat()).isEqualTo(format2); in updateSelectedTrackDoNotSwitchUpIfNotBufferedEnough()
169 assertThat(adaptiveTrackSelection.getSelectedFormat()).isEqualTo(format3); in updateSelectedTrackSwitchUpIfBufferedEnough()
197 assertThat(adaptiveTrackSelection.getSelectedFormat()).isEqualTo(format2); in updateSelectedTrackDoNotSwitchDownIfBufferedEnough()
225 assertThat(adaptiveTrackSelection.getSelectedFormat()).isEqualTo(format1); in updateSelectedTrackSwitchDownIfNotBufferedEnough()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/trackselection/
DTrackSelection.java165 Format getSelectedFormat(); in getSelectedFormat() method
DBaseTrackSelection.java135 public final Format getSelectedFormat() { in getSelectedFormat() method in BaseTrackSelection
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DFakeTrackSelection.java93 public Format getSelectedFormat() { in getSelectedFormat() method in FakeTrackSelection
DFakeAdaptiveMediaPeriod.java149 MimeTypes.getTrackType(trackSelection.getSelectedFormat().sampleMimeType), in createSampleStream()
DFakeChunkSource.java126 Format selectedFormat = trackSelection.getSelectedFormat();
DFakeMediaPeriod.java252 selection.getSelectedFormat(), in createSampleStream()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/
DClippingMediaPeriod.java266 Format selectedFormat = trackSelection.getSelectedFormat(); in shouldKeepInitialDiscontinuity()
/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/
DDefaultDashChunkSource.java318 trackSelection.getSelectedFormat(), trackSelection.getSelectionReason(),
384 trackSelection.getSelectedFormat(),
/external/exoplayer/tree/library/smoothstreaming/src/main/java/com/google/android/exoplayer2/source/smoothstreaming/
DDefaultSsChunkSource.java248 trackSelection.getSelectedFormat(),
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/
DExoPlayerTest.java6370 selection.getSelectedFormat(), in loading_withLargeAllocationCausingOom_playsRemainingMediaAndThenThrows()