Home
last modified time | relevance | path

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

/cts/tests/media/common/src/android/mediav2/common/cts/
DDecodeStreamToYuv.java78 super(findDecoderForFormat(streamFormat), streamFormat.getString(MediaFormat.KEY_MIME), in DecodeStreamToYuv()
140 return findDecoderForFormat(getFormatInStream(mediaType, file)); in findDecoderForStream()
143 static String findDecoderForFormat(MediaFormat format) { in findDecoderForFormat() method in DecodeStreamToYuv
145 String codecName = mcl.findDecoderForFormat(format); in findDecoderForFormat()
DCompareStreams.java20 import static android.mediav2.common.cts.DecodeStreamToYuv.findDecoderForFormat;
95 super(findDecoderForFormat(testFormat), testFormat.getString(MediaFormat.KEY_MIME), null, in CompareStreams()
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.java337 String codecName = mcl.findDecoderForFormat(videoFormat); in testTunneledTrickPlay()
476 String codecName = mcl.findDecoderForFormat(videoFormat); in testTunneledPerfectSeek()
DDecoderTest.java431 String codecname = mcl.findDecoderForFormat(desiredFormat); in verifyChannelsAndRates()
2732 if (mcl.findDecoderForFormat(baseFormat) == null) {
2736 assertNotNull("no decoder for " + format, mcl.findDecoderForFormat(format));
3423 String codecName = mcl.findDecoderForFormat(format);
DDecodeAccuracyTestBase.java403 mediaCodecList.findDecoderForFormat(mediaFormat)); in createDecoder()
/cts/tests/media/src/android/mediav2/cts/
DCodecUnitTest.java2059 String codecName = MEDIA_CODEC_LIST_ALL.findDecoderForFormat(format); in testQueueInputBuffersInUnInitState()
2080 String codecName = MEDIA_CODEC_LIST_ALL.findDecoderForFormat(format); in testQueueInputBuffersInInitState()
2100 String codecName = MEDIA_CODEC_LIST_ALL.findDecoderForFormat(format); in testQueueInputBuffersWithBadIndex()
2129 String codecName = MEDIA_CODEC_LIST_ALL.findDecoderForFormat(format); in testQueueInputBuffersWithNullInfos()
2157 String codecName = MEDIA_CODEC_LIST_ALL.findDecoderForFormat(format); in testQueueInputBuffersWithNullInfo()
2196 String codecName = MEDIA_CODEC_LIST_ALL.findDecoderForFormat(format); in testQueueInputBuffersWithEmptyInfo()
2224 String codecName = MEDIA_CODEC_LIST_ALL.findDecoderForFormat(format); in testQueueInputBuffersWithBadSize()
2267 String codecName = MEDIA_CODEC_LIST_ALL.findDecoderForFormat(format); in testQueueInputBuffersWithBadBuffInfo()
2302 String codecName = MEDIA_CODEC_LIST_ALL.findDecoderForFormat(format); in testQueueInputBuffersWithBadOffset()
2334 String codecName = MEDIA_CODEC_LIST_ALL.findDecoderForFormat(format); in testQueueInputBuffersInReleaseState()
[all …]
DEncoderColorAspectsTest.java399 String decoder = codecList.findDecoderForFormat(mActiveEncCfg.getFormat()); in testColorAspects()
/cts/tests/tests/media/common/src/android/media/cts/
DMediaCodecPlayerTestBase.java149 if (mcl.findDecoderForFormat(format) == null) { in isResolutionSupported()
DMediaCodecTunneledPlayer.java269 String codecName = mcl.findDecoderForFormat(format); in addTrack()
/cts/hostsidetests/mediapc/videoencodingquality/app/src/android/videoencoding/app/
DVideoTranscoderTest.java171 mDecoderName = MEDIA_CODEC_LIST_REGULAR.findDecoderForFormat(format); in parseEncoderConfigurationFile()
/cts/hostsidetests/videoencodingminimum/app/src/android/videoencodingmin/app/
DVideoTranscoderTest.java171 mDecoderName = MEDIA_CODEC_LIST_REGULAR.findDecoderForFormat(format); in parseEncoderConfigurationFile()
/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.java520 String codec = mAllCodecs.findDecoderForFormat(format); in testHaveAdaptiveVideoDecoderForAllSupportedFormats()
DEncodeVirtualDisplayWithCompositionTestImpl.java1496 if (mcl.findDecoderForFormat(testFormat) == null in isConcurrentEncodingDecodingSupported()
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DMediaCodecListTest.java344 : mRegularCodecs.findDecoderForFormat(format); in codecCanBeFound()
461 String codecName = mRegularCodecs.findDecoderForFormat(format); in testFindDecoderWithAacProfile()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaUtils.java302 String decoder = sMCL.findDecoderForFormat(format); in getDecoder()
327 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.java1200 if (mcl.findDecoderForFormat(format) == null) { in has10BitHEVCDecoder()
DImageDecoderTest.java2898 if (mcl.findDecoderForFormat(format) == null) {
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt23757 method public String findDecoderForFormat(android.media.MediaFormat);