Searched refs:prevtime (Results 1 – 3 of 3) sorted by relevance
1385 GstClockTime intime, GstClockTime prevtime, gint * count) in gst_video_rate_do_max_duplicate() argument1393 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() local1604 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 …]
162 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()
32 struct timeval prevtime; member