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.java54 private static final MediaCodecList sMCL = new MediaCodecList(MediaCodecList.REGULAR_CODECS); field in MediaUtils
251 String decoder = sMCL.findDecoderForFormat(format); in getDecoder()
262 if (sMCL.findEncoderForFormat(format) == null) { in canEncode()
270 if (sMCL.findDecoderForFormat(format) == null) { in canDecode()
451 for (MediaCodecInfo info : sMCL.getCodecInfos()) { in hasCodecForDomain()
472 for (MediaCodecInfo info : sMCL.getCodecInfos()) { in hasCodecForMime()
550 for (MediaCodecInfo info : sMCL.getCodecInfos()) { in getVideoCapabilities()