Searched refs:previous_time (Results 1 – 12 of 12) sorted by relevance
47 static gint64 previous_time; variable58 if (tv - previous_time < (G_USEC_PER_SEC / 5) && in show_progress()70 previous_time = tv; in show_progress()
54 static gint64 previous_time; variable65 if (tv - previous_time < (G_USEC_PER_SEC / 5) && in show_progress()76 previous_time = tv; in show_progress()
179 time_type previous_time( void ) const in previous_time() function in boost::numeric::odeint::checked_stepper180 { return m_stepper.previous_time(); } in previous_time()
59 GstClockTime previous_time; member
251 self->previous_time = GST_CLOCK_TIME_NONE; in gst_ahs_src_init()484 self->previous_time = GST_CLOCK_TIME_NONE; in gst_ahs_src_start()513 self->previous_time = GST_CLOCK_TIME_NONE; in gst_ahs_src_stop()
206 time_type previous_time( void ) const in previous_time() function in boost::numeric::odeint::dense_output_runge_kutta400 time_type previous_time( void ) const in previous_time() function in boost::numeric::odeint::dense_output_runge_kutta
139 time_type previous_time( void ) const in previous_time() function in boost::numeric::odeint::rosenbrock4_dense_output
369 time_type previous_time( void ) const in previous_time() function in boost::numeric::odeint::bulirsch_stoer_dense_out
88 double t0 = stepper.previous_time(); in find_condition()
91 uint64_t previous_time; member717 if (draw->previous_time + interval * 1000000 <= current_time) { in show_fps()718 if (draw->previous_time) { in show_fps()721 (double)(current_time - draw->previous_time)); in show_fps()724 draw->previous_time = current_time; in show_fps()
197 pa_usec_t previous_time; member
183 s->previous_time = 0; in pa_stream_new_with_proplist_internal()2476 if (usec < s->previous_time) in pa_stream_get_time()2477 usec = s->previous_time; in pa_stream_get_time()2479 s->previous_time = usec; in pa_stream_get_time()