Lines Matching refs:CodecTestBase
339 CodecTestBase::CodecTestBase(const char* mime) { in CodecTestBase() function in CodecTestBase
356 CodecTestBase::~CodecTestBase() { in ~CodecTestBase()
367 bool CodecTestBase::configureCodec(AMediaFormat* format, bool isAsync, bool signalEOSWithLastFrame, in configureCodec()
378 bool CodecTestBase::flushCodec() { in flushCodec()
390 bool CodecTestBase::reConfigureCodec(AMediaFormat* format, bool isAsync, in reConfigureCodec()
396 void CodecTestBase::resetContext(bool isAsync, bool signalEOSWithLastFrame) { in resetContext()
412 bool CodecTestBase::enqueueEOS(size_t bufferIndex) { in enqueueEOS()
423 bool CodecTestBase::doWork(int frameLimit) { in doWork()
473 bool CodecTestBase::queueEOS() { in queueEOS()
496 bool CodecTestBase::waitForAllOutputs() { in waitForAllOutputs()
529 int CodecTestBase::getWidth(AMediaFormat* format) { in getWidth()
541 int CodecTestBase::getHeight(AMediaFormat* format) { in getHeight()
553 bool CodecTestBase::isFormatSimilar(AMediaFormat* inpFormat, AMediaFormat* outFormat) { in isFormatSimilar()