Searched refs:max_misorder_time (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtpbin.h | 75 guint32 max_misorder_time; member
|
D | rtpsource.h | 181 guint32 max_misorder_time; member
|
D | rtpsource.c | 305 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()
|
D | rtpsession.h | 248 guint32 max_misorder_time; member
|
D | gstrtpjitterbuffer.c | 335 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()
|
D | gstrtpbin.c | 770 "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()
|
D | rtpsession.c | 693 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()
|