Home
last modified time | relevance | path

Searched refs:src_pos_y (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/modules/desktop_capture/
Ddesktop_frame.cc99 int32_t src_pos_y = std::max(0, -src_frame_offset.y()); in CopyIntersectingPixelsFrom() local
101 CopyPixelsFrom(src_frame, DesktopVector(src_pos_x, src_pos_y), in CopyIntersectingPixelsFrom()