Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp74 constexpr int32_t VSYNC_PERIOD_COUNT = 5; variable
4000 … && currentTime - lastTaskEndTimestamp > VSYNC_PERIOD_COUNT * window_->GetVSyncPeriod()) { in OnIdle()