Home
last modified time | relevance | path

Searched refs:previous_time (Results 1 – 12 of 12) sorted by relevance

/third_party/glib/gio/
Dgio-tool-move.c47 static gint64 previous_time; variable
58 if (tv - previous_time < (G_USEC_PER_SEC / 5) && in show_progress()
70 previous_time = tv; in show_progress()
Dgio-tool-copy.c54 static gint64 previous_time; variable
65 if (tv - previous_time < (G_USEC_PER_SEC / 5) && in show_progress()
76 previous_time = tv; in show_progress()
/third_party/boost/boost/numeric/odeint/integrate/
Dcheck_adapter.hpp179 time_type previous_time( void ) const in previous_time() function in boost::numeric::odeint::checked_stepper
180 { return m_stepper.previous_time(); } in previous_time()
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstahssrc.h59 GstClockTime previous_time; member
Dgstahssrc.c251 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()
/third_party/boost/boost/numeric/odeint/stepper/
Ddense_output_runge_kutta.hpp206 time_type previous_time( void ) const in previous_time() function in boost::numeric::odeint::dense_output_runge_kutta
400 time_type previous_time( void ) const in previous_time() function in boost::numeric::odeint::dense_output_runge_kutta
Drosenbrock4_dense_output.hpp139 time_type previous_time( void ) const in previous_time() function in boost::numeric::odeint::rosenbrock4_dense_output
Dbulirsch_stoer_dense_out.hpp369 time_type previous_time( void ) const in previous_time() function in boost::numeric::odeint::bulirsch_stoer_dense_out
/third_party/boost/libs/numeric/odeint/examples/
Dfind_crossing.cpp88 double t0 = stepper.previous_time(); in find_condition()
/third_party/mesa3d/src/glx/
Ddri2_glx.c91 uint64_t previous_time; member
717 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()
/third_party/pulseaudio/src/pulse/
Dinternal.h197 pa_usec_t previous_time; member
Dstream.c183 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()