Lines Matching refs:isAsync

53     bool configureCodec(AMediaFormat* format, bool isAsync, bool signalEOSWithLastFrame,
55 void resetContext(bool isAsync, bool signalEOSWithLastFrame) override;
155 bool CodecEncoderTest::configureCodec(AMediaFormat* format, bool isAsync, in configureCodec() argument
158 return CodecTestBase::configureCodec(format, isAsync, signalEOSWithLastFrame, isEncoder); in configureCodec()
161 void CodecEncoderTest::resetContext(bool isAsync, bool signalEOSWithLastFrame) { in resetContext() argument
162 CodecTestBase::resetContext(isAsync, signalEOSWithLastFrame); in resetContext()
404 for (auto isAsync : boolStates) { in testSimpleEncode() local
419 if (!configureCodec(format, isAsync, eosType, true)) return false; in testSimpleEncode()
459 for (auto isAsync : boolStates) { in testReconfigure() local
465 if (!configureCodec(format, isAsync, true, true)) return false; in testReconfigure()
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()
533 for (auto isAsync : boolStates) { in testOnlyEos() local
541 if (!configureCodec(format, isAsync, false, true)) return false; in testOnlyEos()
572 for (auto isAsync : boolStates) { in testSetForceSyncFrame() local
579 if (!configureCodec(format, isAsync, false, true)) return false; in testSetForceSyncFrame()
636 for (auto isAsync : boolStates) { in testAdaptiveBitRate() local
643 if (!configureCodec(format, isAsync, false, true)) return false; in testAdaptiveBitRate()