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

  /external/chromium_org/remoting/codec/
video_encoder_vpx_unittest.cc 56 frame->mutable_updated_region()->SetRect(
80 frame->mutable_updated_region()->SetRect(
104 frame->mutable_updated_region()->SetRect(
123 frame->mutable_updated_region()->SetRect(
131 frame->mutable_updated_region()->SetRect(
codec_test.cc 251 frame->mutable_updated_region()->Clear();
253 frame->mutable_updated_region()->AddRect(rects[i]);
285 frame->mutable_updated_region()->Clear();
287 frame->mutable_updated_region()->AddRect(rects[i]);
356 frame->mutable_updated_region()->SetRect(DesktopRect::MakeSize(screen_size));
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
shared_desktop_frame.cc 64 *result->mutable_updated_region() = updated_region();
desktop_frame.cc 74 *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
screen_capturer_mac.mm 308 mutable_updated_region()->Swap(frame->mutable_updated_region());
449 *new_frame->mutable_updated_region() = region;
    [all...]
screen_capturer_x11.cc 399 DesktopRegion* updated_region = frame->mutable_updated_region();
  /external/chromium_org/remoting/host/
screen_capturer_fake.cc 70 queue_.current_frame()->mutable_updated_region()->SetRect(
video_scheduler_unittest.cc 144 frame_->mutable_updated_region()->SetRect(
desktop_session_proxy.cc 498 frame->mutable_updated_region()->AddRect(serialized_frame.dirty_region[i]);
  /external/chromium_org/content/browser/media/capture/
desktop_capture_device_unittest.cc 74 mutable_updated_region()->Swap(frame->mutable_updated_region());
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
screen_capturer_win_gdi.cc 129 frame->mutable_updated_region()->Clear();
130 helper_.TakeInvalidRegion(frame->mutable_updated_region());
screen_capturer_win_magnifier.cc 162 frame->mutable_updated_region()->Clear();
163 helper_.TakeInvalidRegion(frame->mutable_updated_region());

Completed in 106 milliseconds