Searched refs:prev_tickCount (Results 1 – 1 of 1) sorted by relevance
43 uint32_t prev_tickCount = 0; in AddTime() local47 prev_tickCount = prev_tick_count_; in AddTime()50 prev_tickCount = prev_api_tick_count_; in AddTime()55 uint32_t dw_delta_time = ms_time - prev_tickCount; in AddTime()56 if (prev_tickCount == 0) { in AddTime()