Home
last modified time | relevance | path

Searched refs:desktop_shape_ (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/remoting/host/
Ddesktop_shape_tracker_win.cc40 webrtc::DesktopRegion desktop_shape_; member in remoting::__anon986ccc990111::DesktopShapeTrackerWin
61 desktop_shape_.Clear(); in RefreshDesktopShape()
81 desktop_shape_.Clear(); in RefreshDesktopShape()
83 desktop_shape_.AddRect(webrtc::DesktopRect::MakeLTRB( in RefreshDesktopShape()
90 return desktop_shape_; in desktop_shape()
/external/chromium_org/remoting/codec/
Dvideo_decoder_vpx.cc161 difference.Subtract(desktop_shape_); in Invalidate()
327 return &desktop_shape_; in GetImageShape()
340 transparent_region_.AddRegion(desktop_shape_); in UpdateImageShapeRegion()
347 difference.Subtract(desktop_shape_); in UpdateImageShapeRegion()
352 desktop_shape_.Swap(new_desktop_shape); in UpdateImageShapeRegion()
Dvideo_decoder_vpx.h59 webrtc::DesktopRegion desktop_shape_; variable
/external/chromium_org/remoting/client/plugin/
Dmedia_source_video_renderer.cc231 if (!desktop_shape_.Equals(desktop_shape)) { in ProcessVideoPacket()
232 desktop_shape_.Swap(&desktop_shape); in ProcessVideoPacket()
233 delegate_->OnMediaSourceShape(desktop_shape_); in ProcessVideoPacket()
Dmedia_source_video_renderer.h65 webrtc::DesktopRegion desktop_shape_; variable
Dchromoting_instance.h267 scoped_ptr<webrtc::DesktopRegion> desktop_shape_; variable
Dchromoting_instance.cc432 if (desktop_shape_ && shape.Equals(*desktop_shape_)) in SetDesktopShape()
435 desktop_shape_.reset(new webrtc::DesktopRegion(shape)); in SetDesktopShape()