Home
last modified time | relevance | path

Searched defs:trackGroupIndex (Results 1 – 7 of 7) sorted by relevance

/external/exoplayer/tree/library/hls/src/main/java/com/google/android/exoplayer2/source/hls/
DHlsSampleStream.java30 private final int trackGroupIndex; field in HlsSampleStream
34 public HlsSampleStream(HlsSampleStreamWrapper sampleStreamWrapper, int trackGroupIndex) { in HlsSampleStream()
DHlsSampleStreamWrapper.java275 public int bindSampleQueueToSampleStream(int trackGroupIndex) { in bindSampleQueueToSampleStream()
293 public void unbindSampleQueue(int trackGroupIndex) { in unbindSampleQueue()
354 int trackGroupIndex = trackGroups.indexOf(selection.getTrackGroup()); in selectTracks() local
DHlsChunkSource.java396 int trackGroupIndex = C.INDEX_UNSET; in onPlaylistError() local
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DFakeAdaptiveDataSet.java76 private final int trackGroupIndex; field in FakeAdaptiveDataSet.Iterator
85 public Iterator(FakeAdaptiveDataSet dataSet, int trackGroupIndex, int chunkIndex) { in Iterator()
/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/
DDashMediaPeriod.java212 int trackGroupIndex = trackGroups.indexOf(trackSelection.getTrackGroup()); in getStreamKeys() local
427 int trackGroupIndex = streamIndexToTrackGroupIndex[i]; in selectNewStreams() local
448 int trackGroupIndex = streamIndexToTrackGroupIndex[i]; in selectNewStreams() local
473 int trackGroupIndex = streamIndexToTrackGroupIndex[i]; in getPrimaryStreamIndex() local
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/
DMergingMediaPeriod.java269 int trackGroupIndex = 0; in onPrepared() local
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/trackselection/
DDefaultTrackSelectorTest.java1452 int trackGroupIndex = -1; in assertFixedSelection() local