Searched refs:adaptationSetIndices (Results 1 – 3 of 3) sorted by relevance
218 int[] adaptationSetIndices = trackGroupInfo.adaptationSetIndices; in getStreamKeys() local228 manifestAdaptationSets.get(adaptationSetIndices[0]).representations.size(); in getStreamKeys()235 .get(adaptationSetIndices[currentAdaptationSetIndex]) in getStreamKeys()242 adaptationSetIndices[currentAdaptationSetIndex], in getStreamKeys()655 int[] adaptationSetIndices = groupedAdaptationSetIndices[i]; in buildPrimaryAndEmbeddedTrackGroupInfos() local657 for (int adaptationSetIndex : adaptationSetIndices) { in buildPrimaryAndEmbeddedTrackGroupInfos()672 AdaptationSet firstAdaptationSet = adaptationSets.get(adaptationSetIndices[0]); in buildPrimaryAndEmbeddedTrackGroupInfos()683 adaptationSetIndices, in buildPrimaryAndEmbeddedTrackGroupInfos()695 TrackGroupInfo.embeddedEmsgTrack(adaptationSetIndices, primaryTrackGroupIndex); in buildPrimaryAndEmbeddedTrackGroupInfos()700 TrackGroupInfo.embeddedCea608Track(adaptationSetIndices, primaryTrackGroupIndex); in buildPrimaryAndEmbeddedTrackGroupInfos()[all …]
83 int[] adaptationSetIndices, in createDashChunkSource() argument99 adaptationSetIndices, in createDashChunkSource()113 private final int[] adaptationSetIndices; field in DefaultDashChunkSource152 int[] adaptationSetIndices, in DefaultDashChunkSource() argument163 this.adaptationSetIndices = adaptationSetIndices; in DefaultDashChunkSource()465 for (int adaptationSetIndex : adaptationSetIndices) {
57 int[] adaptationSetIndices, in createDashChunkSource() argument