Searched refs:dropped_frame_count (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/cc/debug/
H A Drendering_stats.cc12 dropped_frame_count(0),
30 enumerator->AddInt64("droppedFrameCount", dropped_frame_count);
72 dropped_frame_count += other.dropped_frame_count;
H A Dframe_rate_counter.h22 int dropped_frame_count() const { return dropped_frame_count_; } function in class:cc::FrameRateCounter
H A Drendering_stats.h17 int64 dropped_frame_count; member in struct:cc::RenderingStats
H A Drendering_stats_instrumentation.cc60 rendering_stats_.dropped_frame_count = count;
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfakemediaprocessor.h67 int dropped_frame_count() const { return dropped_frame_count_; } function in class:cricket::FakeMediaProcessor
/external/chromium_org/tools/perf/metrics/
H A Dgpu_rendering_stats.py12 self.dropped_frame_count = rs.get('droppedFrameCount', 0)
H A Dsmoothness.py90 Average(s.dropped_frame_count, s.screen_frame_count,
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl.cc1255 fps_counter_->dropped_frame_count());

Completed in 210 milliseconds