Searched refs:fps_counter_ (Results 1 – 2 of 2) sorted by relevance
46 fps_counter_(30), // TODO(sprang): Use an estimator with limit based on in VCMJitterEstimator()109 fps_counter_.Reset(); in Reset()298 fps_counter_.AddSample(now - _lastUpdateT); in EstimateRandomJitter()432 if (fps_counter_.count() == 0) in GetFrameRate()435 double fps = 1000000.0 / fps_counter_.ComputeMean(); in GetFrameRate()
162 rtc::RollingAccumulator<uint64_t> fps_counter_; variable