Lines Matching refs:CodecDecoderTest
34 class CodecDecoderTest final : public CodecTestBase { class
62 explicit CodecDecoderTest(const char* mediaType, ANativeWindow* window);
63 ~CodecDecoderTest();
72 CodecDecoderTest::CodecDecoderTest(const char* mediaType, ANativeWindow* window) in CodecDecoderTest() function in CodecDecoderTest
82 CodecDecoderTest::~CodecDecoderTest() { in ~CodecDecoderTest()
87 void CodecDecoderTest::setUpAudioReference(const char* refFile) { in setUpAudioReference()
101 void CodecDecoderTest::deleteReference() { in deleteReference()
109 bool CodecDecoderTest::setUpExtractor(const char* srcFile, int colorFormat) { in setUpExtractor()
152 void CodecDecoderTest::deleteExtractor() { in deleteExtractor()
167 bool CodecDecoderTest::configureCodec(AMediaFormat* format, bool isAsync, in configureCodec()
199 bool CodecDecoderTest::enqueueCodecConfig(int32_t bufferIndex) { in enqueueCodecConfig()
215 bool CodecDecoderTest::enqueueInput(size_t bufferIndex) { in enqueueInput()
246 bool CodecDecoderTest::dequeueOutput(size_t bufferIndex, AMediaCodecBufferInfo* info) { in dequeueOutput()
280 bool CodecDecoderTest::isTestStateValid() { in isTestStateValid()
292 bool CodecDecoderTest::isOutputFormatOk(AMediaFormat* configFormat) { in isOutputFormatOk()
308 bool CodecDecoderTest::queueCodecConfig() { in queueCodecConfig()
337 bool CodecDecoderTest::decodeToMemory(const char* decoder, AMediaFormat* format, int frameLimit, in decodeToMemory()
356 bool CodecDecoderTest::testSimpleDecode(const char* decoder, const char* testFile, in testSimpleDecode()
421 bool CodecDecoderTest::testFlush(const char* decoder, const char* testFile, int colorFormat) { in testFlush()
518 bool CodecDecoderTest::testOnlyEos(const char* decoder, const char* testFile, int colorFormat) { in testOnlyEos()
548 bool CodecDecoderTest::testSimpleDecodeQueueCSD(const char* decoder, const char* testFile, in testSimpleDecodeQueueCSD()
628 auto* codecDecoderTest = new CodecDecoderTest(cMediaType, window); in nativeTestSimpleDecode()
653 auto* codecDecoderTest = new CodecDecoderTest(cMediaType, nullptr); in nativeTestOnlyEos()
674 auto* codecDecoderTest = new CodecDecoderTest(cMediaType, window); in nativeTestFlush()
697 auto codecDecoderTest = new CodecDecoderTest(cMediaType, nullptr); in nativeTestSimpleDecodeQueueCSD()