Home
last modified time | relevance | path

Searched refs:previous_time (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/glx/
H A Ddri2_glx.c77 uint64_t previous_time; member
675 if (draw->previous_time + interval * 1000000 <= current_time) { in show_fps()
676 if (draw->previous_time) { in show_fps()
679 (double)(current_time - draw->previous_time)); in show_fps()
682 draw->previous_time = current_time; in show_fps()
/third_party/pulseaudio/src/pulse/
H A Dinternal.h203 pa_usec_t previous_time; member
H A Dstream.c187 s->previous_time = 0; in pa_stream_new_with_proplist_internal()
2550 if (usec < s->previous_time) in pa_stream_get_time()
2551 usec = s->previous_time; in pa_stream_get_time()
2553 s->previous_time = usec; in pa_stream_get_time()

Completed in 7 milliseconds