Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/media/atomisp/pci/runtime/frame/src/
Dframe.c939 struct ia_css_resolution *crop_res) { in ia_css_frame_find_crop_resolution() argument
943 if ((!in_res) || (!out_res) || (!crop_res)) in ia_css_frame_find_crop_resolution()
968 crop_res->width = in_res->width; in ia_css_frame_find_crop_resolution()
969 crop_res->height = in_res->height; in ia_css_frame_find_crop_resolution()
972 crop_res->width = in_res->width; in ia_css_frame_find_crop_resolution()
973 crop_res->height = ROUND_DIV(out_res->height * crop_res->width, in ia_css_frame_find_crop_resolution()
977 crop_res->height = in_res->height; in ia_css_frame_find_crop_resolution()
978 crop_res->width = ROUND_DIV(out_res->width * crop_res->height, in ia_css_frame_find_crop_resolution()
988 wd_even_ceil = EVEN_CEIL(crop_res->width); in ia_css_frame_find_crop_resolution()
989 ht_even_ceil = EVEN_CEIL(crop_res->height); in ia_css_frame_find_crop_resolution()
[all …]
/Linux-v5.10/drivers/staging/media/atomisp/pci/runtime/frame/interface/
Dia_css_frame.h162 struct ia_css_resolution *crop_res);
/Linux-v5.10/drivers/staging/media/atomisp/pci/
Dsh_css.c9423 struct ia_css_resolution crop_res; local
9425 err = aspect_ratio_crop(curr_pipe, &crop_res);
9427 effective_res = crop_res;
10784 struct ia_css_resolution crop_res; local
10849 err = ia_css_frame_find_crop_resolution(in_res, out_res, &crop_res);
10852 *effective_res = crop_res;