Lines Matching refs:codecEncoderTest
663 auto codecEncoderTest = new CodecEncoderTest(cMediaType, cCfgParams, nullptr, cSeparator); in nativeTestSimpleEncode() local
664 bool isPass = codecEncoderTest->testSimpleEncode(cEncoder, csrcPath); in nativeTestSimpleEncode()
665 std::string msg = isPass ? std::string{} : codecEncoderTest->getErrorMsg(); in nativeTestSimpleEncode()
666 delete codecEncoderTest; in nativeTestSimpleEncode()
692 auto codecEncoderTest = in nativeTestReconfigure() local
694 isPass = codecEncoderTest->testReconfigure(cEncoder, csrcPath); in nativeTestReconfigure()
695 std::string msg = isPass ? std::string{} : codecEncoderTest->getErrorMsg(); in nativeTestReconfigure()
696 delete codecEncoderTest; in nativeTestReconfigure()
721 auto codecEncoderTest = new CodecEncoderTest(cMediaType, cCfgParams, nullptr, cSeparator); in nativeTestSetForceSyncFrame() local
722 bool isPass = codecEncoderTest->testSetForceSyncFrame(cEncoder, csrcPath); in nativeTestSetForceSyncFrame()
723 std::string msg = isPass ? std::string{} : codecEncoderTest->getErrorMsg(); in nativeTestSetForceSyncFrame()
724 delete codecEncoderTest; in nativeTestSetForceSyncFrame()
745 auto codecEncoderTest = new CodecEncoderTest(cMediaType, cCfgParams, nullptr, cSeparator); in nativeTestAdaptiveBitRate() local
746 bool isPass = codecEncoderTest->testAdaptiveBitRate(cEncoder, csrcPath); in nativeTestAdaptiveBitRate()
747 std::string msg = isPass ? std::string{} : codecEncoderTest->getErrorMsg(); in nativeTestAdaptiveBitRate()
748 delete codecEncoderTest; in nativeTestAdaptiveBitRate()
767 auto codecEncoderTest = new CodecEncoderTest(cMediaType, cCfgParams, nullptr, cSeparator); in nativeTestOnlyEos() local
768 bool isPass = codecEncoderTest->testOnlyEos(cEncoder); in nativeTestOnlyEos()
769 std::string msg = isPass ? std::string{} : codecEncoderTest->getErrorMsg(); in nativeTestOnlyEos()
770 delete codecEncoderTest; in nativeTestOnlyEos()