Searched refs:groupedAdaptationSetIndices (Results 1 – 1 of 1) sorted by relevance
487 int[][] groupedAdaptationSetIndices = getGroupedAdaptationSetIndices(adaptationSets); in buildTrackGroups() local489 int primaryGroupCount = groupedAdaptationSetIndices.length; in buildTrackGroups()496 groupedAdaptationSetIndices, in buildTrackGroups()508 groupedAdaptationSetIndices, in buildTrackGroups()601 int[][] groupedAdaptationSetIndices = new int[adaptationSetGroupedIndices.size()][]; in getGroupedAdaptationSetIndices() local602 for (int i = 0; i < groupedAdaptationSetIndices.length; i++) { in getGroupedAdaptationSetIndices()603 groupedAdaptationSetIndices[i] = Util.toArray(adaptationSetGroupedIndices.get(i)); in getGroupedAdaptationSetIndices()605 Arrays.sort(groupedAdaptationSetIndices[i]); in getGroupedAdaptationSetIndices()607 return groupedAdaptationSetIndices; in getGroupedAdaptationSetIndices()626 int[][] groupedAdaptationSetIndices, in identifyEmbeddedTracks() argument[all …]