Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp451 uint64_t currentNanoTime = static_cast<uint64_t>(item.time.time_since_epoch().count()); in GetResampleCoord() local
452 if (lastNanoTime < currentNanoTime) { in GetResampleCoord()
453 lastNanoTime = currentNanoTime; in GetResampleCoord()