Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DDecoderConformanceTest.java183 String[] decoderNames = MediaUtils.getDecoderNames(isGoog, format); in decodeTestVectors()
DMediaCodecBlockModelTest.java584 String[] codecs = MediaUtils.getDecoderNames(true /* isGoog */, mediaFormat); in runDecodeShortVideo()
647 String[] codecs = MediaUtils.getDecoderNames(true /* isGoog */, mediaFormat); in runDecodeShortAudio()
DStreamingMediaPlayerTest.java243 String[] decoderNames = MediaUtils.getDecoderNames(false, format); in testHlsSampleAes_bbb_unmuxed_1500k()
DVideoDecoderPerfTest.java318 String[] decoders = MediaUtils.getDecoderNames(isGoog, formats); in perf()
/cts/hostsidetests/media/bitstreams/app/src/android/media/cts/bitstreams/app/
DMediaBitstreamsDeviceSideTest.java263 for (String name : MediaUtils.getDecoderNames(v, format)) { in getDecodersForPath()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaUtils.java244 public static String[] getDecoderNames(/* Nullable */ Boolean isGoog, MediaFormat... formats) { in getDecoderNames() method in MediaUtils
248 public static String[] getDecoderNames(MediaFormat... formats) { in getDecoderNames() method in MediaUtils
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java688 decoderNames = MediaUtils.getDecoderNames(format); in doTest()