OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:output_region
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/remoting/client/
rectangle_update_decoder.cc
55
webrtc::DesktopRegion*
output_region
) OVERRIDE {
57
output_region
);
59
for (webrtc::DesktopRegion::Iterator i(*
output_region
); !i.IsAtEnd();
185
webrtc::DesktopRegion
output_region
;
local
189
&
output_region
);
192
if (!
output_region
.is_empty()) {
194
consumer_->ApplyBuffer(view_size_, clip_area_, buffer,
output_region
);
/external/chromium_org/third_party/libva/va/
va_vpp.h
193
* VARectangle
output_region
;
204
*
output_region
.x = BORDER;
205
*
output_region
.y = BORDER;
206
*
output_region
.width =
208
*
output_region
.height =
214
* pipeline_param->
output_region
= &
output_region
;
429
* surface that receives the processed pixels. If NULL, \c
output_region
435
const VARectangle *
output_region
;
member in struct:_VAProcPipelineParameterBuffer
440
* specified \ref
output_region
. The color is specified in ARGB format
[
all
...]
Completed in 105 milliseconds