Searched refs:allMediaCodecList (Results 1 – 1 of 1) sorted by relevance
283 MediaCodecList allMediaCodecList = new MediaCodecList(MediaCodecList.ALL_CODECS); in getFirstVideoHardwareDecoder() local284 for (MediaCodecInfo mediaCodecInfo : allMediaCodecList.getCodecInfos()) { in getFirstVideoHardwareDecoder()