Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/media/atomisp/pci/
Dsh_css_params.c755 struct ia_css_resolution pipe_in_res,
1186 struct ia_css_resolution pipe_in_res; in ia_css_process_zoom_and_motion() local
1188 pipe_in_res.width = 0; in ia_css_process_zoom_and_motion()
1189 pipe_in_res.height = 0; in ia_css_process_zoom_and_motion()
1232 pipe_in_res = binary->effective_in_frame_res; in ia_css_process_zoom_and_motion()
1258 pipe_in_res, in ia_css_process_zoom_and_motion()
4239 struct ia_css_resolution pipe_in_res, in sh_css_update_uds_and_crop_info_based_on_zoom_region() argument
4269 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()
4287 if (in_frame_info->res.width != pipe_in_res.width || in sh_css_update_uds_and_crop_info_based_on_zoom_region()
4288 in_frame_info->res.height != pipe_in_res.height) { in sh_css_update_uds_and_crop_info_based_on_zoom_region()
[all …]