Searched refs:sMCL (Results 1 – 1 of 1) sorted by relevance
66 private static final MediaCodecList sMCL = new MediaCodecList(MediaCodecList.REGULAR_CODECS); field in MediaUtils280 String decoder = sMCL.findDecoderForFormat(format); in getDecoder()291 if (sMCL.findEncoderForFormat(format) == null) { in canEncode()299 if (sMCL.findDecoderForFormat(format) == null) { in canDecode()491 for (MediaCodecInfo info : sMCL.getCodecInfos()) { in hasCodecForDomain()512 for (MediaCodecInfo info : sMCL.getCodecInfos()) { in hasCodecForMime()590 for (MediaCodecInfo info : sMCL.getCodecInfos()) { in getVideoCapabilities()