OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cumulative_num_packets_lost
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/voice_engine/include/
voe_rtp_rtcp.h
92
uint32_t
cumulative_num_packets_lost
;
member in struct:webrtc::ReportBlock
/external/webrtc/webrtc/audio/
audio_send_stream.cc
154
stats.packets_lost = block.
cumulative_num_packets_lost
;
audio_send_stream_unittest.cc
209
EXPECT_EQ(static_cast<int32_t>(kReportBlock.
cumulative_num_packets_lost
),
/external/webrtc/webrtc/voice_engine/
channel.cc
[
all
...]
Completed in 350 milliseconds