OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FractionLost
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/video/
report_block_stats.cc
16
int
FractionLost
(uint32_t num_lost_sequence_numbers,
38
block.
fractionLost
= rtcp_stats.fraction_lost;
71
aggregate.
fractionLost
=
72
FractionLost
(num_lost_sequence_numbers, num_sequence_numbers);
106
return
FractionLost
(
/external/webrtc/webrtc/test/
rtcp_packet_parser.h
86
uint8_t
FractionLost
() const { return rb_.
FractionLost
; }
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_utility.h
73
uint8_t
FractionLost
;
Completed in 617 milliseconds