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

  /external/webrtc/talk/media/base/
videocapturer.cc 125 black_frame_count_down_ = kNumBlackFramesOnMute;
236 black_frame_count_down_ = kNumBlackFramesOnMute;
346 if (black_frame_count_down_ == 0) {
349 --black_frame_count_down_;
videocapturer.h 362 int black_frame_count_down_; member in class:cricket::VideoCapturer

Completed in 572 milliseconds