Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/
DDashMediaPeriod.java218 int[] adaptationSetIndices = trackGroupInfo.adaptationSetIndices; in getStreamKeys() local
228 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() local
657 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 …]
DDefaultDashChunkSource.java83 int[] adaptationSetIndices, in createDashChunkSource() argument
99 adaptationSetIndices, in createDashChunkSource()
113 private final int[] adaptationSetIndices; field in DefaultDashChunkSource
152 int[] adaptationSetIndices, in DefaultDashChunkSource() argument
163 this.adaptationSetIndices = adaptationSetIndices; in DefaultDashChunkSource()
465 for (int adaptationSetIndex : adaptationSetIndices) {
DDashChunkSource.java57 int[] adaptationSetIndices, in createDashChunkSource() argument