Searched refs:cumulativeLost (Results 1 - 13 of 13) sorted by relevance

/external/webrtc/webrtc/video/
H A Dreport_block_stats_unittest.cc23 block1_1_.cumulativeLost = 10;
28 block1_2_.cumulativeLost = 15;
33 block1_3_.cumulativeLost = 50;
39 block2_1_.cumulativeLost = 111;
44 block2_2_.cumulativeLost = 136;
61 block.cumulative_lost = stats.cumulativeLost;
86 EXPECT_EQ(0U, aggregated.cumulativeLost);
96 EXPECT_EQ(10U, aggregated.cumulativeLost);
102 EXPECT_EQ(15U, aggregated.cumulativeLost);
114 EXPECT_EQ(10U + 111U, aggregated.cumulativeLost);
[all...]
H A Dreport_block_stats.cc37 block.cumulativeLost = rtcp_stats.cumulative_lost;
59 aggregate.cumulativeLost += report_block->cumulativeLost;
88 int cum_loss_diff = report_block.cumulativeLost -
89 prev_report_block->second.cumulativeLost;
H A Dvie_channel.cc780 *cumulative_lost = report.cumulativeLost;
/external/webrtc/webrtc/modules/rtp_rtcp/include/
H A Drtp_rtcp_defines.h132 : remoteSSRC(0), sourceSSRC(0), fractionLost(0), cumulativeLost(0),
147 cumulativeLost(cumulative_lost),
157 uint32_t cumulativeLost; // 24 bits valid. member in struct:webrtc::RTCPReportBlock
/external/webrtc/webrtc/voice_engine/include/
H A Dvoe_rtp_rtcp.h65 unsigned int cumulativeLost; member in struct:webrtc::CallStatistics
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
H A Dremb.cc143 report_block.cumulativeLost = stats.cumulative_lost;
H A Dsend_side.cc73 report_block_.cumulativeLost += lost_packets;
/external/webrtc/webrtc/audio/
H A Daudio_receive_stream.cc204 stats.packets_lost = call_stats.cumulativeLost;
H A Daudio_receive_stream_unittest.cc296 EXPECT_EQ(kCallStats.cumulativeLost, stats.packets_lost);
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
H A Dtest_api_rtcp.cc264 EXPECT_EQ(0u, report_blocks[0].cumulativeLost);
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtcp_receiver_unittest.cc297 EXPECT_EQ(kCumLost[i], received_blocks[i].cumulativeLost);
334 EXPECT_EQ(kCumLost[0], received_blocks[0].cumulativeLost);
358 EXPECT_EQ(kCumLost[i], received_blocks[i].cumulativeLost);
H A Drtcp_receiver.cc511 reportBlock->remoteReceiveBlock.cumulativeLost =
1416 stats.cumulative_lost = it->cumulativeLost;
/external/webrtc/webrtc/voice_engine/
H A Dchannel.cc3190 report_block.cumulative_num_packets_lost = it->cumulativeLost;
3220 stats.cumulativeLost = statistics.cumulative_lost;

Completed in 151 milliseconds