Home
last modified time | relevance | path

Searched defs:trackGroupInfos (Results 1 – 25 of 49) sorted by relevance

12

/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/demos/main/src/main/java/com/google/android/exoplayer2/demo/
H A DTrackSelectionDialog.java185 ArrayList<TrackGroupInfo> trackGroupInfos = new ArrayList<>(); in init() local
303 private List<TrackGroupInfo> trackGroupInfos; field in TrackSelectionDialog.TrackSelectionViewFragment
316 List<TrackGroupInfo> trackGroupInfos, in init()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/ui/src/main/java/com/google/android/exoplayer2/ui/
H A DTrackSelectionView.java68 List<TrackGroupInfo> trackGroupInfos, in filterOverrides()
86 private final List<TrackGroupInfo> trackGroupInfos; field in TrackSelectionView
227 List<TrackGroupInfo> trackGroupInfos, in init()
H A DTrackSelectionDialogBuilder.java59 private final List<TrackGroupInfo> trackGroupInfos; field in TrackSelectionDialogBuilder
82 List<TrackGroupInfo> trackGroupInfos, in TrackSelectionDialogBuilder()
H A DStyledPlayerControlView.java1124 List<TrackGroupInfo> trackGroupInfos = tracksInfo.getTrackGroupInfos(); in gatherSupportedTrackInfosOfType() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/trackselection/
H A DTrackSelectionUtilTest.java78 ImmutableList<TracksInfo.TrackGroupInfo> trackGroupInfos = tracksInfo.getTrackGroupInfos(); in buildTrackInfos_withTestValues_isAsExpected() local
137 ImmutableList<TrackGroupInfo> trackGroupInfos = tracksInfo.getTrackGroupInfos(); in buildTrackInfos_withMultipleSelectionForRenderer_isAsExpected() local
H A DDefaultTrackSelectorTest.java2239 ImmutableList<TracksInfo.TrackGroupInfo> trackGroupInfos = in selectTracks_multipleRenderer_allSelected() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/test/java/com/google/android/exoplayer2/
H A DTracksInfoTest.java62 ImmutableList<TracksInfo.TrackGroupInfo> trackGroupInfos = tracksInfo.getTrackGroupInfos(); in tracksInfoGetters_withoutTrack_returnExpectedValues() local
95 ImmutableList<TracksInfo.TrackGroupInfo> trackGroupInfos = tracksInfo.getTrackGroupInfos(); in tracksInfoGetters_ofComplexTracksInfo_returnExpectedValues() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/test/java/com/google/android/exoplayer2/
H A DTracksInfoTest.java70 ImmutableList<TrackGroupInfo> trackGroupInfos = tracksInfo.getTrackGroupInfos(); in tracksInfoGetters_withoutTrack_returnExpectedValues() local
114 ImmutableList<TrackGroupInfo> trackGroupInfos = tracksInfo.getTrackGroupInfos(); in tracksInfoGetters_ofComplexTracksInfo_returnExpectedValues() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/
H A DDashMediaPeriod.java95 private final TrackGroupInfo[] trackGroupInfos; field in DashMediaPeriod
515 TrackGroupInfo[] trackGroupInfos = new TrackGroupInfo[totalGroupCount]; in buildTrackGroups() local
665 TrackGroupInfo[] trackGroupInfos) { in buildPrimaryAndEmbeddedTrackGroupInfos()
723 TrackGroupInfo[] trackGroupInfos, in buildManifestEventTrackGroupInfos()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/
H A DDashMediaPeriod.java93 private final TrackGroupInfo[] trackGroupInfos; field in DashMediaPeriod
513 TrackGroupInfo[] trackGroupInfos = new TrackGroupInfo[totalGroupCount]; in buildTrackGroups() local
663 TrackGroupInfo[] trackGroupInfos) { in buildPrimaryAndEmbeddedTrackGroupInfos()
721 TrackGroupInfo[] trackGroupInfos, in buildManifestEventTrackGroupInfos()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/
H A DTracksInfo.java213 private final ImmutableList<TrackGroupInfo> trackGroupInfos; field in TracksInfo
219 public TracksInfo(List<TrackGroupInfo> trackGroupInfos) { in TracksInfo()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/
H A DTracksInfo.java269 private final ImmutableList<TrackGroupInfo> trackGroupInfos; field in TracksInfo
277 public TracksInfo(List<TrackGroupInfo> trackGroupInfos) { in TracksInfo()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/trackselection/
H A DTrackSelectionUtil.java169 ImmutableList.Builder<TrackGroupInfo> trackGroupInfos = new ImmutableList.Builder<>(); in buildTracksInfo() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/test/java/com/google/android/exoplayer2/trackselection/
H A DMappingTrackSelectorTest.java169 ImmutableList<TrackGroupInfo> trackGroupInfos = tracksInfo.getTrackGroupInfos(); in buildTrackInfos_withTestValues_isAsExpected() local
H A DDefaultTrackSelectorTest.java2000 ImmutableList<TracksInfo.TrackGroupInfo> trackGroupInfos = in selectTracks_multipleRenderer_allSelected() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/analytics/
H A DMediaMetricsListener.java784 private static DrmInitData getDrmInitData(ImmutableList<TrackGroupInfo> trackGroupInfos) { in getDrmInitData()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/analytics/
H A DMediaMetricsListener.java823 private static DrmInitData getDrmInitData(ImmutableList<TrackGroupInfo> trackGroupInfos) { in getDrmInitData()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/util/
H A DEventLogger.java264 ImmutableList<TracksInfo.TrackGroupInfo> trackGroupInfos = tracksInfo.getTrackGroupInfos(); in onTracksInfoChanged() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/cast/src/main/java/com/google/android/exoplayer2/ext/cast/
H A DCastPlayer.java988 TrackGroupInfo[] trackGroupInfos = new TrackGroupInfo[castMediaTracks.size()]; in updateTracksAndSelectionsAndNotifyIfChanged() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/cast/src/main/java/com/google/android/exoplayer2/ext/cast/
H A DCastPlayer.java1051 TracksInfo.TrackGroupInfo[] trackGroupInfos = in updateTracksAndSelectionsAndNotifyIfChanged() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/ui/src/main/java/com/google/android/exoplayer2/ui/
H A DStyledPlayerControlView.java1243 List<TrackGroupInfo> trackGroupInfos = tracksInfo.getTrackGroupInfos(); in gatherSupportedTrackInfosOfType() local
/aosp_15_r20/out/soong/.intermediates/external/exoplayer/exoplayer-mediaprovider-ui/android_common_apex30/javac/
Dexoplayer-mediaprovider-ui.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/out/soong/.intermediates/external/exoplayer/exoplayer-mediaprovider-ui/android_common/javac/
Dexoplayer-mediaprovider-ui.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/out/soong/.intermediates/external/exoplayer/exoplayer-media_apex/android_common_apex31/javac/
Dexoplayer-media_apex.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/out/soong/.intermediates/external/exoplayer/exoplayer-mediaprovider-core/android_common_apex30/javac/
Dexoplayer-mediaprovider-core.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

12