Home
last modified time | relevance | path

Searched refs:getMediaSoftwareCodecInfo (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/TV/tuner/src/com/google/android/exoplayer/
H A DMediaSoftwareCodecUtil.java55 getMediaSoftwareCodecInfo(mimeType, secure); in getSoftwareDecoderInfo()
64 getMediaSoftwareCodecInfo(String mimeType, boolean secure) in getMediaSoftwareCodecInfo() method in MediaSoftwareCodecUtil
72 getMediaSoftwareCodecInfo(key, mediaCodecList); in getMediaSoftwareCodecInfo()
76 codecInfo = getMediaSoftwareCodecInfo(key, mediaCodecList); in getMediaSoftwareCodecInfo()
89 private static Pair<String, MediaCodecInfo.CodecCapabilities> getMediaSoftwareCodecInfo( in getMediaSoftwareCodecInfo() method in MediaSoftwareCodecUtil