Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_layer.cpp645 int64_t lastFlushTimestamp = 0; in SelectHitchsInfo() local
656 if (lastFlushTimestamp != 0) { in SelectHitchsInfo()
657 float time = (nowFlushTimestamp - lastFlushTimestamp) / FPS_TO_MS; in SelectHitchsInfo()
667 lastFlushTimestamp = nowFlushTimestamp; in SelectHitchsInfo()