Home
last modified time | relevance | path

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

/aosp12/packages/apps/TV/tuner/src/com/google/android/exoplayer/
H A DMediaSoftwareCodecUtil.java70 MediaCodecListCompat mediaCodecList = new MediaCodecListCompatV21(secure); in getMediaSoftwareCodecInfo() local
72 getMediaSoftwareCodecInfo(key, mediaCodecList); in getMediaSoftwareCodecInfo()
75 mediaCodecList = new MediaCodecListCompatV16(); in getMediaSoftwareCodecInfo()
76 codecInfo = getMediaSoftwareCodecInfo(key, mediaCodecList); in getMediaSoftwareCodecInfo()
90 CodecKey key, MediaCodecListCompat mediaCodecList) throws DecoderQueryException { in getMediaSoftwareCodecInfo() argument
92 return getMediaSoftwareCodecInfoInternal(key, mediaCodecList); in getMediaSoftwareCodecInfo()
101 CodecKey key, MediaCodecListCompat mediaCodecList) { in getMediaSoftwareCodecInfoInternal() argument
103 int numberOfCodecs = mediaCodecList.getCodecCount(); in getMediaSoftwareCodecInfoInternal()
104 boolean secureDecodersExplicit = mediaCodecList.secureDecodersExplicit(); in getMediaSoftwareCodecInfoInternal()
107 MediaCodecInfo info = mediaCodecList.getCodecInfoAt(i); in getMediaSoftwareCodecInfoInternal()
[all …]