HomeSort by relevance Sort by last modified time
    Searched refs:fps_counter_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
jitter_estimator.h 157 rtc::RollingAccumulator<uint64_t> fps_counter_; member in class:webrtc::VCMJitterEstimator
jitter_estimator.cc 44 fps_counter_(30), // TODO(sprang): Use an estimator with limit based on
112 fps_counter_.Reset();
320 fps_counter_.AddSample(now - _lastUpdateT);
470 if (fps_counter_.count() == 0)
473 double fps = 1000000.0 / fps_counter_.ComputeMean();
  /external/chromium_org/cc/trees/
layer_tree_host_impl.h 363 return fps_counter_.get();
635 scoped_ptr<FrameRateCounter> fps_counter_; member in class:cc::LayerTreeHostImpl
layer_tree_host_impl.cc 247 fps_counter_(FrameRateCounter::Create(proxy_->HasImplThread())),
    [all...]

Completed in 1218 milliseconds