HomeSort by relevance Sort by last modified time
    Searched defs:fps_counter (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/layers/
heads_up_display_layer_impl.cc 226 FrameRateCounter* fps_counter = layer_tree_impl()->frame_rate_counter(); local
227 fps_graph_.value = fps_counter->GetAverageFPS();
228 fps_counter->GetMinAndMaxFPS(&fps_graph_.min, &fps_graph_.max);
348 const FrameRateCounter* fps_counter,
356 const int kGraphWidth = fps_counter->time_stamp_history_size() - 2;
413 for (FrameRateCounter::RingBufferType::Iterator it = --fps_counter->end(); it;
415 base::TimeDelta delta = fps_counter->RecentFrameInterval(it.index() + 1);
419 if (!fps_counter->IsBadFrameInterval(delta)) {
  /external/chromium_org/cc/trees/
layer_tree_host_impl.h 362 FrameRateCounter* fps_counter() { function in class:cc::LayerTreeHostImpl

Completed in 103 milliseconds