Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.cpp893 int32_t maxDirtyListSize = static_cast<int32_t>(surfaceConsumer->GetQueueSize()) - 1 - 1; in DropFrameProcess() local
895 if (maxDirtyListSize > 1 && availableBufferCnt >= maxDirtyListSize) { in DropFrameProcess()