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

  /external/webrtc/webrtc/modules/desktop_capture/
desktop_region.cc 556 Rows::const_iterator bottom_row = row_; local
559 bottom = bottom_row->second->bottom;
560 previous = bottom_row;
561 ++bottom_row;
562 } while (bottom_row != region_.rows_.end() &&
563 previous->second->bottom == bottom_row->second->top &&
564 IsSpanInRow(*bottom_row->second, *row_span_));
  /external/opencv3/modules/imgproc/test/
test_color.cpp 1650 T* bottom_row = dst.ptr<T>(dst.rows-1); local
    [all...]

Completed in 86 milliseconds