Searched refs:previous_time (Results 1 – 5 of 5) sorted by relevance
77 int32_t previous_time = 0; in main() local84 error_reporter, previous_time, current_time, &how_many_new_slices); in main()89 previous_time = current_time; in main()
306 previous_time = self.binarize_data[0][TIME_INDEX]310 time_difference = time - previous_time316 previous_time = time
36 struct timespec previous_time; member
329 stats->previous_time = {0,0}; in initBufferStats()352 if (stats->previous_time.tv_sec != 0 && stats->buffer_count > BUFFER_PERIOD_DISCARD && in collectBufferPeriod()355 int64_t callbackDuration = diffInNano(stats->previous_time, stats->current_time); in collectBufferPeriod()366 stats->previous_time = stats->current_time; in collectBufferPeriod()
91 uint64_t previous_time; member770 if (draw->previous_time + interval * 1000000 <= current_time) { in show_fps()771 if (draw->previous_time) { in show_fps()774 (double)(current_time - draw->previous_time)); in show_fps()777 draw->previous_time = current_time; in show_fps()