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

  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
framedrop_primitives.h 142 dropped_frames_at_render_(0),
202 int dropped_frames_at_render_; member in class:FrameDropDetector
framedrop_primitives.cc 372 dropped_frames_at_render_ = 0;
390 dropped_frames_at_render_++;
522 ViETest::Log(" Render : %d", dropped_frames_at_render_);
589 return dropped_frames_at_render_;

Completed in 219 milliseconds