Searched refs:inputLoopEnc_ (Results 1 – 2 of 2) sorted by relevance
464 if (inputLoopEnc_ == nullptr) { in StartEnc()465 inputLoopEnc_ = make_unique<thread>(&ADecEncNdkSample::InputFuncEnc, this); in StartEnc()466 NDK_CHECK_AND_RETURN_RET_LOG(inputLoopEnc_ != nullptr, AV_ERR_UNKNOWN, "Fatal: No memory"); in StartEnc()558 if (inputLoopEnc_ != nullptr && inputLoopEnc_->joinable()) { in ReleaseEnc()565 inputLoopEnc_->join(); in ReleaseEnc()566 inputLoopEnc_.reset(); in ReleaseEnc()
131 std::unique_ptr<std::thread> inputLoopEnc_; variable