Home
last modified time | relevance | path

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

/packages/apps/TV/tuner/src/com/google/android/exoplayer/
DMediaSoftwareCodecUtil.java180 public MediaCodecListCompatV21(boolean includeSecure) { in MediaCodecListCompatV21() argument
181 codecKind = includeSecure ? MediaCodecList.ALL_CODECS : MediaCodecList.REGULAR_CODECS; in MediaCodecListCompatV21()