Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/
DDashMediaPeriod.java491 Format[][] primaryGroupCea608TrackFormats = new Format[primaryGroupCount][]; in buildTrackGroups() local
498 primaryGroupCea608TrackFormats); in buildTrackGroups()
511 primaryGroupCea608TrackFormats, in buildTrackGroups()
628 Format[][] primaryGroupCea608TrackFormats) { in identifyEmbeddedTracks() argument
635 primaryGroupCea608TrackFormats[i] = in identifyEmbeddedTracks()
637 if (primaryGroupCea608TrackFormats[i].length != 0) { in identifyEmbeddedTracks()
650 Format[][] primaryGroupCea608TrackFormats, in buildPrimaryAndEmbeddedTrackGroupInfos() argument
677 primaryGroupCea608TrackFormats[i].length != 0 ? trackGroupCount++ : C.INDEX_UNSET; in buildPrimaryAndEmbeddedTrackGroupInfos()
698 trackGroups[cea608TrackGroupIndex] = new TrackGroup(primaryGroupCea608TrackFormats[i]); in buildPrimaryAndEmbeddedTrackGroupInfos()