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

  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
framedrop_primitives.h 140 dropped_frames_at_receive_(0),
200 int dropped_frames_at_receive_; member in class:FrameDropDetector
framedrop_primitives.cc 370 dropped_frames_at_receive_ = 0;
382 dropped_frames_at_receive_++;
520 ViETest::Log(" Receive: %d", dropped_frames_at_receive_);
585 return dropped_frames_at_receive_;

Completed in 109 milliseconds