Searched refs:mediaCodecList (Results 1 – 1 of 1) sorted by relevance
70 MediaCodecListCompat mediaCodecList = new MediaCodecListCompatV21(secure); in getMediaSoftwareCodecInfo() local72 getMediaSoftwareCodecInfo(key, mediaCodecList); in getMediaSoftwareCodecInfo()75 mediaCodecList = new MediaCodecListCompatV16(); in getMediaSoftwareCodecInfo()76 codecInfo = getMediaSoftwareCodecInfo(key, mediaCodecList); in getMediaSoftwareCodecInfo()90 CodecKey key, MediaCodecListCompat mediaCodecList) throws DecoderQueryException { in getMediaSoftwareCodecInfo() argument92 return getMediaSoftwareCodecInfoInternal(key, mediaCodecList); in getMediaSoftwareCodecInfo()101 CodecKey key, MediaCodecListCompat mediaCodecList) { in getMediaSoftwareCodecInfoInternal() argument103 int numberOfCodecs = mediaCodecList.getCodecCount(); in getMediaSoftwareCodecInfoInternal()104 boolean secureDecodersExplicit = mediaCodecList.secureDecodersExplicit(); in getMediaSoftwareCodecInfoInternal()107 MediaCodecInfo info = mediaCodecList.getCodecInfoAt(i); in getMediaSoftwareCodecInfoInternal()[all …]