Home
last modified time | relevance | path

Searched refs:lost_packets (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/transient/
Dclick_annotate.cc70 int lost_packets = 0; in main() local
91 ++lost_packets; in main()
113 return lost_packets; in main()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
Dsend_side.cc70 int lost_packets = expected_packets - in GiveFeedback() local
72 report_block_.fractionLost = (lost_packets << 8) / expected_packets; in GiveFeedback()
73 report_block_.cumulativeLost += lost_packets; in GiveFeedback()
/external/webrtc/webrtc/modules/video_coding/test/
Drtp_player.cc207 int RegisterSsrc(uint32_t ssrc, LostPackets* lost_packets, Clock* clock) { in RegisterSsrc() argument
214 new Handler(ssrc, payload_types_, lost_packets)); in RegisterSsrc()
271 LostPackets* lost_packets) in Handler() argument
279 lost_packets_(lost_packets) { in Handler()
280 assert(lost_packets); in Handler()
/external/webrtc/webrtc/modules/bitrate_controller/
Dsend_side_bandwidth_estimation.cc144 int lost_packets) { in UpdateUmaStats() argument
155 initially_lost_packets_ += lost_packets; in UpdateUmaStats()
Dsend_side_bandwidth_estimation.h55 void UpdateUmaStats(int64_t now_ms, int64_t rtt, int lost_packets);
/external/iperf3/src/
Diperf_api.c2854 int total_packets = 0, lost_packets = 0; in iperf_print_intermediate() local
2884 lost_packets += irp->interval_cnt_error; in iperf_print_intermediate()
2929 lost_percent = 100.0 * lost_packets / total_packets; in iperf_print_intermediate()
2935 …nt64_t) bytes, bandwidth * 8, (double) avg_jitter * 1000.0, (int64_t) lost_packets, (int64_t) tota… in iperf_print_intermediate()
2937 …_format, mbuf, start_time, end_time, ubuf, nbuf, avg_jitter * 1000.0, lost_packets, total_packets,… in iperf_print_intermediate()
3017 int total_packets = 0, lost_packets = 0; in iperf_print_results() local
3119 lost_packets += (sp->cnt_error - sp->omitted_cnt_error); in iperf_print_results()
3335 lost_percent = 100.0 * lost_packets / total_packets; in iperf_print_results()
3341 …t) total_sent, bandwidth * 8, (double) avg_jitter * 1000.0, (int64_t) lost_packets, (int64_t) tota… in iperf_print_results()
3363 …at, mbuf, start_time, receiver_time, ubuf, nbuf, avg_jitter * 1000.0, lost_packets, receiver_total… in iperf_print_results()
/external/webrtc/webrtc/call/
Drtc_event_log.proto112 // computed as floor( 256 * (#lost_packets / #total_packets) ).