Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/bitrate_controller/
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()
/external/webrtc/webrtc/voice_engine/
Dchannel.cc212 int total_number_of_packets = 0; in OnReceivedRtcpReceiverReport() local
228 total_number_of_packets += number_of_packets; in OnReceivedRtcpReceiverReport()
234 if (total_number_of_packets > 0) { in OnReceivedRtcpReceiverReport()
236 total_number_of_packets / 2) / total_number_of_packets; in OnReceivedRtcpReceiverReport()