Searched refs:T_dither_max (Results 1 – 2 of 2) sorted by relevance
4592 GstClockTime T_dither_max, T_rr, offset = 0; in rtp_session_request_early_rtcp() local4652 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()
55524 In this case T_dither_max is set to 0 according to RFC 4585