/cts/tests/media/src/android/mediav2/cts/ |
D | CodecDecoderBlockModelMultiAccessUnitTest.java | 335 reConfigureCodec(format, true, false, false); in testReconfigure() 339 reConfigureCodec(format, true, false, false); in testReconfigure() 344 reConfigureCodec(format, true, true, false); in testReconfigure() 359 reConfigureCodec(format, true, false, false); in testReconfigure() 379 reConfigureCodec(newFormat, true, false, false); in testReconfigure()
|
D | CodecDecoderMultiAccessUnitTest.java | 428 reConfigureCodec(format, true, false, false); in testReconfigure() 432 reConfigureCodec(format, true, false, false); in testReconfigure() 437 reConfigureCodec(format, true, true, false); in testReconfigure() 452 reConfigureCodec(format, true, false, false); in testReconfigure() 469 reConfigureCodec(newFormat, true, false, false); in testReconfigure()
|
D | CodecDecoderSurfaceTest.java | 526 reConfigureCodec(format, !isAsync, false, false); in testReconfigure() 530 reConfigureCodec(format, !isAsync, false, false); in testReconfigure() 535 reConfigureCodec(format, isAsync, true, false); in testReconfigure() 549 reConfigureCodec(format, !isAsync, false, false); in testReconfigure() 567 reConfigureCodec(newFormat, isAsync, false, false); in testReconfigure()
|
D | CodecEncoderTest.java | 457 reConfigureCodec(format, !isAsync, false, true); in testReconfigure() 461 reConfigureCodec(format, !isAsync, false, true); in testReconfigure() 468 reConfigureCodec(format, isAsync, true, true); in testReconfigure() 484 reConfigureCodec(format, !isAsync, false, true); in testReconfigure() 501 reConfigureCodec(mEncCfgParams[1].getFormat(), isAsync, false, true); in testReconfigure()
|
D | CodecDecoderTest.java | 654 reConfigureCodec(format, !isAsync, false, false); in testReconfigure() 658 reConfigureCodec(format, !isAsync, false, false); in testReconfigure() 670 reConfigureCodec(format, isAsync, true, false); in testReconfigure() 688 reConfigureCodec(format, !isAsync, false, false); in testReconfigure() 708 reConfigureCodec(newFormat, isAsync, false, false); in testReconfigure()
|
/cts/tests/media/jni/ |
D | NativeCodecEncoderTest.cpp | 467 if (!reConfigureCodec(format, !isAsync, false, true)) return false; in testReconfigure() 471 if (!reConfigureCodec(format, !isAsync, false, true)) return false; in testReconfigure() 476 if (!reConfigureCodec(format, isAsync, true, true)) return false; in testReconfigure() 492 if (!reConfigureCodec(format, !isAsync, false, true)) return false; in testReconfigure() 505 if (!reConfigureCodec(mFormats[1], isAsync, false, true)) return false; in testReconfigure()
|
D | NativeCodecTestBase.h | 189 bool reConfigureCodec(AMediaFormat* format, bool isAsync, bool signalEOSWithLastFrame,
|
D | NativeCodecUnitTest.cpp | 621 if (!reConfigureCodec(mFormat, !isAsync, false, isEncoder)) return false; in testSetAsyncNotifyCallbackInInitState() 659 if (!reConfigureCodec(mFormat, !isAsync, false, isEncoder)) return false; in testSetAsyncNotifyCallbackInUnInitState() 670 if (!reConfigureCodec(mFormat, !isAsync, false, isEncoder)) return false; in testSetAsyncNotifyCallbackInUnInitState()
|
D | NativeCodecTestBase.cpp | 462 bool CodecTestBase::reConfigureCodec(AMediaFormat* format, bool isAsync, in reConfigureCodec() function in CodecTestBase
|
/cts/tests/media/common/src/android/mediav2/common/cts/ |
D | CodecTestBase.java | 1270 protected void reConfigureCodec(MediaFormat format, boolean isAsync, in reConfigureCodec() method in CodecTestBase
|