Home
last modified time | relevance | path

Searched refs:checkFormatSupport (Results 1 – 17 of 17) sorted by relevance

/cts/tests/videocodec/src/android/videocodec/cts/
DVideoDecoderValidationTest.java101 checkFormatSupport(mCodecName, mMediaType, false, formats, null, CODEC_OPTIONAL); in testDecodeAndValidate()
/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderPauseTest.java100 checkFormatSupport(mCodecName, mMediaType, false, formats, null, mSupportRequirements); in testPause()
DCodecDecoderBlockModelMultiAccessUnitTest.java103 checkFormatSupport(mCodecName, mMediaType, false, formatList, null, CODEC_OPTIONAL); in setUp()
308 checkFormatSupport(mCodecName, mMediaType, false, formatList, null, CODEC_OPTIONAL); in testReconfigure()
DCodecDecoderMultiAccessUnitTest.java181 checkFormatSupport(mCodecName, mMediaType, false, formatList, null, CODEC_OPTIONAL); in setUp()
399 checkFormatSupport(mCodecName, mMediaType, false, formatList, null, CODEC_OPTIONAL); in testReconfigure()
DCodecDecoderSurfaceTest.java139 checkFormatSupport(mCodecName, mMediaType, false, formatList, null, in setUp()
506 checkFormatSupport(mCodecName, mMediaType, false, formatList, null, mSupportRequirements); in testReconfigure()
DAudioEncoderTest.java219 checkFormatSupport(mCodecName, mMediaType, true, formats, null, CODEC_OPTIONAL); in testEncodeAndValidate()
DVideoEncoderTest.java266 checkFormatSupport(mCodecName, mMediaType, true, formats, null, mSupportRequirements); in testEncodeAndValidate()
DDecoderColorAspectsTest.java296 checkFormatSupport(mCodecName, mMediaType, false, formats, null, mSupportRequirements); in testColorAspects()
DAdaptivePlaybackTest.java322 checkFormatSupport(mCodecName, mMediaType, false, formats, null, mSupportRequirements); in testAdaptivePlayback()
DCodecEncoderMultiAccessUnitTest.java139 checkFormatSupport(mCodecName, mMediaType, true, formatList, null, CODEC_OPTIONAL); in setUp()
DDecoderDynamicColorAspectTest.java223 checkFormatSupport(mCodecName, mMediaType, false, formats, null, CODEC_OPTIONAL); in setUp()
DCodecEncoderBlockModelMultiAccessUnitTest.java142 checkFormatSupport(mCodecName, mMediaType, true, formatList, null, CODEC_OPTIONAL); in setUp()
DCodecDecoderTest.java345 checkFormatSupport(mCodecName, mMediaType, false, formatList, null, mSupportRequirements); in setUp()
626 checkFormatSupport(mCodecName, mMediaType, false, formatList, null, mSupportRequirements); in testReconfigure()
DDecodeGlAccuracyTest.java582 checkFormatSupport(mCodecName, mMediaType, false, formatList, null, in testDecodeGlAccuracyRGB()
DCodecDecoderDetachedSurfaceTest.java154 checkFormatSupport(mCodecName, mMediaType, false, formatList, null, in setUp()
DCodecDecoderValidationTest.java809 checkFormatSupport(mCodecName, mMediaType, false, formats, null, mSupportRequirements); in testDecodeAndValidate()
/cts/tests/media/common/src/android/mediav2/common/cts/
DCodecTestBase.java503 public static void checkFormatSupport(String codecName, String mediaType, boolean isEncoder, in checkFormatSupport() method in CodecTestBase