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

  /external/webrtc/webrtc/modules/video_processing/
brightness_detection.cc 26 frame_cnt_bright_ = 0;
111 frame_cnt_bright_++;
113 frame_cnt_bright_ = 0;
116 frame_cnt_bright_ = 0;
120 frame_cnt_bright_ = 0;
123 frame_cnt_bright_++;
129 } else if (frame_cnt_bright_ > frame_cnt_alarm) {
brightness_detection.h 29 uint32_t frame_cnt_bright_; member in class:webrtc::VPMBrightnessDetection

Completed in 124 milliseconds