Searched refs:inputParamLoop_ (Results 1 – 2 of 2) sorted by relevance
384 …inputParamLoop_ = isSetParamCallback_ ? make_unique<thread>(&VEncNdkInnerSample::InputParamLoopFun… in StartVideoEncoder()782 if (inputParamLoop_) in WaitForEOS()783 inputParamLoop_->join(); in WaitForEOS()786 inputParamLoop_ = nullptr; in WaitForEOS()
211 std::unique_ptr<std::thread> inputParamLoop_; variable