Searched refs:previous_time (Results 1 – 6 of 6) sorted by relevance
38 int32_t previous_time = 0; variable126 previous_time = 0; in setup()135 error_reporter, previous_time, current_time, &how_many_new_slices); in loop()140 previous_time = current_time; in loop()
64 int32_t previous_time = 0; variable149 previous_time = 0; in setup_tf()160 error_reporter, previous_time, current_time, &how_many_new_slices); in detection_loop()168 previous_time = current_time; in detection_loop()
311 previous_time = self.binarize_data[0][TIME_INDEX]315 time_difference = time - previous_time321 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; member778 if (draw->previous_time + interval * 1000000 <= current_time) { in show_fps()779 if (draw->previous_time) { in show_fps()782 (double)(current_time - draw->previous_time)); in show_fps()785 draw->previous_time = current_time; in show_fps()