Home
last modified time | relevance | path

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

/cts/tests/media/common/src/android/mediav2/common/cts/
DDecodeStreamToYuv.java76 super(findDecoderForFormat(streamFormat), streamFormat.getString(MediaFormat.KEY_MIME), in DecodeStreamToYuv()
135 return findDecoderForFormat(getFormatInStream(mediaType, file)); in findDecoderForStream()
138 static String findDecoderForFormat(MediaFormat format) { in findDecoderForFormat() method in DecodeStreamToYuv
140 String codecName = mcl.findDecoderForFormat(format); in findDecoderForFormat()
DHDREncoderTestBase.java173 String decoder = codecList.findDecoderForFormat(format); in validateHDRInfo()
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DDecoderSetup.java65 String codecName = mcl.findDecoderForFormat(format); in createCodecFor()
DDecodeOnlyTest.java290 String codecName = mcl.findDecoderForFormat(videoFormat); in testTunneledTrickPlay()
429 String codecName = mcl.findDecoderForFormat(videoFormat); in testTunneledPerfectSeek()
DDecoderTest.java384 String codecname = mcl.findDecoderForFormat(desiredFormat); in verifyChannelsAndRates()
2619 if (mcl.findDecoderForFormat(baseFormat) == null) {
2623 assertNotNull("no decoder for " + format, mcl.findDecoderForFormat(format));
3308 String codecName = mcl.findDecoderForFormat(format);
4570 String decoderName = mcl.findDecoderForFormat(format);
DDecodeAccuracyTestBase.java403 mediaCodecList.findDecoderForFormat(mediaFormat)); in createDecoder()
/cts/tests/tests/media/common/src/android/media/cts/
DMediaCodecPlayerTestBase.java190 if (mcl.findDecoderForFormat(format) == null) { in isResolutionSupported()
DMediaCodecTunneledPlayer.java269 String codecName = mcl.findDecoderForFormat(format); in addTrack()
/cts/tests/media/src/android/mediav2/cts/
DEncoderColorAspectsTest.java388 String decoder = codecList.findDecoderForFormat(mActiveEncCfg.getFormat()); in testColorAspects()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DSoundPlayerObject.java351 String myDecoderName = mclist.findDecoderForFormat(format); in setSoundWithResId()
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DExtractDecodeEditEncodeMuxTest.java671 MediaCodec decoder = MediaCodec.createByCodecName(mcl.findDecoderForFormat(inputFormat)); in createVideoDecoder()
707 MediaCodec decoder = MediaCodec.createByCodecName(mcl.findDecoderForFormat(inputFormat)); in createAudioDecoder()
DMediaCodecCapabilitiesTest.java495 String codec = mAllCodecs.findDecoderForFormat(format); in testHaveAdaptiveVideoDecoderForAllSupportedFormats()
DEncodeVirtualDisplayWithCompositionTestImpl.java1497 if (mcl.findDecoderForFormat(testFormat) == null in isConcurrentEncodingDecodingSupported()
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DMediaCodecListTest.java344 : mRegularCodecs.findDecoderForFormat(format); in codecCanBeFound()
458 String codecName = mRegularCodecs.findDecoderForFormat(format); in testFindDecoderWithAacProfile()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaUtils.java301 String decoder = sMCL.findDecoderForFormat(format); in getDecoder()
326 String decoder = sMCL.findDecoderForFormat(format); in canDecode()
/cts/tests/tests/media/encoder/src/android/media/encoder/cts/
DVideoEncoderTest.java340 String videoDecName = mcl.findDecoderForFormat(mDecFormat); in initCodecsAndConfigureEncoder()
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapFactoryTest.java1197 if (mcl.findDecoderForFormat(format) == null) { in has10BitHEVCDecoder()
DImageDecoderTest.java2864 if (mcl.findDecoderForFormat(format) == null) { in has10BitHEVCDecoder()
/cts/common/device-side/bedstead/remoteframeworkclasses/src/processor/res/apis/
Dcurrent.txt23131 method public String findDecoderForFormat(android.media.MediaFormat);