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