Searched refs:inputLoopDec_ (Results 1 – 4 of 4) sorted by relevance
257 if (inputLoopDec_ == nullptr) { in StartDec()258 inputLoopDec_ = make_unique<thread>(&VDecEncNdkSample::InputFuncDec, this); in StartDec()259 NDK_CHECK_AND_RETURN_RET_LOG(inputLoopDec_ != nullptr, AV_ERR_UNKNOWN, "Fatal: No memory"); in StartDec()348 if (inputLoopDec_ != nullptr && inputLoopDec_->joinable()) { in ReleaseDec()353 inputLoopDec_->join(); in ReleaseDec()354 inputLoopDec_.reset(); in ReleaseDec()
191 if (inputLoopDec_ == nullptr) { in StartDec()192 inputLoopDec_ = make_unique<thread>(&ADecEncNdkSample::InputFuncDec, this); in StartDec()193 NDK_CHECK_AND_RETURN_RET_LOG(inputLoopDec_ != nullptr, AV_ERR_UNKNOWN, "Fatal: No memory"); in StartDec()329 if (inputLoopDec_ != nullptr && inputLoopDec_->joinable()) { in ReleaseDec()334 inputLoopDec_->join(); in ReleaseDec()335 inputLoopDec_.reset(); in ReleaseDec()
124 std::unique_ptr<std::thread> inputLoopDec_; variable
122 std::unique_ptr<std::thread> inputLoopDec_; variable