OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:window_list
(Results
1 - 4
of
4
) sorted by null
/external/libxcam/modules/isp/
aiq_handler.cpp
775
_params.
window_list
[win_index].x_start, _params.
window_list
[win_index].y_start,
776
_params.
window_list
[win_index].x_end, _params.
window_list
[win_index].y_end,
777
_params.
window_list
[win_index].weight);
779
if ((_params.
window_list
[win_index].weight <= 0) ||
780
(_params.
window_list
[win_index].x_start < 0) ||
781
((uint32_t)_params.
window_list
[win_index].x_end > image_width) ||
782
(_params.
window_list
[win_index].y_start < 0) ||
783
((uint32_t)_params.
window_list
[win_index].y_end > image_height) |
[
all
...]
/external/libxcam/xcore/base/
xcam_params.h
34
XCam3AWindow
window_list
[XCAM_AE_MAX_METERING_WINDOW_COUNT];
member in struct:_XCamAeParam
/external/webrtc/webrtc/modules/desktop_capture/
screen_capturer_mac.mm
165
// Create an image of the given region using the given |
window_list
|.
170
CFArrayRef
window_list
,
181
window_bounds,
window_list
, kCGWindowImageDefault);
668
CFArrayRef
window_list
= CreateWindowListWithExclusion(excluded_window_);
697
if (excluded_window_ &&
window_list
) {
709
window_list
,
771
if (
window_list
)
772
CFRelease(
window_list
);
[
all
...]
/external/libxcam/xcore/
handler_interface.cpp
54
xcam_mem_clear (_params.
window_list
);
99
_params.
window_list
[0] = defaultWindow;
116
_params.
window_list
[i] = window[i];
Completed in 447 milliseconds