Lines Matching refs:CodecDecoderTest

31 class CodecDecoderTest final : public CodecTestBase {  class
56 explicit CodecDecoderTest(const char* mime, ANativeWindow* window);
57 ~CodecDecoderTest();
66 CodecDecoderTest::CodecDecoderTest(const char* mime, ANativeWindow* window) in CodecDecoderTest() function in CodecDecoderTest
76 CodecDecoderTest::~CodecDecoderTest() { in ~CodecDecoderTest()
81 void CodecDecoderTest::setUpAudioReference(const char* refFile) { in setUpAudioReference()
95 void CodecDecoderTest::deleteReference() { in deleteReference()
103 bool CodecDecoderTest::setUpExtractor(const char* srcFile) { in setUpExtractor()
136 void CodecDecoderTest::deleteExtractor() { in deleteExtractor()
151 bool CodecDecoderTest::configureCodec(AMediaFormat* format, bool isAsync, in configureCodec()
162 bool CodecDecoderTest::enqueueCodecConfig(int32_t bufferIndex) { in enqueueCodecConfig()
182 bool CodecDecoderTest::enqueueInput(size_t bufferIndex) { in enqueueInput()
218 bool CodecDecoderTest::dequeueOutput(size_t bufferIndex, AMediaCodecBufferInfo* info) { in dequeueOutput()
239 bool CodecDecoderTest::queueCodecConfig() { in queueCodecConfig()
264 bool CodecDecoderTest::decodeToMemory(const char* decoder, AMediaFormat* format, int frameLimit, in decodeToMemory()
286 bool CodecDecoderTest::testSimpleDecode(const char* decoder, const char* testFile, in testSimpleDecode()
377 bool CodecDecoderTest::testFlush(const char* decoder, const char* testFile) { in testFlush()
500 bool CodecDecoderTest::testOnlyEos(const char* decoder, const char* testFile) { in testOnlyEos()
541 bool CodecDecoderTest::testSimpleDecodeQueueCSD(const char* decoder, const char* testFile) { in testSimpleDecodeQueueCSD()
644 auto* codecDecoderTest = new CodecDecoderTest(cMime, window); in nativeTestSimpleDecode()
663 auto* codecDecoderTest = new CodecDecoderTest(cMime, nullptr); in nativeTestOnlyEos()
678 auto* codecDecoderTest = new CodecDecoderTest(cMime, window); in nativeTestFlush()
696 auto codecDecoderTest = new CodecDecoderTest(cMime, nullptr); in nativeTestSimpleDecodeQueueCSD()