HomeSort by relevance Sort by last modified time
    Searched full:mutable_updated_region (Results 1 - 11 of 11) sorted by null

  /external/webrtc/webrtc/modules/desktop_capture/
shared_desktop_frame.cc 64 *result->mutable_updated_region() = updated_region();
desktop_frame.cc 76 *result->mutable_updated_region() = frame.updated_region();
desktop_and_cursor_composer.cc 81 mutable_updated_region()->Swap(frame->mutable_updated_region());
desktop_frame.h 46 DesktopRegion* mutable_updated_region() { return &updated_region_; } function in class:webrtc::DesktopFrame
window_capturer_mac.mm 225 frame->mutable_updated_region()->SetRect(
window_capturer_win.cc 240 frame->mutable_updated_region()->SetRect(
screen_capturer_mac.mm 299 mutable_updated_region()->Swap(frame->mutable_updated_region());
440 *new_frame->mutable_updated_region() = region;
    [all...]
screen_capturer_x11.cc 324 DesktopRegion* updated_region = frame->mutable_updated_region();
window_capturer_x11.cc 305 frame->mutable_updated_region()->SetRect(
  /external/webrtc/webrtc/modules/desktop_capture/win/
screen_capturer_win_gdi.cc 128 frame->mutable_updated_region()->Clear();
129 helper_.TakeInvalidRegion(frame->mutable_updated_region());
screen_capturer_win_magnifier.cc 163 frame->mutable_updated_region()->Clear();
164 helper_.TakeInvalidRegion(frame->mutable_updated_region());

Completed in 809 milliseconds