Lines Matching refs:codecDecoderTest
626 auto* codecDecoderTest = new CodecDecoderTest(cMediaType, window); in nativeTestSimpleDecode() local
627 bool isPass = codecDecoderTest->testSimpleDecode(cDecoder, cTestFile, cRefFile, jColorFormat, in nativeTestSimpleDecode()
629 std::string msg = isPass ? std::string{} : codecDecoderTest->getErrorMsg(); in nativeTestSimpleDecode()
630 delete codecDecoderTest; in nativeTestSimpleDecode()
651 auto* codecDecoderTest = new CodecDecoderTest(cMediaType, nullptr); in nativeTestOnlyEos() local
652 bool isPass = codecDecoderTest->testOnlyEos(cDecoder, cTestFile, jColorFormat); in nativeTestOnlyEos()
653 std::string msg = isPass ? std::string{} : codecDecoderTest->getErrorMsg(); in nativeTestOnlyEos()
654 delete codecDecoderTest; in nativeTestOnlyEos()
672 auto* codecDecoderTest = new CodecDecoderTest(cMediaType, window); in nativeTestFlush() local
673 bool isPass = codecDecoderTest->testFlush(cDecoder, cTestFile, jColorFormat); in nativeTestFlush()
674 std::string msg = isPass ? std::string{} : codecDecoderTest->getErrorMsg(); in nativeTestFlush()
675 delete codecDecoderTest; in nativeTestFlush()
695 auto codecDecoderTest = new CodecDecoderTest(cMediaType, nullptr); in nativeTestSimpleDecodeQueueCSD() local
696 bool isPass = codecDecoderTest->testSimpleDecodeQueueCSD(cDecoder, cTestFile, jColorFormat); in nativeTestSimpleDecodeQueueCSD()
697 std::string msg = isPass ? std::string{} : codecDecoderTest->getErrorMsg(); in nativeTestSimpleDecodeQueueCSD()
698 delete codecDecoderTest; in nativeTestSimpleDecodeQueueCSD()