• Home
  • Raw
  • Download

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()
278 bool CodecDecoderTest::isTestStateValid() { in isTestStateValid()
290 bool CodecDecoderTest::isOutputFormatOk(AMediaFormat* configFormat) { in isOutputFormatOk()
306 bool CodecDecoderTest::queueCodecConfig() { in queueCodecConfig()
335 bool CodecDecoderTest::decodeToMemory(const char* decoder, AMediaFormat* format, int frameLimit, in decodeToMemory()
354 bool CodecDecoderTest::testSimpleDecode(const char* decoder, const char* testFile, in testSimpleDecode()
419 bool CodecDecoderTest::testFlush(const char* decoder, const char* testFile, int colorFormat) { in testFlush()
516 bool CodecDecoderTest::testOnlyEos(const char* decoder, const char* testFile, int colorFormat) { in testOnlyEos()
546 bool CodecDecoderTest::testSimpleDecodeQueueCSD(const char* decoder, const char* testFile, in testSimpleDecodeQueueCSD()
626 auto* codecDecoderTest = new CodecDecoderTest(cMediaType, window); in nativeTestSimpleDecode()
651 auto* codecDecoderTest = new CodecDecoderTest(cMediaType, nullptr); in nativeTestOnlyEos()
672 auto* codecDecoderTest = new CodecDecoderTest(cMediaType, window); in nativeTestFlush()
695 auto codecDecoderTest = new CodecDecoderTest(cMediaType, nullptr); in nativeTestSimpleDecodeQueueCSD()