Searched refs:allCodecs (Results 1 – 1 of 1) sorted by relevance
606 MediaCodecList allCodecs = new MediaCodecList(MediaCodecList.ALL_CODECS); in testGetMaxSupportedInstances() local607 for (MediaCodecInfo info : allCodecs.getCodecInfos()) { in testGetMaxSupportedInstances()