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

  /external/webrtc/talk/media/webrtc/
webrtcvideocapturer.cc 134 captured_frames_(0),
143 captured_frames_(0),
297 captured_frames_ = 0;
344 << captured_frames_ << " frames and dropping "
408 ++captured_frames_;
410 if (1 == captured_frames_) {
webrtcvideocapturer.h 99 int captured_frames_; member in class:cricket::WebRtcVideoCapturer
  /external/webrtc/talk/media/base/
videoadapter_unittest.cc 89 captured_frames_(0),
108 ++captured_frames_;
114 stats.captured_frames = captured_frames_;
131 int captured_frames_; member in class:cricket::VideoAdapterTest::VideoCapturerListener
    [all...]

Completed in 108 milliseconds