Searched refs:sMCL (Results 1 – 3 of 3) sorted by relevance
42 private static final MediaCodecList sMCL = new MediaCodecList(MediaCodecList.REGULAR_CODECS); field in ResourceManagerTestActivityBase137 for (MediaCodecInfo info : sMCL.getCodecInfos()) { in getCodecInfo()150 for (MediaCodecInfo info : sMCL.getCodecInfos()) { in getDecoderInfo()
73 private static final MediaCodecList sMCL = new MediaCodecList(MediaCodecList.REGULAR_CODECS); field in ResourceManagerMultiTest143 for (MediaCodecInfo info : sMCL.getCodecInfos()) { in getAllVideoCodecParameters()
85 private static final MediaCodecList sMCL = new MediaCodecList(MediaCodecList.REGULAR_CODECS); field in MediaUtils228 for (MediaCodecInfo info : sMCL.getCodecInfos()) { in getCodecNames()302 String decoder = sMCL.findDecoderForFormat(format); in getDecoder()313 if (sMCL.findEncoderForFormat(format) == null) { in canEncode()327 String decoder = sMCL.findDecoderForFormat(format); in canDecode()351 MediaCodecInfo[] mciList = sMCL.getCodecInfos(); in canDecode()647 for (MediaCodecInfo info : sMCL.getCodecInfos()) { in hasCodecForDomain()668 for (MediaCodecInfo info : sMCL.getCodecInfos()) { in hasCodecForMime()758 for (MediaCodecInfo info : sMCL.getCodecInfos()) { in getVideoCapabilities()896 for (MediaCodecInfo info : sMCL.getCodecInfos()) { in hasHardwareCodec()