Searched refs:lastFlushTimestamp (Results 1 – 1 of 1) sorted by relevance
645 int64_t lastFlushTimestamp = 0; in SelectHitchsInfo() local656 if (lastFlushTimestamp != 0) { in SelectHitchsInfo()657 float time = (nowFlushTimestamp - lastFlushTimestamp) / FPS_TO_MS; in SelectHitchsInfo()667 lastFlushTimestamp = nowFlushTimestamp; in SelectHitchsInfo()