Searched refs:trackGroupArray (Results 1 – 3 of 3) sorted by relevance
169 TrackGroupArray trackGroupArray = mappedTrackInfo.getTrackGroups(rendererIndex); in setCaptionServiceNumber() local170 for (int i = 0; i < trackGroupArray.length; i++) { in setCaptionServiceNumber()172 trackGroupArray.get(i).getFormat(0).accessibilityChannel; in setCaptionServiceNumber()341 TrackGroupArray trackGroupArray = in onTracksChanged() local343 for (int i = 0; i < trackGroupArray.length; i++) { in onTracksChanged()345 trackGroupArray.get(i).getFormat(0).accessibilityChannel; in onTracksChanged()388 TrackGroupArray trackGroupArray = mappedTrackInfo.getTrackGroups(rendererIndex); in getTrackCount() local389 return trackGroupArray.length; in getTrackCount()400 TrackGroupArray trackGroupArray = mappedTrackInfo.getTrackGroups(rendererIndex); in setSelectedTrack() local408 .setSelectionOverride(rendererIndex, trackGroupArray, override); in setSelectedTrack()[all …]
211 TrackGroupArray trackGroupArray = mMediaPeriod.getTrackGroups(); in onPrepared() local212 mTrackGroupArray = trackGroupArray; in onPrepared()213 TrackSelection[] selections = new TrackSelection[trackGroupArray.length]; in onPrepared()215 selections[i] = new FixedTrackSelection(trackGroupArray.get(i), 0); in onPrepared()217 boolean[] retain = new boolean[trackGroupArray.length]; in onPrepared()218 boolean[] reset = new boolean[trackGroupArray.length]; in onPrepared()219 mStreams = new SampleStream[trackGroupArray.length]; in onPrepared()222 int trackCount = trackGroupArray.length; in onPrepared()227 Format format = trackGroupArray.get(i).getFormat(0); in onPrepared()
257 TrackGroupArray trackGroupArray = mMediaPeriod.getTrackGroups(); in onPrepared() local258 TrackSelection[] selections = new TrackSelection[trackGroupArray.length]; in onPrepared()260 selections[i] = new FixedTrackSelection(trackGroupArray.get(i), 0); in onPrepared()262 boolean[] retain = new boolean[trackGroupArray.length]; in onPrepared()263 boolean[] reset = new boolean[trackGroupArray.length]; in onPrepared()264 mStreams = new SampleStream[trackGroupArray.length]; in onPrepared()267 int trackCount = trackGroupArray.length; in onPrepared()272 Format format = trackGroupArray.get(i).getFormat(0); in onPrepared()