Home
last modified time | relevance | path

Searched refs:cvFull_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/include/foundation/utils/
H A Dblocking_queue.h62 cvFull_.Wait(lock, [this] { return !isActive || que_.size() < capacity_; }); in Push()
83cvFull_.WaitFor(lock, timeoutMs, [this] { return !isActive || que_.size() < capacity_; }); in Push()
111 cvFull_.NotifyOne(); in Pop()
130 cvFull_.NotifyOne(); in Pop()
160 cvFull_.NotifyOne(); in ClearUnprotected()
165 OSAL::ConditionVariable cvFull_; variable
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/osal/task/
H A Dblocking_queue.h62 cvFull_.Wait(lock, [this] { return !isActive || que_.size() < capacity_; }); in Push()
83cvFull_.WaitFor(lock, timeoutMs, [this] { return !isActive || que_.size() < capacity_; }); in Push()
111 cvFull_.NotifyOne(); in Pop()
130 cvFull_.NotifyOne(); in Pop()
171 cvFull_.NotifyOne(); in ClearUnprotected()
176 ConditionVariable cvFull_; variable
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/
H A Dblocking_queue.h100 cvFull_.notify_one(); in Pop()
132 cvFull_.notify_one(); in Pop()
186 cvFull_.notify_one(); in ClearUnlocked()
195 cvFull_.wait(lock, [this] { return !isActive_ || que_.size() < capacity_; }); in CanPush()
208 cvFull_.wait(lock, timeoutMs, [this] { return !isActive_ || que_.size() < capacity_; }); in CanPush()
217 std::condition_variable cvFull_; variable
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/demux/
H A Ddata_packer.cpp44 cvFull_.NotifyAll(); in ~DataPacker()
74 cvFull_.WaitFor(lock, 1000, // 1000 ms in PushData()
231 cvFull_.NotifyOne(); in GetRange()
288 cvFull_.NotifyOne(); in GetRange()
325 cvFull_.NotifyAll(); in Stop()
H A Ddata_packer.h125 OSAL::ConditionVariable cvFull_; variable