Lines Matching refs:CodecEncoderTest
27 class CodecEncoderTest final : CodecTestBase { class
70 CodecEncoderTest(const char* mime, int32_t* list0, int len0, int32_t* list1, int len1,
72 ~CodecEncoderTest();
82 CodecEncoderTest::CodecEncoderTest(const char* mime, int32_t* list0, int len0, int32_t* list1, in CodecEncoderTest() function in CodecEncoderTest
102 CodecEncoderTest::~CodecEncoderTest() { in ~CodecEncoderTest()
107 void CodecEncoderTest::convertyuv420ptoyuv420sp() { in convertyuv420ptoyuv420sp()
129 void CodecEncoderTest::setUpSource(const char* srcPath) { in setUpSource()
146 void CodecEncoderTest::deleteSource() { in deleteSource()
154 void CodecEncoderTest::setUpParams(int limit) { in setUpParams()
195 void CodecEncoderTest::deleteParams() { in deleteParams()
200 void CodecEncoderTest::resetContext(bool isAsync, bool signalEOSWithLastFrame) { in resetContext()
208 bool CodecEncoderTest::flushCodec() { in flushCodec()
222 void CodecEncoderTest::fillByteBuffer(uint8_t* inputBuffer) { in fillByteBuffer()
263 bool CodecEncoderTest::enqueueInput(size_t bufferIndex) { in enqueueInput()
313 bool CodecEncoderTest::dequeueOutput(size_t bufferIndex, AMediaCodecBufferInfo* info) { in dequeueOutput()
339 void CodecEncoderTest::initFormat(AMediaFormat* format) { in initFormat()
349 bool CodecEncoderTest::encodeToMemory(const char* file, const char* encoder, int32_t frameLimit, in encodeToMemory()
375 void CodecEncoderTest::forceSyncFrame(AMediaFormat* format) { in forceSyncFrame()
381 void CodecEncoderTest::updateBitrate(AMediaFormat* format, int bitrate) { in updateBitrate()
387 bool CodecEncoderTest::testSimpleEncode(const char* encoder, const char* srcPath) { in testSimpleEncode()
462 bool CodecEncoderTest::testFlush(const char* encoder, const char* srcPath) { in testFlush()
545 bool CodecEncoderTest::testReconfigure(const char* encoder, const char* srcPath) { in testReconfigure()
663 bool CodecEncoderTest::testOnlyEos(const char* encoder) { in testOnlyEos()
710 bool CodecEncoderTest::testSetForceSyncFrame(const char* encoder, const char* srcPath) { in testSetForceSyncFrame()
787 bool CodecEncoderTest::testAdaptiveBitRate(const char* encoder, const char* srcPath) { in testAdaptiveBitRate()
871 auto codecEncoderTest = new CodecEncoderTest(cmime, cList0, cLen0, cList1, cLen1, cList2, cLen2, in nativeTestSimpleEncode()
896 auto codecEncoderTest = new CodecEncoderTest(cmime, cList0, cLen0, cList1, cLen1, cList2, cLen2, in nativeTestFlush()
922 auto codecEncoderTest = new CodecEncoderTest(cmime, cList0, cLen0, cList1, cLen1, cList2, cLen2, in nativeTestReconfigure()
947 auto codecEncoderTest = new CodecEncoderTest(cmime, cList0, cLen0, cList1, cLen1, cList2, cLen2, in nativeTestSetForceSyncFrame()
972 auto codecEncoderTest = new CodecEncoderTest(cmime, cList0, cLen0, cList1, cLen1, cList2, cLen2, in nativeTestAdaptiveBitRate()
996 auto codecEncoderTest = new CodecEncoderTest(cmime, cList0, cLen0, cList1, cLen1, cList2, cLen2, in nativeTestOnlyEos()