HomeSort by relevance Sort by last modified time
    Searched refs:cumulativeLost (Results 1 - 13 of 13) sorted by null

  /external/webrtc/webrtc/video/
report_block_stats_unittest.cc 23 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...]
report_block_stats.cc 37 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;
vie_channel.cc 780 *cumulative_lost = report.cumulativeLost;
    [all...]
  /external/webrtc/webrtc/voice_engine/include/
voe_rtp_rtcp.h 65 unsigned int cumulativeLost;
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp_defines.h 132 : remoteSSRC(0), sourceSSRC(0), fractionLost(0), cumulativeLost(0),
147 cumulativeLost(cumulative_lost),
157 uint32_t cumulativeLost; // 24 bits valid.
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
remb.cc 143 report_block.cumulativeLost = stats.cumulative_lost;
send_side.cc 73 report_block_.cumulativeLost += lost_packets;
  /external/webrtc/webrtc/audio/
audio_receive_stream.cc 204 stats.packets_lost = call_stats.cumulativeLost;
audio_receive_stream_unittest.cc 296 EXPECT_EQ(kCallStats.cumulativeLost, stats.packets_lost);
  /external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
test_api_rtcp.cc 264 EXPECT_EQ(0u, report_blocks[0].cumulativeLost);
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_receiver_unittest.cc 297 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);
    [all...]
rtcp_receiver.cc 511 reportBlock->remoteReceiveBlock.cumulativeLost =
    [all...]
  /external/webrtc/webrtc/voice_engine/
channel.cc     [all...]

Completed in 278 milliseconds