Home
last modified time | relevance | path

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

/packages/apps/TV/tuner/src/com/google/android/exoplayer/
DMediaSoftwareCodecUtil.java104 boolean secureDecodersExplicit = mediaCodecList.secureDecodersExplicit(); in getMediaSoftwareCodecInfoInternal()
111 && (secureDecodersExplicit || !codecName.endsWith(".secure"))) { in getMediaSoftwareCodecInfoInternal()
120 if (!secureDecodersExplicit) { in getMediaSoftwareCodecInfoInternal()
162 boolean secureDecodersExplicit(); in secureDecodersExplicit() method
197 public boolean secureDecodersExplicit() { in secureDecodersExplicit() method in MediaSoftwareCodecUtil.MediaCodecListCompatV21
229 public boolean secureDecodersExplicit() { in secureDecodersExplicit() method in MediaSoftwareCodecUtil.MediaCodecListCompatV16