/cts/tests/videocodec/src/android/videocodec/cts/ |
D | VideoDecoderValidationTest.java | 101 checkFormatSupport(mCodecName, mMediaType, false, formats, null, CODEC_OPTIONAL); in testDecodeAndValidate()
|
/cts/tests/media/src/android/mediav2/cts/ |
D | CodecDecoderPauseTest.java | 100 checkFormatSupport(mCodecName, mMediaType, false, formats, null, mSupportRequirements); in testPause()
|
D | CodecDecoderBlockModelMultiAccessUnitTest.java | 103 checkFormatSupport(mCodecName, mMediaType, false, formatList, null, CODEC_OPTIONAL); in setUp() 308 checkFormatSupport(mCodecName, mMediaType, false, formatList, null, CODEC_OPTIONAL); in testReconfigure()
|
D | CodecDecoderMultiAccessUnitTest.java | 181 checkFormatSupport(mCodecName, mMediaType, false, formatList, null, CODEC_OPTIONAL); in setUp() 399 checkFormatSupport(mCodecName, mMediaType, false, formatList, null, CODEC_OPTIONAL); in testReconfigure()
|
D | CodecDecoderSurfaceTest.java | 139 checkFormatSupport(mCodecName, mMediaType, false, formatList, null, in setUp() 506 checkFormatSupport(mCodecName, mMediaType, false, formatList, null, mSupportRequirements); in testReconfigure()
|
D | AudioEncoderTest.java | 219 checkFormatSupport(mCodecName, mMediaType, true, formats, null, CODEC_OPTIONAL); in testEncodeAndValidate()
|
D | VideoEncoderTest.java | 266 checkFormatSupport(mCodecName, mMediaType, true, formats, null, mSupportRequirements); in testEncodeAndValidate()
|
D | DecoderColorAspectsTest.java | 296 checkFormatSupport(mCodecName, mMediaType, false, formats, null, mSupportRequirements); in testColorAspects()
|
D | AdaptivePlaybackTest.java | 322 checkFormatSupport(mCodecName, mMediaType, false, formats, null, mSupportRequirements); in testAdaptivePlayback()
|
D | CodecEncoderMultiAccessUnitTest.java | 139 checkFormatSupport(mCodecName, mMediaType, true, formatList, null, CODEC_OPTIONAL); in setUp()
|
D | DecoderDynamicColorAspectTest.java | 223 checkFormatSupport(mCodecName, mMediaType, false, formats, null, CODEC_OPTIONAL); in setUp()
|
D | CodecEncoderBlockModelMultiAccessUnitTest.java | 142 checkFormatSupport(mCodecName, mMediaType, true, formatList, null, CODEC_OPTIONAL); in setUp()
|
D | CodecDecoderTest.java | 345 checkFormatSupport(mCodecName, mMediaType, false, formatList, null, mSupportRequirements); in setUp() 626 checkFormatSupport(mCodecName, mMediaType, false, formatList, null, mSupportRequirements); in testReconfigure()
|
D | DecodeGlAccuracyTest.java | 582 checkFormatSupport(mCodecName, mMediaType, false, formatList, null, in testDecodeGlAccuracyRGB()
|
D | CodecDecoderDetachedSurfaceTest.java | 154 checkFormatSupport(mCodecName, mMediaType, false, formatList, null, in setUp()
|
D | CodecDecoderValidationTest.java | 809 checkFormatSupport(mCodecName, mMediaType, false, formats, null, mSupportRequirements); in testDecodeAndValidate()
|
/cts/tests/media/common/src/android/mediav2/common/cts/ |
D | CodecTestBase.java | 503 public static void checkFormatSupport(String codecName, String mediaType, boolean isEncoder, in checkFormatSupport() method in CodecTestBase
|