Searched refs:sMCL (Results 1 – 1 of 1) sorted by relevance
54 private static final MediaCodecList sMCL = new MediaCodecList(MediaCodecList.REGULAR_CODECS); field in MediaUtils251 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()