Home
last modified time | relevance | path

Searched refs:fps_counter_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
Djitter_estimator.cc46 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()
Djitter_estimator.h162 rtc::RollingAccumulator<uint64_t> fps_counter_; variable