Searched refs:FPS_TO_MS (Results 1 – 1 of 1) sorted by relevance
24 constexpr float FPS_TO_MS = 1000000.f; variable657 float time = (nowFlushTimestamp - lastFlushTimestamp) / FPS_TO_MS; in SelectHitchsInfo()