Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_layer.cpp646 int64_t nowFlushTimestamp = 0; in SelectHitchsInfo() local
655 nowFlushTimestamp = presentTimeRecords_[order].presentTime; in SelectHitchsInfo()
657 float time = (nowFlushTimestamp - lastFlushTimestamp) / FPS_TO_MS; in SelectHitchsInfo()
667 lastFlushTimestamp = nowFlushTimestamp; in SelectHitchsInfo()