Lines Matching refs:isAsync
59 void resetContext(bool isAsync, bool signalEOSWithLastFrame) override;
200 void CodecEncoderTest::resetContext(bool isAsync, bool signalEOSWithLastFrame) { in resetContext() argument
201 CodecTestBase::resetContext(isAsync, signalEOSWithLastFrame); in resetContext()
404 for (auto isAsync : boolStates) { in testSimpleEncode() local
410 (isAsync ? "async" : "sync"), in testSimpleEncode()
435 if (!configureCodec(format, isAsync, eosType, true)) return false; in testSimpleEncode()
471 for (auto isAsync : boolStates) { in testFlush() local
476 encoder, srcPath, (isAsync ? "async" : "sync")); in testFlush()
486 if (!configureCodec(format, isAsync, true, true)) return false; in testFlush()
580 for (auto isAsync : boolStates) { in testReconfigure() local
585 encoder, srcPath, (isAsync ? "async" : "sync")); in testReconfigure()
595 if (!configureCodec(format, isAsync, true, true)) return false; in testReconfigure()
597 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()
675 bool isAsync = boolStates[k]; in testOnlyEos() local
679 (isAsync ? "async" : "sync")); in testOnlyEos()
691 if (!configureCodec(format, isAsync, false, true)) return false; in testOnlyEos()
728 for (auto isAsync : boolStates) { in testSetForceSyncFrame() local
733 encoder, srcPath, (isAsync ? "async" : "sync")); in testSetForceSyncFrame()
744 if (!configureCodec(format, isAsync, false, true)) return false; in testSetForceSyncFrame()
805 for (auto isAsync : boolStates) { in testAdaptiveBitRate() local
810 encoder, srcPath, (isAsync ? "async" : "sync")); in testAdaptiveBitRate()
821 if (!configureCodec(format, isAsync, false, true)) return false; in testAdaptiveBitRate()