Searched refs:BoolSampleCounter (Results 1 – 2 of 2) sorted by relevance
148 class BoolSampleCounter {150 BoolSampleCounter() : sum(0), num_samples(0) {} in BoolSampleCounter() function151 ~BoolSampleCounter() {} in ~BoolSampleCounter()340 BoolSampleCounter key_frame_counter_;341 BoolSampleCounter quality_limited_frame_counter_;343 BoolSampleCounter cpu_limited_frame_counter_;344 BoolSampleCounter bw_limited_frame_counter_;361 BoolSampleCounter paused_time_counter_;363 BoolSampleCounter fallback_active_counter_;
1418 void SendStatisticsProxy::BoolSampleCounter::Add(bool sample) { in Add()1424 void SendStatisticsProxy::BoolSampleCounter::Add(bool sample, int64_t count) { in Add()1429 int SendStatisticsProxy::BoolSampleCounter::Percent( in Percent()1434 int SendStatisticsProxy::BoolSampleCounter::Permille( in Permille()1439 int SendStatisticsProxy::BoolSampleCounter::Fraction( in Fraction()