Home
last modified time | relevance | path

Searched refs:codecDecoderTest (Results 1 – 1 of 1) sorted by relevance

/cts/tests/media/jni/
DNativeCodecDecoderTestCommon.cpp628 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()
[all …]