Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpsession.c4592 GstClockTime T_dither_max, T_rr, offset = 0; in rtp_session_request_early_rtcp() local
4652 T_dither_max = 0; in rtp_session_request_early_rtcp()
4655 T_dither_max = T_rr; in rtp_session_request_early_rtcp()
4656 T_dither_max /= 2; in rtp_session_request_early_rtcp()
4660 if (current_time + T_dither_max > sess->next_rtcp_check_time) { in rtp_session_request_early_rtcp()
4664 GST_TIME_ARGS (current_time), GST_TIME_ARGS (T_dither_max), in rtp_session_request_early_rtcp()
4666 ret = T_dither_max <= max_delay; in rtp_session_request_early_rtcp()
4717 if (T_dither_max) { in rtp_session_request_early_rtcp()
4719 sess->next_early_rtcp_time = g_random_double () * T_dither_max + in rtp_session_request_early_rtcp()
/third_party/gstreamer/gstplugins_good/
DChangeLog55524 In this case T_dither_max is set to 0 according to RFC 4585