Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_layer.cpp24 constexpr float FPS_TO_MS = 1000000.f; variable
657 float time = (nowFlushTimestamp - lastFlushTimestamp) / FPS_TO_MS; in SelectHitchsInfo()