Home
last modified time | relevance | path

Searched refs:mutable_updated_region (Results 1 – 16 of 16) 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.cc60 mutable_updated_region()->IntersectWith(rect); in CroppedDesktopFrame()
61 mutable_updated_region()->Translate(-rect.left(), -rect.top()); in CroppedDesktopFrame()
Ddesktop_frame.cc134 *mutable_updated_region() = other.updated_region(); in CopyFrameInfoFrom()
143 mutable_updated_region()->Swap(other->mutable_updated_region()); in MoveFrameInfoFrom()
Ddesktop_capturer_differ_wrapper.cc209 hints.Swap(frame->mutable_updated_region()); in OnCaptureResult()
212 frame->mutable_updated_region()); in OnCaptureResult()
215 frame->mutable_updated_region()->SetRect( in OnCaptureResult()
Ddesktop_and_cursor_composer.cc107 mutable_updated_region()->AddRect(cursor_rect_); in DesktopFrameWithCursor()
108 mutable_updated_region()->AddRect(previous_cursor_rect); in DesktopFrameWithCursor()
110 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.h68 DesktopRegion* mutable_updated_region() { return &updated_region_; } in mutable_updated_region() function
Dwindow_capturer_mac.mm179 frame->mutable_updated_region()->SetRect(
/external/webrtc/modules/desktop_capture/win/
Ddxgi_output_duplicator.cc211 target->mutable_updated_region()->AddRegion(updated_region); in Duplicate()
230 target->mutable_updated_region()->AddRegion(updated_region); in Duplicate()
Dscreen_capturer_win_gdi.cc93 frame->mutable_updated_region()->SetRect( in CaptureFrame()
Dwindow_capturer_win_gdi.cc296 frame->mutable_updated_region()->SetRect( in CaptureFrame()
Dscreen_capturer_win_magnifier.cc116 frame->mutable_updated_region()->SetRect( in CaptureFrame()
Ddxgi_duplicator_controller.cc182 frame->frame()->mutable_updated_region()->Clear(); in DoDuplicate()
/external/webrtc/modules/desktop_capture/linux/
Dwindow_capturer_x11.cc180 frame->mutable_updated_region()->SetRect( in CaptureFrame()
Dscreen_capturer_x11.cc358 DesktopRegion* updated_region = frame->mutable_updated_region(); in CaptureScreen()
/external/webrtc/modules/desktop_capture/mac/
Dscreen_capturer_mac.mm245 *new_frame->mutable_updated_region() = region;
247 new_frame->mutable_updated_region()->AddRect(DesktopRect::MakeSize(new_frame->size()));