Home
last modified time | relevance | path

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

/packages/apps/TV/tuner/src/com/google/android/exoplayer/
DMediaSoftwareCodecUtil.java176 private final int codecKind; field in MediaSoftwareCodecUtil.MediaCodecListCompatV21
181 codecKind = includeSecure ? MediaCodecList.ALL_CODECS : MediaCodecList.REGULAR_CODECS; in MediaCodecListCompatV21()
210 mediaCodecInfos = new MediaCodecList(codecKind).getCodecInfos(); in ensureMediaCodecInfosInitialized()