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

  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
framedrop_primitives.h 139 dropped_frames_at_send_(0),
199 int dropped_frames_at_send_; member in class:FrameDropDetector
framedrop_primitives.cc 369 dropped_frames_at_send_ = 0;
378 dropped_frames_at_send_++;
519 ViETest::Log(" Send : %d", dropped_frames_at_send_);
583 return dropped_frames_at_send_;

Completed in 49 milliseconds