Searched refs:streamIndexToTrackGroupIndex (Results 1 – 1 of 1) sorted by relevance
256 int[] streamIndexToTrackGroupIndex = getStreamIndexToTrackGroupIndex(selections); in selectTracks() local258 releaseOrphanEmbeddedStreams(selections, streams, streamIndexToTrackGroupIndex); in selectTracks()260 selections, streams, streamResetFlags, positionUs, streamIndexToTrackGroupIndex); in selectTracks()356 int[] streamIndexToTrackGroupIndex = new int[selections.length]; in getStreamIndexToTrackGroupIndex() local359 streamIndexToTrackGroupIndex[i] = trackGroups.indexOf(selections[i].getTrackGroup()); in getStreamIndexToTrackGroupIndex()361 streamIndexToTrackGroupIndex[i] = C.INDEX_UNSET; in getStreamIndexToTrackGroupIndex()364 return streamIndexToTrackGroupIndex; in getStreamIndexToTrackGroupIndex()385 TrackSelection[] selections, SampleStream[] streams, int[] streamIndexToTrackGroupIndex) { in releaseOrphanEmbeddedStreams() argument389 int primaryStreamIndex = getPrimaryStreamIndex(i, streamIndexToTrackGroupIndex); in releaseOrphanEmbeddedStreams()417 int[] streamIndexToTrackGroupIndex) { in selectNewStreams() argument[all …]