Home
last modified time | relevance | path

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

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