Searched refs:getIndexInTrackGroup (Results 1 – 16 of 16) sorted by relevance
118 int trackGroupIndex = trackSelection.getIndexInTrackGroup(i);129 int trackGroupIndex = trackSelection.getIndexInTrackGroup(trackSelection.getSelectedIndex());
77 public int getIndexInTrackGroup(int index) { in getIndexInTrackGroup() method in FakeTrackSelection
171 int indexInTrackGroup = selection.getIndexInTrackGroup(selection.getSelectedIndex()); in selectTracks()
108 int manifestTrackIndex = trackSelection.getIndexInTrackGroup(i); in DefaultSsChunkSource()229 int trackIndex = trackSelection.getIndexInTrackGroup(i);243 int manifestTrackIndex = trackSelection.getIndexInTrackGroup(trackSelectionIndex);
164 streamKeys.add(new StreamKey(streamElementIndex, trackSelection.getIndexInTrackGroup(i))); in getStreamKeys()
138 int getIndexInTrackGroup(int index); in getIndexInTrackGroup() method
109 public final int getIndexInTrackGroup(int index) { in getIndexInTrackGroup() method in BaseTrackSelection
2286 int trackFormatSupport = formatSupports[trackGroupIndex][selection.getIndexInTrackGroup(i)];
490 selectedTracksInGroup[i] = trackSelection.getIndexInTrackGroup(i); in assertTrackSelectionEquals()518 new StreamKey(periodIndex, groupIndex, trackSelection.getIndexInTrackGroup(i))); in createPeriod()
178 Representation representation = representations.get(trackSelection.getIndexInTrackGroup(i)); in DefaultDashChunkSource()216 Representation representation = representations.get(trackSelection.getIndexInTrackGroup(i));
221 trackIndices[i] = trackSelection.getIndexInTrackGroup(i); in getStreamKeys()
211 int variantIndex = mainWrapperVariantIndices[trackSelection.getIndexInTrackGroup(i)]; in getStreamKeys()231 selectedWrapperUrlIndices[trackSelection.getIndexInTrackGroup(trackIndex)]; in getStreamKeys()
427 int trackIndex = trackSelection.getIndexInTrackGroup(i); in createMediaChunkIterators()
898 scratchSet.put(existingSelection.getIndexInTrackGroup(k), 0); in runTrackSelection()901 scratchSet.put(newSelection.getIndexInTrackGroup(k), 0); in runTrackSelection()
1470 assertThat(selection.getIndexInTrackGroup(0)).isEqualTo(expectedTrack); in assertFixedSelection()1472 .isSameInstanceAs(expectedTrackGroup.getFormat(selection.getIndexInTrackGroup(0))); in assertFixedSelection()1485 assertThat(selection.getIndexInTrackGroup(i)).isEqualTo(expectedTracks[i]); in assertAdaptiveSelection()1487 .isSameInstanceAs(expectedTrackGroup.getFormat(selection.getIndexInTrackGroup(i))); in assertAdaptiveSelection()
274 Assertions.checkState(selection.getIndexInTrackGroup(0) == 0); in selectTracks()