OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cumulative_lost
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
report_block.h
37
bool WithCumulativeLost(uint32_t
cumulative_lost
);
49
uint32_t
cumulative_lost
() const { return cumulative_lost_; }
function in class:webrtc::rtcp::ReportBlock
/external/webrtc/webrtc/video/
video_send_stream.cc
528
uint32_t
cumulative_lost
;
local
532
if (vie_channel_->GetSendRtcpStatistics(&frac_lost, &
cumulative_lost
,
/external/webrtc/webrtc/
common_types.h
171
cumulative_lost
(0),
176
uint32_t
cumulative_lost
;
member in struct:webrtc::RtcpStatistics
Completed in 181 milliseconds