Searched refs:BoolSampleCounter (Results 1 – 2 of 2) sorted by relevance
146 class BoolSampleCounter {148 BoolSampleCounter() : sum(0), num_samples(0) {} in BoolSampleCounter() function149 ~BoolSampleCounter() {} in ~BoolSampleCounter()339 BoolSampleCounter key_frame_counter_;340 BoolSampleCounter quality_limited_frame_counter_;342 BoolSampleCounter cpu_limited_frame_counter_;343 BoolSampleCounter bw_limited_frame_counter_;360 BoolSampleCounter paused_time_counter_;362 BoolSampleCounter fallback_active_counter_;
1431 void SendStatisticsProxy::BoolSampleCounter::Add(bool sample) { in Add()1437 void SendStatisticsProxy::BoolSampleCounter::Add(bool sample, int64_t count) { in Add()1442 int SendStatisticsProxy::BoolSampleCounter::Percent( in Percent()1447 int SendStatisticsProxy::BoolSampleCounter::Permille( in Permille()1452 int SendStatisticsProxy::BoolSampleCounter::Fraction( in Fraction()