Searched refs:allCodecs (Results 1 – 2 of 2) sorted by relevance
44 MediaCodecList allCodecs = new MediaCodecList(MediaCodecList.ALL_CODECS); in collectDeviceInfo() local46 for (MediaCodecInfo info : allCodecs.getCodecInfos()) { in collectDeviceInfo()
782 MediaCodecList allCodecs = new MediaCodecList(MediaCodecList.ALL_CODECS); in testGetMaxSupportedInstances() local784 for (MediaCodecInfo info : allCodecs.getCodecInfos()) { in testGetMaxSupportedInstances()