OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FractionLostInPercent
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/video/
report_block_stats_unittest.cc
107
EXPECT_EQ(5, stats.
FractionLostInPercent
());
126
EXPECT_EQ(7, stats.
FractionLostInPercent
());
132
EXPECT_EQ(-1, stats.
FractionLostInPercent
());
136
EXPECT_EQ(-1, stats.
FractionLostInPercent
());
139
EXPECT_EQ(5, stats.
FractionLostInPercent
());
142
EXPECT_EQ(20, stats.
FractionLostInPercent
());
report_block_stats.h
41
int
FractionLostInPercent
() const;
report_block_stats.cc
102
int ReportBlockStats::
FractionLostInPercent
() const {
receive_statistics_proxy.cc
38
int fraction_lost = report_block_stats_.
FractionLostInPercent
();
vie_channel.cc
229
int fraction_lost = report_block_stats_sender_->
FractionLostInPercent
();
[
all
...]
Completed in 52 milliseconds