Searched refs:diff_info_width_ (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/
H A Ddiffer.cc29 diff_info_width_ = ((width_ + kBlockSize - 1) / kBlockSize) + 1;
31 diff_info_size_ = diff_info_width_ * diff_info_height_ * sizeof(bool);
65 int diff_info_stride = diff_info_width_ * sizeof(bool);
140 int diff_info_stride = diff_info_width_ * sizeof(bool);
144 for (int x = 0; x < diff_info_width_; x++) {
H A Ddiffer.h80 int diff_info_width_; member in class:webrtc::Differ
H A Ddiffer_unittest.cc124 return differ_->diff_info_width_;

Completed in 107 milliseconds