Home
last modified time | relevance | path

Searched refs:MediaCodecListCompatV21 (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()
174 private static final class MediaCodecListCompatV21 implements MediaCodecListCompat { class in MediaSoftwareCodecUtil
180 public MediaCodecListCompatV21(boolean includeSecure) { in MediaCodecListCompatV21() method in MediaSoftwareCodecUtil.MediaCodecListCompatV21