Home
last modified time | relevance | path

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

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