Home
last modified time | relevance | path

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

/cts/tests/tests/media/player/src/android/media/player/cts/
DStreamingMediaPlayerTest.java218 String[] decoderNames = MediaUtils.getDecoderNames(false, format); in testHlsSampleAes_bbb_unmuxed_1500k()
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DMediaCodecBlockModelTest.java173 String[] codecs = MediaUtils.getDecoderNames(true /* isGoog */, mediaFormat); in runDecodeShortAudio()
/cts/hostsidetests/media/bitstreams/app/src/android/media/cts/bitstreams/app/
DMediaBitstreamsDeviceSideTest.java263 for (String name : MediaUtils.getDecoderNames(v, format)) { in getDecodersForPath()
/cts/tests/tests/media/common/src/android/media/cts/
DMediaCodecBlockModelHelper.java370 String[] codecs = MediaUtils.getDecoderNames(true /* isGoog */, mediaFormat); in runDecodeShortVideo()
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DHDRDecoderTest.java194 String[] decoderNames = MediaUtils.getDecoderNames(format); in prepareParamList()
DDecoderTest.java690 for (String decoderName: MediaUtils.getDecoderNames(mimeFormat)) { in testColorAspects()
2679 String[] decoderNames = MediaUtils.getDecoderNames(format);
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaUtils.java259 public static String[] getDecoderNames(/* Nullable */ Boolean isGoog, MediaFormat... formats) { in getDecoderNames() method in MediaUtils
263 public static String[] getDecoderNames(MediaFormat... formats) { in getDecoderNames() method in MediaUtils
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java408 decoderNames = MediaUtils.getDecoderNames(format); in doTest()