Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/
DDashMediaPeriod.java538 SparseArray<List<Integer>> adaptationSetIndexToGroupedIndices = in getGroupedAdaptationSetIndices() local
548 adaptationSetIndexToGroupedIndices.put(i, initialGroup); in getGroupedAdaptationSetIndices()
593 List<Integer> thisGroup = adaptationSetIndexToGroupedIndices.get(i); in getGroupedAdaptationSetIndices()
594 List<Integer> mergedGroup = adaptationSetIndexToGroupedIndices.get(mergedGroupIndex); in getGroupedAdaptationSetIndices()
596 adaptationSetIndexToGroupedIndices.put(i, mergedGroup); in getGroupedAdaptationSetIndices()