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

  /external/chromium_org/cc/debug/
rendering_stats.cc 12 dropped_frame_count(0),
30 enumerator->AddInt64("droppedFrameCount", dropped_frame_count);
72 dropped_frame_count += other.dropped_frame_count;
frame_rate_counter.h 22 int dropped_frame_count() const { return dropped_frame_count_; } function in class:cc::FrameRateCounter
rendering_stats.h 17 int64 dropped_frame_count; member in struct:cc::RenderingStats
rendering_stats_instrumentation.cc 60 rendering_stats_.dropped_frame_count = count;
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
fakemediaprocessor.h 67 int dropped_frame_count() const { return dropped_frame_count_; } function in class:cricket::FakeMediaProcessor
  /external/chromium_org/tools/perf/metrics/
gpu_rendering_stats.py 12 self.dropped_frame_count = rs.get('droppedFrameCount', 0)
smoothness.py 90 Average(s.dropped_frame_count, s.screen_frame_count,
media.js 106 this.metrics['dropped_frame_count'] = this.element.webkitDroppedFrameCount;
  /external/chromium_org/cc/trees/
layer_tree_host_impl.cc     [all...]

Completed in 140 milliseconds