Home
last modified time | relevance | path

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

/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderSurfaceTest.java372 reConfigureCodec(format, !isAsync, false, false); in testReconfigure()
376 reConfigureCodec(format, !isAsync, false, false); in testReconfigure()
381 reConfigureCodec(format, isAsync, true, false); in testReconfigure()
397 reConfigureCodec(format, !isAsync, false, false); in testReconfigure()
418 reConfigureCodec(newFormat, isAsync, false, false); in testReconfigure()
DCodecDecoderTest.java522 reConfigureCodec(format, !isAsync, false, false); in testReconfigure()
526 reConfigureCodec(format, !isAsync, false, false); in testReconfigure()
544 reConfigureCodec(format, isAsync, true, false); in testReconfigure()
570 reConfigureCodec(format, !isAsync, false, false); in testReconfigure()
599 reConfigureCodec(newFormat, isAsync, false, false); in testReconfigure()
DCodecEncoderTest.java510 reConfigureCodec(format, !isAsync, false, true); in testReconfigure()
514 reConfigureCodec(format, !isAsync, false, true); in testReconfigure()
521 reConfigureCodec(format, isAsync, true, true); in testReconfigure()
543 reConfigureCodec(format, !isAsync, false, true); in testReconfigure()
563 reConfigureCodec(mFormats.get(1), isAsync, false, true); in testReconfigure()
DCodecTestBase.java627 void reConfigureCodec(MediaFormat format, boolean isAsync, boolean signalEOSWithLastFrame, in reConfigureCodec() method in CodecTestBase
/cts/tests/media/jni/
DNativeCodecEncoderTest.cpp597 if (!reConfigureCodec(format, !isAsync, false, true)) return false; in testReconfigure()
601 if (!reConfigureCodec(format, !isAsync, false, true)) return false; in testReconfigure()
606 if (!reConfigureCodec(format, isAsync, true, true)) return false; in testReconfigure()
626 if (!reConfigureCodec(format, !isAsync, false, true)) return false; in testReconfigure()
642 if (!reConfigureCodec(mFormats[1], isAsync, false, true)) return false; in testReconfigure()
DNativeCodecTestBase.h150 bool reConfigureCodec(AMediaFormat* format, bool isAsync, bool signalEOSWithLastFrame,
DNativeCodecUnitTest.cpp612 if (!reConfigureCodec(mFormat, !isAsync, false, isEncoder)) return false; in testSetAsyncNotifyCallbackInInitState()
650 if (!reConfigureCodec(mFormat, !isAsync, false, isEncoder)) return false; in testSetAsyncNotifyCallbackInUnInitState()
661 if (!reConfigureCodec(mFormat, !isAsync, false, isEncoder)) return false; in testSetAsyncNotifyCallbackInUnInitState()
DNativeCodecTestBase.cpp390 bool CodecTestBase::reConfigureCodec(AMediaFormat* format, bool isAsync, in reConfigureCodec() function in CodecTestBase