Home
last modified time | relevance | path

Searched refs:total_number_of_packets (Results 1 – 14 of 14) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/bitrate_controller/
H A Dbitrate_controller_impl.cc189 int total_number_of_packets = 0; in OnReceivedRtcpReceiverReport() local
205 total_number_of_packets += number_of_packets; in OnReceivedRtcpReceiverReport()
211 if (total_number_of_packets < 0) { in OnReceivedRtcpReceiverReport()
217 if (total_number_of_packets == 0) in OnReceivedRtcpReceiverReport()
221 (fraction_lost_aggregate + total_number_of_packets / 2) / in OnReceivedRtcpReceiverReport()
222 total_number_of_packets; in OnReceivedRtcpReceiverReport()
226 RTC_DCHECK_GE(total_number_of_packets, 0); in OnReceivedRtcpReceiverReport()
229 total_number_of_packets, now_ms); in OnReceivedRtcpReceiverReport()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/bitrate_controller/
H A Dbitrate_controller_impl.cc45 int total_number_of_packets = 0; in OnReceivedRtcpReceiverReport() local
61 total_number_of_packets += number_of_packets; in OnReceivedRtcpReceiverReport()
67 if (total_number_of_packets < 0) { in OnReceivedRtcpReceiverReport()
72 if (total_number_of_packets == 0) in OnReceivedRtcpReceiverReport()
76 total_number_of_packets / 2) / total_number_of_packets; in OnReceivedRtcpReceiverReport()
80 RTC_DCHECK_GE(total_number_of_packets, 0); in OnReceivedRtcpReceiverReport()
83 total_number_of_packets, now_ms); in OnReceivedRtcpReceiverReport()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/bitrate_controller/
H A Dbitrate_controller_impl.cc189 int total_number_of_packets = 0; in OnReceivedRtcpReceiverReport() local
205 total_number_of_packets += number_of_packets; in OnReceivedRtcpReceiverReport()
211 if (total_number_of_packets < 0) { in OnReceivedRtcpReceiverReport()
217 if (total_number_of_packets == 0) in OnReceivedRtcpReceiverReport()
221 (fraction_lost_aggregate + total_number_of_packets / 2) / in OnReceivedRtcpReceiverReport()
222 total_number_of_packets; in OnReceivedRtcpReceiverReport()
226 RTC_DCHECK_GE(total_number_of_packets, 0); in OnReceivedRtcpReceiverReport()
229 total_number_of_packets, now_ms); in OnReceivedRtcpReceiverReport()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/bitrate_controller/
H A Dbitrate_controller_impl.cc189 int total_number_of_packets = 0; in OnReceivedRtcpReceiverReport() local
205 total_number_of_packets += number_of_packets; in OnReceivedRtcpReceiverReport()
211 if (total_number_of_packets < 0) { in OnReceivedRtcpReceiverReport()
217 if (total_number_of_packets == 0) in OnReceivedRtcpReceiverReport()
221 (fraction_lost_aggregate + total_number_of_packets / 2) / in OnReceivedRtcpReceiverReport()
222 total_number_of_packets; in OnReceivedRtcpReceiverReport()
226 RTC_DCHECK_GE(total_number_of_packets, 0); in OnReceivedRtcpReceiverReport()
229 total_number_of_packets, now_ms); in OnReceivedRtcpReceiverReport()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/bitrate_controller/
H A Dbitrate_controller_impl.cc41 int total_number_of_packets = 0; in OnReceivedRtcpReceiverReport() local
56 total_number_of_packets += number_of_packets; in OnReceivedRtcpReceiverReport()
62 if (total_number_of_packets == 0) in OnReceivedRtcpReceiverReport()
66 total_number_of_packets / 2) / total_number_of_packets; in OnReceivedRtcpReceiverReport()
71 total_number_of_packets, now_ms); in OnReceivedRtcpReceiverReport()
/dports/net-im/tg_owt/tg_owt-d578c76/src/audio/
H A Dchannel_send.cc306 int total_number_of_packets = 0; in OnReceivedRtcpReceiverReport() local
323 total_number_of_packets += number_of_packets; in OnReceivedRtcpReceiverReport()
329 if (total_number_of_packets > 0) { in OnReceivedRtcpReceiverReport()
331 (fraction_lost_aggregate + total_number_of_packets / 2) / in OnReceivedRtcpReceiverReport()
332 total_number_of_packets; in OnReceivedRtcpReceiverReport()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/audio/
H A Dchannel_send.cc305 int total_number_of_packets = 0; in OnReceivedRtcpReceiverReport() local
322 total_number_of_packets += number_of_packets; in OnReceivedRtcpReceiverReport()
328 if (total_number_of_packets > 0) { in OnReceivedRtcpReceiverReport()
330 (fraction_lost_aggregate + total_number_of_packets / 2) / in OnReceivedRtcpReceiverReport()
331 total_number_of_packets; in OnReceivedRtcpReceiverReport()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/audio/
H A Dchannel_send.cc332 int total_number_of_packets = 0; in OnReceivedRtcpReceiverReport() local
349 total_number_of_packets += number_of_packets; in OnReceivedRtcpReceiverReport()
355 if (total_number_of_packets > 0) { in OnReceivedRtcpReceiverReport()
357 (fraction_lost_aggregate + total_number_of_packets / 2) / in OnReceivedRtcpReceiverReport()
358 total_number_of_packets; in OnReceivedRtcpReceiverReport()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/audio/
H A Dchannel_send.cc341 int total_number_of_packets = 0; in OnReceivedRtcpReceiverReport() local
358 total_number_of_packets += number_of_packets; in OnReceivedRtcpReceiverReport()
364 if (total_number_of_packets > 0) { in OnReceivedRtcpReceiverReport()
366 (fraction_lost_aggregate + total_number_of_packets / 2) / in OnReceivedRtcpReceiverReport()
367 total_number_of_packets; in OnReceivedRtcpReceiverReport()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/voice_engine/
H A Dchannel.cc489 int total_number_of_packets = 0; in OnReceivedRtcpReceiverReport() local
506 total_number_of_packets += number_of_packets; in OnReceivedRtcpReceiverReport()
512 if (total_number_of_packets > 0) { in OnReceivedRtcpReceiverReport()
514 (fraction_lost_aggregate + total_number_of_packets / 2) / in OnReceivedRtcpReceiverReport()
515 total_number_of_packets; in OnReceivedRtcpReceiverReport()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/voice_engine/
H A Dchannel.cc489 int total_number_of_packets = 0; in OnReceivedRtcpReceiverReport() local
506 total_number_of_packets += number_of_packets; in OnReceivedRtcpReceiverReport()
512 if (total_number_of_packets > 0) { in OnReceivedRtcpReceiverReport()
514 (fraction_lost_aggregate + total_number_of_packets / 2) / in OnReceivedRtcpReceiverReport()
515 total_number_of_packets; in OnReceivedRtcpReceiverReport()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/voice_engine/
H A Dchannel.cc489 int total_number_of_packets = 0; in OnReceivedRtcpReceiverReport() local
506 total_number_of_packets += number_of_packets; in OnReceivedRtcpReceiverReport()
512 if (total_number_of_packets > 0) { in OnReceivedRtcpReceiverReport()
514 (fraction_lost_aggregate + total_number_of_packets / 2) / in OnReceivedRtcpReceiverReport()
515 total_number_of_packets; in OnReceivedRtcpReceiverReport()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/voice_engine/
H A Dchannel.cc515 int total_number_of_packets = 0; in OnReceivedRtcpReceiverReport() local
531 total_number_of_packets += number_of_packets; in OnReceivedRtcpReceiverReport()
537 if (total_number_of_packets > 0) { in OnReceivedRtcpReceiverReport()
539 (fraction_lost_aggregate + total_number_of_packets / 2) / in OnReceivedRtcpReceiverReport()
540 total_number_of_packets; in OnReceivedRtcpReceiverReport()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/voice_engine/
H A Dchannel.cc119 int total_number_of_packets = 0; in OnReceivedRtcpReceiverReport() local
135 total_number_of_packets += number_of_packets; in OnReceivedRtcpReceiverReport()
141 if (total_number_of_packets > 0) { in OnReceivedRtcpReceiverReport()
143 total_number_of_packets / 2) / total_number_of_packets; in OnReceivedRtcpReceiverReport()