Searched refs:formatSupports (Results 1 – 2 of 2) sorted by relevance
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/trackselection/ |
D | DefaultTrackSelector.java | 1710 @Capabilities int[][] formatSupports, in selectVideoTrack() argument 1720 selectAdaptiveVideoTrack(groups, formatSupports, mixedMimeTypeAdaptationSupports, params); in selectVideoTrack() 1723 definition = selectFixedVideoTrack(groups, formatSupports, params); in selectVideoTrack() 1906 TrackGroupArray groups, @Capabilities int[][] formatSupports, Parameters params) { in selectFixedVideoTrack() argument 1916 @Capabilities int[] trackFormatSupport = formatSupports[groupIndex]; in selectFixedVideoTrack() 1997 @Capabilities int[][] formatSupports, 2007 @Capabilities int[] trackFormatSupport = formatSupports[groupIndex]; 2041 formatSupports[selectedGroupIndex], 2279 @Capabilities int[][] formatSupports, TrackGroupArray trackGroups, TrackSelection selection) { 2286 int trackFormatSupport = formatSupports[trackGroupIndex][selection.getIndexInTrackGroup(i)];
|
/external/exoplayer/tree/playbacktests/src/androidTest/java/com/google/android/exoplayer2/playbacktests/gts/ |
D | DashTestRunner.java | 423 int[] formatSupports, in getVideoTrackIndices() argument 439 if (!trackIndices.contains(i) && isFormatHandled(formatSupports[i])) { in getVideoTrackIndices()
|