Searched refs:pipe_in_res (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/staging/media/atomisp/pci/
H A Dsh_css_params.c753 struct ia_css_resolution pipe_in_res,
1173 struct ia_css_resolution pipe_in_res; local
1175 pipe_in_res.width = 0;
1176 pipe_in_res.height = 0;
1217 /* we will use pipe_in_res to scale the zoom crop region if needed */
1218 pipe_in_res = binary->effective_in_frame_res;
1244 pipe_in_res,
4083 struct ia_css_resolution pipe_in_res,
4113 if ((x0 > x1) || (y0 > y1) || (x1 > pipe_in_res.width) || (y1 > pipe_in_res
4074 sh_css_update_uds_and_crop_info_based_on_zoom_region( const struct ia_css_binary_info *info, const struct ia_css_frame_info *in_frame_info, const struct ia_css_frame_info *out_frame_info, const struct ia_css_resolution *dvs_env, const struct ia_css_dz_config *zoom, const struct ia_css_vector *motion_vector, struct sh_css_uds_info *uds, struct sh_css_crop_pos *sp_out_crop_pos, struct ia_css_resolution pipe_in_res, bool enable_zoom) argument
[all...]

Completed in 131 milliseconds