Searched refs:window_list (Results 1 – 4 of 4) sorted by relevance
775 … _params.window_list[win_index].x_start, _params.window_list[win_index].y_start, in set_RGBS_weight_grid()776 _params.window_list[win_index].x_end, _params.window_list[win_index].y_end, in set_RGBS_weight_grid()777 _params.window_list[win_index].weight); in set_RGBS_weight_grid()779 if ((_params.window_list[win_index].weight <= 0) || in set_RGBS_weight_grid()780 (_params.window_list[win_index].x_start < 0) || in set_RGBS_weight_grid()781 ((uint32_t)_params.window_list[win_index].x_end > image_width) || in set_RGBS_weight_grid()782 (_params.window_list[win_index].y_start < 0) || in set_RGBS_weight_grid()783 ((uint32_t)_params.window_list[win_index].y_end > image_height) || in set_RGBS_weight_grid()784 (_params.window_list[win_index].x_start >= _params.window_list[win_index].x_end) || in set_RGBS_weight_grid()785 (_params.window_list[win_index].y_start >= _params.window_list[win_index].y_end) || in set_RGBS_weight_grid()[all …]
54 xcam_mem_clear (_params.window_list); in reset_parameters()99 _params.window_list[0] = defaultWindow; in set_window()116 _params.window_list[i] = window[i]; in set_window()
34 XCam3AWindow window_list[XCAM_AE_MAX_METERING_WINDOW_COUNT]; member
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);