Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/hdi_adapter/sink/
H A Dhos_au_sink.cpp221 …inkPlugin(std::move(name)), audioManager_(nullptr), cacheData_(), processing_(false), renderCond_() in HdiSink()
450 renderCond_.NotifyOne(); in Stop()
567 renderCond_.NotifyOne(); in Pause()
740renderCond_.WaitFor(lock, timeoutMs, [this] { return processing_.load() == false; }); in RenderFrame()
H A Dhos_au_sink.h120 OSAL::ConditionVariable renderCond_; variable