Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/sink/
H A Dsubtitle_sink.cpp45 updateCond_.notify_all(); in ~SubtitleSink()
146 updateCond_.notify_all(); in Stop()
164 updateCond_.notify_all(); in Resume()
179 updateCond_.notify_all(); in Flush()
257 updateCond_.notify_all(); in DrainOutputBuffer()
264 updateCond_.wait(lock, [this] { in RenderLoop()
278 updateCond_.wait_for(lock, std::chrono::microseconds(waitTime), in RenderLoop()
372 updateCond_.notify_all(); in SetSpeed()
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Dsubtitle_sink.h86 std::condition_variable updateCond_; variable