Home
last modified time | relevance | path

Searched refs:groupedAdaptationSetIndices (Results 1 – 1 of 1) sorted by relevance

/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/
DDashMediaPeriod.java487 int[][] groupedAdaptationSetIndices = getGroupedAdaptationSetIndices(adaptationSets); in buildTrackGroups() local
489 int primaryGroupCount = groupedAdaptationSetIndices.length; in buildTrackGroups()
496 groupedAdaptationSetIndices, in buildTrackGroups()
508 groupedAdaptationSetIndices, in buildTrackGroups()
601 int[][] groupedAdaptationSetIndices = new int[adaptationSetGroupedIndices.size()][]; in getGroupedAdaptationSetIndices() local
602 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 …]