Searched refs:max_dropout_time (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtpbin.h | 74 guint32 max_dropout_time; member
|
D | rtpsource.h | 180 guint32 max_dropout_time; member
|
D | rtpsource.c | 304 src->max_dropout_time = DEFAULT_MAX_DROPOUT_TIME; in rtp_source_init() 559 src->max_dropout_time = g_value_get_uint (value); in rtp_source_set_property() 604 g_value_set_uint (value, src->max_dropout_time); in rtp_source_get_property() 1115 src->max_dropout_time); in update_receiver_stats()
|
D | rtpsession.h | 247 guint32 max_dropout_time; member
|
D | gstrtpjitterbuffer.c | 334 guint32 max_dropout_time; member 1031 priv->max_dropout_time = DEFAULT_MAX_DROPOUT_TIME; in gst_rtp_jitter_buffer_init() 3047 priv->max_dropout_time); in gst_rtp_jitter_buffer_chain() 4725 priv->max_dropout_time = g_value_get_uint (value); in gst_rtp_jitter_buffer_set_property() 4881 g_value_set_uint (value, priv->max_dropout_time); in gst_rtp_jitter_buffer_get_property()
|
D | gstrtpbin.c | 769 g_object_set (session, "max-dropout-time", rtpbin->max_dropout_time, in create_session() 1861 g_object_set (buffer, "max-dropout-time", rtpbin->max_dropout_time, NULL); in create_stream() 2879 rtpbin->max_dropout_time = DEFAULT_MAX_DROPOUT_TIME; in gst_rtp_bin_init() 3167 rtpbin->max_dropout_time = g_value_get_uint (value); in gst_rtp_bin_set_property() 3283 g_value_set_uint (value, rtpbin->max_dropout_time); in gst_rtp_bin_get_property()
|
D | rtpsession.c | 692 sess->max_dropout_time = DEFAULT_MAX_DROPOUT_TIME; in rtp_session_init() 906 sess->max_dropout_time = g_value_get_uint (value); in rtp_session_set_property() 995 g_value_set_uint (value, sess->max_dropout_time); in rtp_session_get_property() 1873 "max-dropout-time", sess->max_dropout_time, "max-misorder-time", in obtain_source()
|