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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Drtpenc.c339 int rtcp_bytes; local
344 rtcp_bytes = ((s->octet_count - s->last_octet_count) * RTCP_TX_RATIO_NUM) /
346 if (s->first_packet || ((rtcp_bytes >= RTCP_SR_SIZE) &&
H A Drtpdec.c186 int rtcp_bytes; local
203 rtcp_bytes = ((s->octet_count - s->last_octet_count) * RTCP_TX_RATIO_NUM) /
205 rtcp_bytes /= 50; // mmu_man: that's enough for me... VLC sends much less btw !?
206 if (rtcp_bytes < 28)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Drtpenc.c339 int rtcp_bytes; local
344 rtcp_bytes = ((s->octet_count - s->last_octet_count) * RTCP_TX_RATIO_NUM) /
346 if (s->first_packet || ((rtcp_bytes >= RTCP_SR_SIZE) &&
H A Drtpdec.c186 int rtcp_bytes; local
203 rtcp_bytes = ((s->octet_count - s->last_octet_count) * RTCP_TX_RATIO_NUM) /
205 rtcp_bytes /= 50; // mmu_man: that's enough for me... VLC sends much less btw !?
206 if (rtcp_bytes < 28)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Drtpenc.c339 int rtcp_bytes; local
344 rtcp_bytes = ((s->octet_count - s->last_octet_count) * RTCP_TX_RATIO_NUM) /
346 if (s->first_packet || ((rtcp_bytes >= RTCP_SR_SIZE) &&
H A Drtpdec.c186 int rtcp_bytes; local
203 rtcp_bytes = ((s->octet_count - s->last_octet_count) * RTCP_TX_RATIO_NUM) /
205 rtcp_bytes /= 50; // mmu_man: that's enough for me... VLC sends much less btw !?
206 if (rtcp_bytes < 28)

Completed in 115 milliseconds