Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/trackselection/
DDefaultTrackSelector.java1916 @Capabilities int[] trackFormatSupport = formatSupports[groupIndex]; in selectFixedVideoTrack() local
1923 if (isSupported(trackFormatSupport[trackIndex], in selectFixedVideoTrack()
1938 boolean isWithinCapabilities = isSupported(trackFormatSupport[trackIndex], false); in selectFixedVideoTrack()
2007 @Capabilities int[] trackFormatSupport = formatSupports[groupIndex];
2009 if (isSupported(trackFormatSupport[trackIndex],
2013 new AudioTrackScore(format, params, trackFormatSupport[trackIndex]);
2135 @Capabilities int[] trackFormatSupport = formatSupport[groupIndex];
2137 if (isSupported(trackFormatSupport[trackIndex],
2142 format, params, trackFormatSupport[trackIndex], selectedAudioLanguage);
2182 @Capabilities int[] trackFormatSupport = formatSupport[groupIndex];
[all …]
DMappingTrackSelector.java178 for (@Capabilities int trackFormatSupport : trackGroupFormatSupport) { in getRendererSupport()
180 switch (RendererCapabilities.getFormatSupport(trackFormatSupport)) { in getRendererSupport()