Lines Matching refs:codecEncoderTest

683     auto codecEncoderTest = new CodecEncoderTest(cMediaType, cCfgParams, nullptr, cSeparator);  in nativeTestSimpleEncode()  local
684 bool isPass = codecEncoderTest->testSimpleEncode(cEncoder, csrcPath, jFrameLimit); in nativeTestSimpleEncode()
685 std::string msg = isPass ? std::string{} : codecEncoderTest->getErrorMsg(); in nativeTestSimpleEncode()
686 delete codecEncoderTest; in nativeTestSimpleEncode()
712 auto codecEncoderTest = in nativeTestReconfigure() local
714 isPass = codecEncoderTest->testReconfigure(cEncoder, csrcPath, jFrameLimit); in nativeTestReconfigure()
715 std::string msg = isPass ? std::string{} : codecEncoderTest->getErrorMsg(); in nativeTestReconfigure()
716 delete codecEncoderTest; in nativeTestReconfigure()
741 auto codecEncoderTest = new CodecEncoderTest(cMediaType, cCfgParams, nullptr, cSeparator); in nativeTestSetForceSyncFrame() local
742 bool isPass = codecEncoderTest->testSetForceSyncFrame(cEncoder, csrcPath); in nativeTestSetForceSyncFrame()
743 std::string msg = isPass ? std::string{} : codecEncoderTest->getErrorMsg(); in nativeTestSetForceSyncFrame()
744 delete codecEncoderTest; in nativeTestSetForceSyncFrame()
765 auto codecEncoderTest = new CodecEncoderTest(cMediaType, cCfgParams, nullptr, cSeparator); in nativeTestAdaptiveBitRate() local
766 bool isPass = codecEncoderTest->testAdaptiveBitRate(cEncoder, csrcPath); in nativeTestAdaptiveBitRate()
767 std::string msg = isPass ? std::string{} : codecEncoderTest->getErrorMsg(); in nativeTestAdaptiveBitRate()
768 delete codecEncoderTest; in nativeTestAdaptiveBitRate()
787 auto codecEncoderTest = new CodecEncoderTest(cMediaType, cCfgParams, nullptr, cSeparator); in nativeTestOnlyEos() local
788 bool isPass = codecEncoderTest->testOnlyEos(cEncoder); in nativeTestOnlyEos()
789 std::string msg = isPass ? std::string{} : codecEncoderTest->getErrorMsg(); in nativeTestOnlyEos()
790 delete codecEncoderTest; in nativeTestOnlyEos()