Lines Matching refs:codecDecoderTest
628 auto* codecDecoderTest = new CodecDecoderTest(cMediaType, window); in nativeTestSimpleDecode() local
629 bool isPass = codecDecoderTest->testSimpleDecode(cDecoder, cTestFile, cRefFile, jColorFormat, in nativeTestSimpleDecode()
631 std::string msg = isPass ? std::string{} : codecDecoderTest->getErrorMsg(); in nativeTestSimpleDecode()
632 delete codecDecoderTest; in nativeTestSimpleDecode()
653 auto* codecDecoderTest = new CodecDecoderTest(cMediaType, nullptr); in nativeTestOnlyEos() local
654 bool isPass = codecDecoderTest->testOnlyEos(cDecoder, cTestFile, jColorFormat); in nativeTestOnlyEos()
655 std::string msg = isPass ? std::string{} : codecDecoderTest->getErrorMsg(); in nativeTestOnlyEos()
656 delete codecDecoderTest; in nativeTestOnlyEos()
674 auto* codecDecoderTest = new CodecDecoderTest(cMediaType, window); in nativeTestFlush() local
675 bool isPass = codecDecoderTest->testFlush(cDecoder, cTestFile, jColorFormat); in nativeTestFlush()
676 std::string msg = isPass ? std::string{} : codecDecoderTest->getErrorMsg(); in nativeTestFlush()
677 delete codecDecoderTest; in nativeTestFlush()
697 auto codecDecoderTest = new CodecDecoderTest(cMediaType, nullptr); in nativeTestSimpleDecodeQueueCSD() local
698 bool isPass = codecDecoderTest->testSimpleDecodeQueueCSD(cDecoder, cTestFile, jColorFormat); in nativeTestSimpleDecodeQueueCSD()
699 std::string msg = isPass ? std::string{} : codecDecoderTest->getErrorMsg(); in nativeTestSimpleDecodeQueueCSD()
700 delete codecDecoderTest; in nativeTestSimpleDecodeQueueCSD()