Home
last modified time | relevance | path

Searched refs:getTrackGroup (Results 1 – 18 of 18) sorted by relevance

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/trackselection/
DTrackSelection.java115 TrackGroup getTrackGroup(); in getTrackGroup() method
DBaseTrackSelection.java94 public final TrackGroup getTrackGroup() { in getTrackGroup() method in BaseTrackSelection
DDefaultTrackSelector.java2283 int trackGroupIndex = trackGroups.indexOf(selection.getTrackGroup());
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DFakeTrackSelection.java62 public TrackGroup getTrackGroup() { in getTrackGroup() method in FakeTrackSelection
DFakeTrackSelector.java102 if (trackSelection.getTrackGroup().equals(trackGroup)) { in createTrackSelection()
DFakeChunkSource.java62 dataSetFactory.createDataSet(trackSelection.getTrackGroup(), durationUs); in createChunkSource()
DFakeMediaPeriod.java169 TrackGroup trackGroup = selection.getTrackGroup(); in selectTracks()
/external/exoplayer/tree/library/smoothstreaming/src/main/java/com/google/android/exoplayer2/source/smoothstreaming/
DSsMediaPeriod.java162 int streamElementIndex = trackGroups.indexOf(trackSelection.getTrackGroup()); in getStreamKeys()
240 int streamElementIndex = trackGroups.indexOf(selection.getTrackGroup()); in buildSampleStream()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/offline/
DDownloadHelper.java894 if (existingSelection.getTrackGroup() == newSelection.getTrackGroup()) { in runTrackSelection()
908 j, new DownloadTrackSelection(existingSelection.getTrackGroup(), mergedTracks)); in runTrackSelection()
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/offline/
DDownloadHelperTest.java486 assertThat(trackSelection.getTrackGroup()).isEqualTo(trackGroup); in assertTrackSelectionEquals()
515 trackGroupArrays[periodIndex].indexOf(trackSelection.getTrackGroup()); in createPeriod()
/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/
DDashMediaPeriod.java212 int trackGroupIndex = trackGroups.indexOf(trackSelection.getTrackGroup()); in getStreamKeys()
359 streamIndexToTrackGroupIndex[i] = trackGroups.indexOf(selections[i].getTrackGroup()); in getStreamIndexToTrackGroupIndex()
433 Format format = selection.getTrackGroup().getFormat(0); in selectNewStreams()
/external/exoplayer/tree/library/hls/src/main/java/com/google/android/exoplayer2/source/hls/
DHlsSampleStreamWrapper.java354 int trackGroupIndex = trackGroups.indexOf(selection.getTrackGroup()); in selectTracks()
413 int chunkIndex = chunkSource.getTrackGroup().indexOf(lastMediaChunk.trackFormat); in selectTracks()
1157 TrackGroup chunkSourceTrackGroup = chunkSource.getTrackGroup();
DHlsMediaPeriod.java204 TrackGroup trackSelectionGroup = trackSelection.getTrackGroup(); in getStreamKeys()
272 TrackGroup trackGroup = selections[i].getTrackGroup();
DHlsChunkSource.java177 public TrackGroup getTrackGroup() { in getTrackGroup() method in HlsChunkSource
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/
DMergingMediaPeriod.java114 TrackGroup trackGroup = selections[i].getTrackGroup(); in selectTracks()
DProgressiveMediaPeriod.java275 int track = tracks.indexOf(selection.getTrackGroup()); in selectTracks()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/util/
DEventLogger.java602 return getTrackStatusString(selection != null && selection.getTrackGroup() == group in getTrackStatusString()
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/trackselection/
DDefaultTrackSelectorTest.java1468 assertThat(selection.getTrackGroup()).isEqualTo(expectedTrackGroup); in assertFixedSelection()
1482 assertThat(selection.getTrackGroup()).isEqualTo(expectedTrackGroup); in assertAdaptiveSelection()