Searched refs:mediaCodecInfos (Results 1 – 1 of 1) sorted by relevance
178 private MediaCodecInfo[] mediaCodecInfos; field in MediaSoftwareCodecUtil.MediaCodecListCompatV21187 return mediaCodecInfos.length; in getCodecCount()193 return mediaCodecInfos[index]; in getCodecInfoAt()209 if (mediaCodecInfos == null) { in ensureMediaCodecInfosInitialized()210 mediaCodecInfos = new MediaCodecList(codecKind).getCodecInfos(); in ensureMediaCodecInfosInitialized()