Searched refs:trackGroupCount (Results 1 – 2 of 2) sorted by relevance
504 int trackGroupCount = in buildTrackGroups() local515 buildManifestEventTrackGroupInfos(eventStreams, trackGroups, trackGroupInfos, trackGroupCount); in buildTrackGroups()653 int trackGroupCount = 0; in buildPrimaryAndEmbeddedTrackGroupInfos() local673 int primaryTrackGroupIndex = trackGroupCount++; in buildPrimaryAndEmbeddedTrackGroupInfos()675 primaryGroupHasEventMessageTrackFlags[i] ? trackGroupCount++ : C.INDEX_UNSET; in buildPrimaryAndEmbeddedTrackGroupInfos()677 primaryGroupCea608TrackFormats[i].length != 0 ? trackGroupCount++ : C.INDEX_UNSET; in buildPrimaryAndEmbeddedTrackGroupInfos()703 return trackGroupCount; in buildPrimaryAndEmbeddedTrackGroupInfos()
1077 int trackGroupCount = trackGroups.length;1078 trackGroupToSampleQueueIndex = new int[trackGroupCount];1080 for (int i = 0; i < trackGroupCount; i++) {