Searched refs:lost_packets (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/modules/audio_processing/transient/ |
D | click_annotate.cc | 67 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/ |
D | alerts.cc | 211 int64_t lost_packets = static_cast<double>(bwe_update.fraction_lost) / 255 * in AnalyzeLog() local 213 total_lost_packets += lost_packets; in AnalyzeLog()
|
D | analyzer.cc | 723 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/ |
D | fake_network_pipe_unittest.cc | 383 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/ |
D | flexfec_receiver_unittest.cc | 494 PacketList lost_packets; in TEST_F() local 496 PacketizeFrame(1, 0, &lost_packets); in TEST_F()
|
/external/iperf3/src/ |
D | iperf_api.c | 3070 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/ |
D | rtc_event_log.proto | 139 // computed as floor( 256 * (#lost_packets / #total_packets) ).
|
D | rtc_event_log2.proto | 312 // computed as floor( 256 * (#lost_packets / #total_packets) ).
|