Searched refs:dropped_frames_at_render_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
H A Dframedrop_primitives.h142 dropped_frames_at_render_(0),
202 int dropped_frames_at_render_; member in class:FrameDropDetector
H A Dframedrop_primitives.cc372 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 113 milliseconds