Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/staging/media/atomisp/pci/
Dsh_css_params.c753 struct ia_css_resolution pipe_in_res,
1173 struct ia_css_resolution pipe_in_res; in ia_css_process_zoom_and_motion() local
1175 pipe_in_res.width = 0; in ia_css_process_zoom_and_motion()
1176 pipe_in_res.height = 0; in ia_css_process_zoom_and_motion()
1218 pipe_in_res = binary->effective_in_frame_res; in ia_css_process_zoom_and_motion()
1244 pipe_in_res, in ia_css_process_zoom_and_motion()
4046 struct ia_css_resolution pipe_in_res, in sh_css_update_uds_and_crop_info_based_on_zoom_region() argument
4076 if ((x0 > x1) || (y0 > y1) || (x1 > pipe_in_res.width) || (y1 > pipe_in_res.height)) in sh_css_update_uds_and_crop_info_based_on_zoom_region()
4094 if (in_frame_info->res.width != pipe_in_res.width || in sh_css_update_uds_and_crop_info_based_on_zoom_region()
4095 in_frame_info->res.height != pipe_in_res.height) { in sh_css_update_uds_and_crop_info_based_on_zoom_region()
[all …]