Searched refs:outputLoopEnc_ (Results 1 – 4 of 4) sorted by relevance
590 if (outputLoopEnc_ == nullptr) { in StartEnc()591 outputLoopEnc_ = make_unique<thread>(&VDecEncNdkSample::OutputFuncEnc, this); in StartEnc()592 NDK_CHECK_AND_RETURN_RET_LOG(outputLoopEnc_ != nullptr, AV_ERR_UNKNOWN, "Fatal: No memory"); in StartEnc()659 if (outputLoopEnc_ != nullptr && outputLoopEnc_->joinable()) { in ReleaseEnc()664 outputLoopEnc_->join(); in ReleaseEnc()665 outputLoopEnc_.reset(); in ReleaseEnc()
468 if (outputLoopEnc_ == nullptr) { in StartEnc()469 outputLoopEnc_ = make_unique<thread>(&ADecEncNdkSample::OutputFuncEnc, this); in StartEnc()470 NDK_CHECK_AND_RETURN_RET_LOG(outputLoopEnc_ != nullptr, AV_ERR_UNKNOWN, "Fatal: No memory"); in StartEnc()569 if (outputLoopEnc_ != nullptr && outputLoopEnc_->joinable()) { in ReleaseEnc()574 outputLoopEnc_->join(); in ReleaseEnc()575 outputLoopEnc_.reset(); in ReleaseEnc()
134 std::unique_ptr<std::thread> outputLoopEnc_; variable
132 std::unique_ptr<std::thread> outputLoopEnc_; variable