OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fps_counter
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/layers/
heads_up_display_layer_impl.cc
196
FrameRateCounter*
fps_counter
= layer_tree_impl()->frame_rate_counter();
local
197
fps_graph_.value =
fps_counter
->GetAverageFPS();
198
fps_counter
->GetMinAndMaxFPS(&fps_graph_.min, &fps_graph_.max);
314
const FrameRateCounter*
fps_counter
,
322
const int kGraphWidth =
fps_counter
->time_stamp_history_size() - 2;
379
for (FrameRateCounter::RingBufferType::Iterator it = --
fps_counter
->end(); it;
381
base::TimeDelta delta =
fps_counter
->RecentFrameInterval(it.index() + 1);
385
if (!
fps_counter
->IsBadFrameInterval(delta)) {
/external/chromium_org/cc/trees/
layer_tree_host_impl.h
328
FrameRateCounter*
fps_counter
() {
function in class:cc::LayerTreeHostImpl
Completed in 58 milliseconds