Home
last modified time | relevance | path

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

/cts/libs/deviceutil/src/android/cts/util/
DMediaUtils.java48 private static final MediaCodecList sMCL = new MediaCodecList(MediaCodecList.REGULAR_CODECS); field in MediaUtils
153 String decoder = sMCL.findDecoderForFormat(format); in getDecoder()
164 if (sMCL.findDecoderForFormat(format) == null) { in canDecode()
341 for (MediaCodecInfo info : sMCL.getCodecInfos()) { in hasCodecForMime()
483 for (MediaCodecInfo info : sMCL.getCodecInfos()) { in getVideoCapabilities()