Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/
DDashMediaPeriod.java471 int primaryTrackGroupIndex = trackGroupInfos[embeddedTrackGroupIndex].primaryTrackGroupIndex; in getPrimaryStreamIndex() local
474 if (trackGroupIndex == primaryTrackGroupIndex in getPrimaryStreamIndex()
673 int primaryTrackGroupIndex = trackGroupCount++; in buildPrimaryAndEmbeddedTrackGroupInfos() local
679 trackGroups[primaryTrackGroupIndex] = new TrackGroup(formats); in buildPrimaryAndEmbeddedTrackGroupInfos()
680 trackGroupInfos[primaryTrackGroupIndex] = in buildPrimaryAndEmbeddedTrackGroupInfos()
684 primaryTrackGroupIndex, in buildPrimaryAndEmbeddedTrackGroupInfos()
695 TrackGroupInfo.embeddedEmsgTrack(adaptationSetIndices, primaryTrackGroupIndex); in buildPrimaryAndEmbeddedTrackGroupInfos()
700 TrackGroupInfo.embeddedCea608Track(adaptationSetIndices, primaryTrackGroupIndex); in buildPrimaryAndEmbeddedTrackGroupInfos()
917 public final int primaryTrackGroupIndex; field in DashMediaPeriod.TrackGroupInfo
924 int primaryTrackGroupIndex, in primaryTrack() argument
[all …]
/external/exoplayer/tree/library/hls/src/main/java/com/google/android/exoplayer2/source/hls/
DHlsSampleStreamWrapper.java154 private int primaryTrackGroupIndex; field in HlsSampleStreamWrapper
248 TrackGroup[] trackGroups, int primaryTrackGroupIndex, int... optionalTrackGroupsIndices) { in prepareWithMasterPlaylistInfo() argument
254 this.primaryTrackGroupIndex = primaryTrackGroupIndex; in prepareWithMasterPlaylistInfo()
272 return primaryTrackGroupIndex; in getPrimaryTrackGroupIndex()
355 if (trackGroupIndex == primaryTrackGroupIndex) { in selectTracks()
1161 primaryTrackGroupIndex = C.INDEX_UNSET;
1181 primaryTrackGroupIndex = i;