Home
last modified time | relevance | path

Searched refs:prevtime (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst/videorate/
Dgstvideorate.c1385 GstClockTime intime, GstClockTime prevtime, gint * count) in gst_video_rate_do_max_duplicate() argument
1393 if (ABS (GST_CLOCK_DIFF (intime, prevtime)) > videorate->max_duplication_time) { in gst_video_rate_do_max_duplicate()
1398 GST_TIME_ARGS (intime), GST_TIME_ARGS (prevtime), in gst_video_rate_do_max_duplicate()
1403 while (videorate->next_ts > prevtime) { in gst_video_rate_do_max_duplicate()
1409 while (videorate->next_ts <= prevtime) { in gst_video_rate_do_max_duplicate()
1427 videorate->base_ts -= prevtime - intime; in gst_video_rate_do_max_duplicate()
1429 videorate->base_ts += intime - prevtime; in gst_video_rate_do_max_duplicate()
1600 GstClockTime prevtime; in gst_video_rate_transform_ip() local
1604 prevtime = videorate->prev_ts; in gst_video_rate_transform_ip()
1608 " outgoing ts %" GST_TIME_FORMAT, GST_TIME_ARGS (prevtime), in gst_video_rate_transform_ip()
[all …]
/third_party/curl/src/
Dtool_cb_prg.c162 else if((tvdiff(now, bar->prevtime) < 100L) && point < total) in tool_progress_cb()
168 if(tvdiff(now, bar->prevtime) < 100L) in tool_progress_cb()
202 bar->prevtime = now; in tool_progress_cb()
Dtool_cb_prg.h32 struct timeval prevtime; member