Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/transient/
Dclick_annotate.cc67 int lost_packets = 0; in main() local
86 ++lost_packets; in main()
106 return lost_packets; in main()
/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Dalerts.cc211 int64_t lost_packets = static_cast<double>(bwe_update.fraction_lost) / 255 * in AnalyzeLog() local
213 total_lost_packets += lost_packets; in AnalyzeLog()
Danalyzer.cc723 int64_t lost_packets = expected_packets - received_packets; in CreateIncomingPacketLossGraph() local
724 float y = static_cast<float>(lost_packets) / expected_packets * 100; in CreateIncomingPacketLossGraph()
/external/webrtc/call/
Dfake_network_pipe_unittest.cc383 int lost_packets = kNumPackets - receiver.delivered_sequence_numbers_.size(); in TEST_F() local
384 double loss_fraction = lost_packets / static_cast<double>(kNumPackets); in TEST_F()
398 double average_burst_length = static_cast<double>(lost_packets) / num_bursts; in TEST_F()
/external/webrtc/modules/rtp_rtcp/source/
Dflexfec_receiver_unittest.cc494 PacketList lost_packets; in TEST_F() local
496 PacketizeFrame(1, 0, &lost_packets); in TEST_F()
/external/iperf3/src/
Diperf_api.c3070 int total_packets = 0, lost_packets = 0; in iperf_print_intermediate() local
3100 lost_packets += irp->interval_cnt_error; in iperf_print_intermediate()
3145 lost_percent = 100.0 * lost_packets / total_packets; in iperf_print_intermediate()
3151 …nt64_t) bytes, bandwidth * 8, (double) avg_jitter * 1000.0, (int64_t) lost_packets, (int64_t) tota… in iperf_print_intermediate()
3153 …_format, mbuf, start_time, end_time, ubuf, nbuf, avg_jitter * 1000.0, lost_packets, total_packets,… in iperf_print_intermediate()
3233 int total_packets = 0, lost_packets = 0; in iperf_print_results() local
3335 lost_packets += (sp->cnt_error - sp->omitted_cnt_error); in iperf_print_results()
3551 lost_percent = 100.0 * lost_packets / total_packets; in iperf_print_results()
3557 …t) total_sent, bandwidth * 8, (double) avg_jitter * 1000.0, (int64_t) lost_packets, (int64_t) tota… in iperf_print_results()
3579 …at, mbuf, start_time, receiver_time, ubuf, nbuf, avg_jitter * 1000.0, lost_packets, receiver_total… in iperf_print_results()
/external/webrtc/logging/rtc_event_log/
Drtc_event_log.proto139 // computed as floor( 256 * (#lost_packets / #total_packets) ).
Drtc_event_log2.proto312 // computed as floor( 256 * (#lost_packets / #total_packets) ).