Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpstats.c245 gdouble avg_rtcp_size, rtcp_bw; in rtp_stats_calculate_rtcp_interval() local
291 avg_rtcp_size = 8.0 * stats->avg_rtcp_packet_size; in rtp_stats_calculate_rtcp_interval()
301 GST_DEBUG ("avg size %f, n %f, rtcp_bw %f", avg_rtcp_size, n, rtcp_bw); in rtp_stats_calculate_rtcp_interval()
302 interval = avg_rtcp_size * n / rtcp_bw; in rtp_stats_calculate_rtcp_interval()
349 gdouble avg_rtcp_size, rtcp_bw; in rtp_stats_calculate_bye_interval() local
371 avg_rtcp_size = 8.0 * stats->avg_rtcp_packet_size; in rtp_stats_calculate_bye_interval()
381 interval = avg_rtcp_size * members / rtcp_bw; in rtp_stats_calculate_bye_interval()
/third_party/pulseaudio/src/modules/rtp/
Drfc3550.txt1602 avg_rtcp_size: The average compound RTCP packet size, in octets,
1635 set to the average RTCP packet size (avg_rtcp_size) divided by 25%
1676 to true, and avg_rtcp_size to the probable size of the first RTCP
1705 For each compound RTCP packet received, the value of avg_rtcp_size is
1708 avg_rtcp_size = (1/16) * packet_size + (15/16) * avg_rtcp_size
1802 FALSE. Furthermore, the value of avg_rtcp_size is updated:
1804 avg_rtcp_size = (1/16) * packet_size + (15/16) * avg_rtcp_size
1821 and avg_rtcp_size is set to the size of the compound BYE packet.
1831 avg_rtcp_size is updated only for received BYE packets. senders
4945 double avg_rtcp_size,
[all …]