Home
last modified time | relevance | path

Searched refs:max_duplication_time (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst/videorate/
Dgstvideorate.h60 guint64 max_duplication_time; member
Dgstvideorate.c639 videorate->max_duplication_time = DEFAULT_MAX_DUPLICATION_TIME; in gst_video_rate_init()
1387 if (videorate->max_duplication_time <= 0) in gst_video_rate_do_max_duplicate()
1393 if (ABS (GST_CLOCK_DIFF (intime, prevtime)) > videorate->max_duplication_time) { in gst_video_rate_do_max_duplicate()
1399 GST_TIME_ARGS (videorate->max_duplication_time)); in gst_video_rate_do_max_duplicate()
1840 videorate->max_duplication_time = g_value_get_uint64 (value); in gst_video_rate_set_property()
1902 g_value_set_uint64 (value, videorate->max_duplication_time); in gst_video_rate_get_property()