Home
last modified time | relevance | path

Searched refs:queueSize_ (Results 1 - 9 of 9) sorted by relevance

/foundation/graphic/surface_lite/frameworks/
H A Dbuffer_queue.cpp38 queueSize_(BUFFER_QUEUE_SIZE_DEFAULT), in BufferQueue()
81 if (queueSize_ == attachCount_) { in NeedAttach()
115 if (attachCount_ < queueSize_) { in CanRequest()
245 if (allBuffers_.size() > queueSize_) { in ReleaseBuffer()
305 if (queueSize > BUFFER_QUEUE_SIZE_MAX || queueSize == queueSize_) { in SetQueueSize()
310 if (queueSize_ > queueSize) { in SetQueueSize()
311 uint8_t needDelete = queueSize_ - queueSize; in SetQueueSize()
330 queueSize_ = queueSize; in SetQueueSize()
332 } else if (queueSize_ < queueSize) { in SetQueueSize()
333 queueSize_ in SetQueueSize()
[all...]
/foundation/multimedia/av_codec/services/services/codec/server/post_processing/
H A Dlock_free_queue.h81 newTail = (currentTail + 1) % queueSize_; in PushWait()
115 newHead = (currentHead + 1) % queueSize_; in PopWait()
142 return head_.load() == (tail_.load() + 1) % queueSize_; in Full()
179 static constexpr std::size_t queueSize_{N + 1};
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_surface.h109 queueSize_ = queueSize;
155 int32_t queueSize_ = SURFACE_QUEUE_SIZE; member in OHOS::Ace::NG::RosenRenderSurface
H A Danimated_image.cpp181 if (queueSize_ >= 2) { in DecodeFrame()
185 ++queueSize_; in DecodeFrame()
200 --queueSize_; in DecodeFrame()
H A Danimated_image.h106 std::atomic_int32_t queueSize_ = 0; member in OHOS::Ace::NG::AnimatedImage
H A Drosen_render_surface.cpp195 producerSurface_->SetQueueSize(queueSize_); in UpdateSurfaceConfig()
/foundation/graphic/surface_lite/interfaces/innerkits/
H A Dbuffer_queue.h213 uint8_t queueSize_; member in OHOS::BufferQueue
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread_visitor.h95 uint32_t queueSize_ = 0; member in OHOS::Rosen::RSRenderThreadVisitor
H A Drs_render_thread_visitor.cpp400 queueSize_ = rsSurface->GetQueueSize(); in ProcessRootRenderNode()

Completed in 11 milliseconds