Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DDecoderConformanceTest.java246 String[] decoderNames = MediaUtils.getDecoderNames(isGoog, format); in decodeTestVectors()
DVideoDecoderPerfTest.java278 String[] decoders = MediaUtils.getDecoderNames(isGoog, formats); in perf()
DDecoderTest.java325 for (String decoderName: MediaUtils.getDecoderNames(mimeFormat)) { in testColorAspects()
2048 String[] decoderNames = MediaUtils.getDecoderNames(format);
/cts/libs/deviceutil/src/android/cts/util/
DMediaUtils.java220 public static String[] getDecoderNames(/* Nullable */ Boolean isGoog, MediaFormat... formats) { in getDecoderNames() method in MediaUtils
224 public static String[] getDecoderNames(MediaFormat... formats) { in getDecoderNames() method in MediaUtils
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java599 decoderNames = MediaUtils.getDecoderNames(format); in doTest()