Searched refs:outputLoopDec_ (Results 1 – 3 of 3) sorted by relevance
261 if (outputLoopDec_ == nullptr) { in StartDec()262 outputLoopDec_ = make_unique<thread>(&VDecEncNdkSample::OutputFuncDec, this); in StartDec()263 NDK_CHECK_AND_RETURN_RET_LOG(outputLoopDec_ != nullptr, AV_ERR_UNKNOWN, "Fatal: No memory"); in StartDec()356 if (outputLoopDec_ != nullptr && outputLoopDec_->joinable()) { in ReleaseDec()361 outputLoopDec_->join(); in ReleaseDec()362 outputLoopDec_.reset(); in ReleaseDec()
125 std::unique_ptr<std::thread> outputLoopDec_; variable
123 std::unique_ptr<std::thread> outputLoopDec_; variable