OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BoolSampleCounter
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/video/
send_statistics_proxy.h
110
class
BoolSampleCounter
{
112
BoolSampleCounter
() : sum(0), num_samples(0) {}
113
~
BoolSampleCounter
() {}
158
BoolSampleCounter
key_frame_counter_;
159
BoolSampleCounter
quality_limited_frame_counter_;
161
BoolSampleCounter
bw_limited_frame_counter_;
send_statistics_proxy.cc
413
void SendStatisticsProxy::
BoolSampleCounter
::Add(bool sample) {
419
int SendStatisticsProxy::
BoolSampleCounter
::Percent(
424
int SendStatisticsProxy::
BoolSampleCounter
::Permille(
429
int SendStatisticsProxy::
BoolSampleCounter
::Fraction(
Completed in 126 milliseconds