Home
last modified time | relevance | path

Searched refs:reConfigureCodec (Results 1 – 10 of 10) sorted by relevance

/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderBlockModelMultiAccessUnitTest.java335 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()
DCodecDecoderMultiAccessUnitTest.java428 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()
DCodecDecoderSurfaceTest.java526 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()
DCodecEncoderTest.java457 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()
DCodecDecoderTest.java654 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/
DNativeCodecEncoderTest.cpp467 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()
DNativeCodecTestBase.h189 bool reConfigureCodec(AMediaFormat* format, bool isAsync, bool signalEOSWithLastFrame,
DNativeCodecUnitTest.cpp621 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()
DNativeCodecTestBase.cpp462 bool CodecTestBase::reConfigureCodec(AMediaFormat* format, bool isAsync, in reConfigureCodec() function in CodecTestBase
/cts/tests/media/common/src/android/mediav2/common/cts/
DCodecTestBase.java1270 protected void reConfigureCodec(MediaFormat format, boolean isAsync, in reConfigureCodec() method in CodecTestBase