Searched refs:cumulativeLost (Results 1 – 13 of 13) sorted by relevance
/external/webrtc/webrtc/video/ |
D | report_block_stats_unittest.cc | 23 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 …]
|
D | report_block_stats.cc | 37 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()
|
D | vie_channel.cc | 780 *cumulative_lost = report.cumulativeLost; in GetSendRtcpStatistics()
|
/external/webrtc/webrtc/modules/rtp_rtcp/include/ |
D | rtp_rtcp_defines.h | 132 : 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/ |
D | voe_rtp_rtcp.h | 65 unsigned int cumulativeLost; member
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/ |
D | send_side.cc | 73 report_block_.cumulativeLost += lost_packets; in GiveFeedback()
|
D | remb.cc | 143 report_block.cumulativeLost = stats.cumulative_lost; in BuildReportBlock()
|
/external/webrtc/webrtc/audio/ |
D | audio_receive_stream.cc | 204 stats.packets_lost = call_stats.cumulativeLost; in GetStats()
|
D | audio_receive_stream_unittest.cc | 296 EXPECT_EQ(kCallStats.cumulativeLost, stats.packets_lost); in TEST()
|
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/ |
D | test_api_rtcp.cc | 264 EXPECT_EQ(0u, report_blocks[0].cumulativeLost); in TEST_F()
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtcp_receiver_unittest.cc | 297 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()
|
D | rtcp_receiver.cc | 511 reportBlock->remoteReceiveBlock.cumulativeLost = in HandleReportBlock() 1416 stats.cumulative_lost = it->cumulativeLost; in TriggerCallbacksFromRTCPPacket()
|
/external/webrtc/webrtc/voice_engine/ |
D | channel.cc | 3190 report_block.cumulative_num_packets_lost = it->cumulativeLost; in GetRemoteRTCPReportBlocks() 3220 stats.cumulativeLost = statistics.cumulative_lost; in GetRTPStatistics()
|