Searched refs:desktop_shape (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/remoting/host/
H A Ddesktop_shape_tracker.h26 // Recalculates the desktop shape, as returned by desktop_shape();
30 virtual const webrtc::DesktopRegion& desktop_shape() = 0;
H A Ddesktop_shape_tracker_unittest.cc26 EXPECT_FALSE(shape_tracker->desktop_shape().is_empty());
H A Dshaped_desktop_capturer.cc38 frame->set_shape(new webrtc::DesktopRegion(shape_tracker_->desktop_shape()));
H A Ddesktop_shape_tracker_win.cc33 virtual const webrtc::DesktopRegion& desktop_shape();
89 const webrtc::DesktopRegion& DesktopShapeTrackerWin::desktop_shape() { function in class:remoting::__anon10411::DesktopShapeTrackerWin
H A Dshaped_desktop_capturer_unittest.cc32 virtual const webrtc::DesktopRegion& desktop_shape() OVERRIDE {
33 // desktop_shape() can't be called before RefreshDesktopShape().
/external/chromium_org/remoting/client/plugin/
H A Dmedia_source_video_renderer.cc217 webrtc::DesktopRegion desktop_shape; local
221 desktop_shape.AddRect(webrtc::DesktopRect::MakeXYWH(
227 desktop_shape =
231 if (!desktop_shape_.Equals(desktop_shape)) {
232 desktop_shape_.Swap(&desktop_shape);

Completed in 136 milliseconds