Searched refs:trackIndices (Results 1 – 3 of 3) sorted by relevance
272 int[] trackIndices = new int[trackCount]; in getAdaptiveSupport() local279 trackIndices[trackIndexCount++] = i; in getAdaptiveSupport()282 trackIndices = Arrays.copyOf(trackIndices, trackIndexCount); in getAdaptiveSupport()283 return getAdaptiveSupport(rendererIndex, groupIndex, trackIndices); in getAdaptiveSupport()295 public int getAdaptiveSupport(int rendererIndex, int groupIndex, int[] trackIndices) { in getAdaptiveSupport() argument300 for (int i = 0; i < trackIndices.length; i++) { in getAdaptiveSupport()301 int trackIndex = trackIndices[i]; in getAdaptiveSupport()
426 List<Integer> trackIndices = new ArrayList<>(); in getVideoTrackIndices() local433 trackIndices.add(trackIndex); in getVideoTrackIndices()439 if (!trackIndices.contains(i) && isFormatHandled(formatSupports[i])) { in getVideoTrackIndices()442 trackIndices.add(i); in getVideoTrackIndices()447 int[] trackIndicesArray = Util.toArray(trackIndices); in getVideoTrackIndices()
219 int[] trackIndices = new int[trackSelection.length()]; in getStreamKeys() local221 trackIndices[i] = trackSelection.getIndexInTrackGroup(i); in getStreamKeys()223 Arrays.sort(trackIndices); in getStreamKeys()229 for (int trackIndex : trackIndices) { in getStreamKeys()