Searched refs:rtcp_bytes (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Drtpdec.c173 int rtcp_bytes; local
190 rtcp_bytes = ((s->octet_count - s->last_octet_count) * RTCP_TX_RATIO_NUM) /
192 rtcp_bytes /= 50; // mmu_man: that's enough for me... VLC sends much less btw !?
193 if (rtcp_bytes < 28)
H A Drtpenc.c297 int rtcp_bytes; local
303 rtcp_bytes = ((s->octet_count - s->last_octet_count) * RTCP_TX_RATIO_NUM) /
305 if (s->first_packet || ((rtcp_bytes >= RTCP_SR_SIZE) &&

Completed in 42 milliseconds