Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_and_cursor_composer.cc81 mutable_updated_region()->Swap(frame->mutable_updated_region()); in DesktopFrameWithCursor()
Dshared_desktop_frame.cc64 *result->mutable_updated_region() = updated_region(); in Share()
Ddesktop_frame.h46 DesktopRegion* mutable_updated_region() { return &updated_region_; } in mutable_updated_region() function
Ddesktop_frame.cc76 *result->mutable_updated_region() = frame.updated_region(); in CopyOf()
Dwindow_capturer_win.cc240 frame->mutable_updated_region()->SetRect( in Capture()
Dscreen_capturer_x11.cc324 DesktopRegion* updated_region = frame->mutable_updated_region(); in CaptureScreen()
Dwindow_capturer_x11.cc305 frame->mutable_updated_region()->SetRect( in Capture()
Dwindow_capturer_mac.mm225 frame->mutable_updated_region()->SetRect(
Dscreen_capturer_mac.mm299 mutable_updated_region()->Swap(frame->mutable_updated_region());
440 *new_frame->mutable_updated_region() = region;
/external/webrtc/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_gdi.cc128 frame->mutable_updated_region()->Clear(); in Capture()
129 helper_.TakeInvalidRegion(frame->mutable_updated_region()); in Capture()
Dscreen_capturer_win_magnifier.cc163 frame->mutable_updated_region()->Clear(); in Capture()
164 helper_.TakeInvalidRegion(frame->mutable_updated_region()); in Capture()