Home
last modified time | relevance | path

Searched refs:max_misorder_time (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpbin.h75 guint32 max_misorder_time; member
Drtpsource.h181 guint32 max_misorder_time; member
Drtpsource.c305 src->max_misorder_time = DEFAULT_MAX_MISORDER_TIME; in rtp_source_init()
562 src->max_misorder_time = g_value_get_uint (value); in rtp_source_set_property()
607 g_value_set_uint (value, src->max_misorder_time); in rtp_source_get_property()
1118 src->max_misorder_time); in update_receiver_stats()
Drtpsession.h248 guint32 max_misorder_time; member
Dgstrtpjitterbuffer.c335 guint32 max_misorder_time; member
1032 priv->max_misorder_time = DEFAULT_MAX_MISORDER_TIME; in gst_rtp_jitter_buffer_init()
3050 priv->max_misorder_time); in gst_rtp_jitter_buffer_chain()
4730 priv->max_misorder_time = g_value_get_uint (value); in gst_rtp_jitter_buffer_set_property()
4886 g_value_set_uint (value, priv->max_misorder_time); in gst_rtp_jitter_buffer_get_property()
Dgstrtpbin.c770 "max-misorder-time", rtpbin->max_misorder_time, NULL); in create_session()
1863 g_object_set (buffer, "max-misorder-time", rtpbin->max_misorder_time, NULL); in create_stream()
2880 rtpbin->max_misorder_time = DEFAULT_MAX_MISORDER_TIME; in gst_rtp_bin_init()
3176 rtpbin->max_misorder_time = g_value_get_uint (value); in gst_rtp_bin_set_property()
3286 g_value_set_uint (value, rtpbin->max_misorder_time); in gst_rtp_bin_get_property()
Drtpsession.c693 sess->max_misorder_time = DEFAULT_MAX_MISORDER_TIME; in rtp_session_init()
909 sess->max_misorder_time = g_value_get_uint (value); in rtp_session_set_property()
998 g_value_set_uint (value, sess->max_misorder_time); in rtp_session_get_property()
1874 sess->max_misorder_time, NULL); in obtain_source()