Home
last modified time | relevance | path

Searched refs:cumulative_num_packets_lost (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/voice_engine/include/
Dvoe_rtp_rtcp.h92 uint32_t cumulative_num_packets_lost; member
/external/webrtc/webrtc/audio/
Daudio_send_stream.cc154 stats.packets_lost = block.cumulative_num_packets_lost; in GetStats()
Daudio_send_stream_unittest.cc209 EXPECT_EQ(static_cast<int32_t>(kReportBlock.cumulative_num_packets_lost), in TEST()
/external/webrtc/webrtc/voice_engine/
Dchannel.cc3190 report_block.cumulative_num_packets_lost = it->cumulativeLost; in GetRemoteRTCPReportBlocks()