Searched refs:trackFormatSupport (Results 1 – 2 of 2) sorted by relevance
1916 @Capabilities int[] trackFormatSupport = formatSupports[groupIndex]; in selectFixedVideoTrack() local1923 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 …]
178 for (@Capabilities int trackFormatSupport : trackGroupFormatSupport) { in getRendererSupport()180 switch (RendererCapabilities.getFormatSupport(trackFormatSupport)) { in getRendererSupport()