Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecDecoderTestCommon.cpp284 mOutputBuff->getErrorMsg())) in isTestStateValid()
288 mOutputBuff->getErrorMsg())) in isTestStateValid()
398 test->getErrorMsg())) in testSimpleDecode()
477 test->getErrorMsg())) in testFlush()
492 test->getErrorMsg())) in testFlush()
509 test->getErrorMsg())) in testFlush()
542 test->getErrorMsg())) in testOnlyEos()
605 .append(test->getErrorMsg())) in testSimpleDecodeQueueCSD()
631 std::string msg = isPass ? std::string{} : codecDecoderTest->getErrorMsg(); in nativeTestSimpleDecode()
655 std::string msg = isPass ? std::string{} : codecDecoderTest->getErrorMsg(); in nativeTestOnlyEos()
[all …]
DNativeCodecEncoderTest.cpp309 mOutputBuff->getErrorMsg())) in isTestStateValid()
312 mOutputBuff->getErrorMsg())) in isTestStateValid()
429 .append(test->getErrorMsg())) in testSimpleEncode()
489 test->getErrorMsg())) in testReconfigure()
501 test->getErrorMsg())) in testReconfigure()
514 test->getErrorMsg())) in testReconfigure()
550 test->getErrorMsg())) in testOnlyEos()
685 std::string msg = isPass ? std::string{} : codecEncoderTest->getErrorMsg(); in nativeTestSimpleEncode()
715 std::string msg = isPass ? std::string{} : codecEncoderTest->getErrorMsg(); in nativeTestReconfigure()
743 std::string msg = isPass ? std::string{} : codecEncoderTest->getErrorMsg(); in nativeTestSetForceSyncFrame()
[all …]
DNativeCodecTestBase.h104 std::string getErrorMsg();
152 std::string getErrorMsg() { return mErrorLogs + *mSharedErrorLogs; } in getErrorMsg() function
204 std::string getErrorMsg() { in getErrorMsg() function
DNativeCodecEncoderSurfaceTest.cpp78 std::string getErrorMsg() { in getErrorMsg() function in CodecEncoderSurfaceTest
617 mAsyncHandleDecoder.getErrorMsg())) in testSimpleEncode()
620 mAsyncHandleEncoder.getErrorMsg())) in testSimpleEncode()
630 ref->getErrorMsg())) in testSimpleEncode()
637 .append(ref->getErrorMsg())) in testSimpleEncode()
642 test->getErrorMsg())) in testSimpleEncode()
674 std::string msg = isPass ? std::string{} : codecEncoderSurfaceTest->getErrorMsg(); in nativeTestSimpleEncode()
DNativeCodecTestBase.cpp237 std::string CodecAsyncHandler::getErrorMsg() { in getErrorMsg() function in CodecAsyncHandler
487 mAsyncHandle.getErrorMsg())) in isTestStateValid()