Home
last modified time | relevance | path

Searched refs:remoting_rect (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/remoting/codec/
Dvideo_decoder_vpx.cc121 Rect remoting_rect = packet.dirty_rects(i); in DecodePacket() local
123 remoting_rect.x(), remoting_rect.y(), in DecodePacket()
124 remoting_rect.width(), remoting_rect.height())); in DecodePacket()
133 Rect remoting_rect = packet.desktop_shape_rects(i); in DecodePacket() local
135 remoting_rect.x(), remoting_rect.y(), in DecodePacket()
136 remoting_rect.width(), remoting_rect.height())); in DecodePacket()
/external/chromium_org/remoting/client/plugin/
Dmedia_source_video_renderer.cc220 Rect remoting_rect = packet->desktop_shape_rects(i); in ProcessVideoPacket() local
222 remoting_rect.x(), remoting_rect.y(), in ProcessVideoPacket()
223 remoting_rect.width(), remoting_rect.height())); in ProcessVideoPacket()