Home
last modified time | relevance | path

Searched refs:outCondDec_ (Results 1 – 2 of 2) sorted by relevance

/test/xts/acts/multimedia/media/media_cpp_standard/videoDecEncNdk/src/
DVDecEncNdkSample.cpp76 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()
/test/xts/acts/multimedia/media/media_cpp_standard/videoDecEncNdk/include/
DVDecEncNdkSample.h44 std::condition_variable outCondDec_; variable