Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp78 constexpr int32_t MAX_MISS_COUNT = 3; variable
4922 if (period > 0 && recvTime_ > static_cast<int64_t>(nanoTimestamp) + MAX_MISS_COUNT * period) { in AdjustVsyncTimeStamp()