Home
last modified time | relevance | path

Searched refs:waitCond (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/e2e_demo/
H A Davcodec_e2e_demo.h46 std::condition_variable waitCond; variable
H A Davcodec_e2e_demo_api10.h46 std::condition_variable waitCond; variable
H A Davcodec_e2e_demo.cpp113 demo->waitCond.notify_all(); in OnEncOutputBufferAvailable()
252 waitCond.wait(lock, [this]() { in WaitForEOS()
H A Davcodec_e2e_demo_api10.cpp137 demo->waitCond.notify_all(); in OnEncOutputDataAvailable()
270 waitCond.wait(lock, [this]() { in WaitForEOS()