Searched refs:outCondDec_ (Results 1 – 2 of 2) sorted by relevance
76 vcodecSignal_->outCondDec_.notify_all(); in VdecAsyncNewOutputData()179 vcodecSignal_->outCondDec_.notify_all(); in ResetDecParam()287 vcodecSignal_->outCondDec_.notify_all(); in StopDec()312 vcodecSignal_->outCondDec_.notify_all(); in FlushDec()337 vcodecSignal_->outCondDec_.notify_all(); in ResetDec()359 vcodecSignal_->outCondDec_.notify_all(); in ReleaseDec()487 …vcodecSignal_->outCondDec_.wait(lock, [this]() { return vcodecSignal_->outQueueDec_.size() > 0; }); in OutputFuncDec()
44 std::condition_variable outCondDec_; variable