Home
last modified time | relevance | path

Searched defs:cumulative_lost (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dreport_block.cc79 bool ReportBlock::WithCumulativeLost(uint32_t cumulative_lost) { in WithCumulativeLost()
Dreport_block.h49 uint32_t cumulative_lost() const { return cumulative_lost_; } in cumulative_lost() function
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_unittest.proto26 optional uint32 cumulative_lost = 2; field
/external/webrtc/webrtc/video/
Dvideo_send_stream.cc528 uint32_t cumulative_lost; in GetRtt() local
Dvie_channel.cc748 uint32_t* cumulative_lost, in GetSendRtcpStatistics()
Dvideo_send_stream_tests.cc260 uint32_t cumulative_lost, in FakeReceiveStatistics()
278 uint32_t cumulative_lost, in LossyStatistician()
/external/webrtc/webrtc/
Dcommon_types.h176 uint32_t cumulative_lost; member