Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/
Ddesktop_frame_generator.cc39 frame->mutable_updated_region()->Clear(); in SetUpdatedRegion()
48 frame->mutable_updated_region()->AddRect(rect); in SetUpdatedRegion()
58 frame->mutable_updated_region()->AddRect( in SetUpdatedRegion()
128 frame->mutable_updated_region()->SetRect( in GetNextFrame()
Dcropped_desktop_frame.cc62 mutable_updated_region()->IntersectWith(rect); in CroppedDesktopFrame()
63 mutable_updated_region()->Translate(-rect.left(), -rect.top()); in CroppedDesktopFrame()
Ddesktop_frame.cc133 *mutable_updated_region() = other.updated_region(); in CopyFrameInfoFrom()
142 mutable_updated_region()->Swap(other->mutable_updated_region()); in MoveFrameInfoFrom()
Ddesktop_capturer_differ_wrapper.cc215 hints.Swap(frame->mutable_updated_region()); in OnCaptureResult()
218 frame->mutable_updated_region()); in OnCaptureResult()
221 frame->mutable_updated_region()->SetRect( in OnCaptureResult()
Ddesktop_and_cursor_composer.cc107 mutable_updated_region()->AddRect(cursor_rect_); in DesktopFrameWithCursor()
113 mutable_updated_region()->AddRect(previous_cursor_rect); in DesktopFrameWithCursor()
115 mutable_updated_region()->AddRect(cursor_rect_); in DesktopFrameWithCursor()
Ddesktop_frame_rotation_unittest.cc337 target.mutable_updated_region()->Subtract( in TEST()
358 target.mutable_updated_region()->Subtract( in TEST()
381 target.mutable_updated_region()->Subtract( in TEST()
404 target.mutable_updated_region()->Subtract( in TEST()
Ddesktop_frame.h70 DesktopRegion* mutable_updated_region() { return &updated_region_; } in mutable_updated_region() function
Dwindow_capturer_mac.mm191 frame->mutable_updated_region()->SetRect(
Dscreen_capturer_fuchsia.cc166 frame->mutable_updated_region()->SetRect( in CaptureFrame()
/external/webrtc/modules/desktop_capture/win/
Ddxgi_output_duplicator.cc209 target->mutable_updated_region()->AddRegion(updated_region); in Duplicate()
228 target->mutable_updated_region()->AddRegion(updated_region); in Duplicate()
Dscreen_capturer_win_gdi.cc98 frame->mutable_updated_region()->SetRect( in CaptureFrame()
Dscreen_capturer_win_magnifier.cc121 frame->mutable_updated_region()->SetRect( in CaptureFrame()
Dwindow_capturer_win_gdi.cc330 frame->mutable_updated_region()->SetRect( in CaptureFrame()
Ddxgi_duplicator_controller.cc196 frame->frame()->mutable_updated_region()->Clear(); in DoDuplicate()
/external/webrtc/modules/desktop_capture/linux/wayland/
Dshared_screencast_stream.cc594 frame->mutable_updated_region()->Swap(&damage_region_); in CaptureFrame()
864 queue_.current_frame()->mutable_updated_region()->Clear(); in ProcessBuffer()
882 queue_.current_frame()->mutable_updated_region()->SetRect( in ProcessBuffer()
/external/webrtc/modules/desktop_capture/linux/x11/
Dwindow_capturer_x11.cc180 frame->mutable_updated_region()->SetRect( in CaptureFrame()
Dscreen_capturer_x11.cc384 DesktopRegion* updated_region = frame->mutable_updated_region(); in CaptureScreen()
/external/webrtc/modules/desktop_capture/mac/
Dscreen_capturer_mac.mm246 *new_frame->mutable_updated_region() = region;
248 new_frame->mutable_updated_region()->AddRect(DesktopRect::MakeSize(new_frame->size()));