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

/linux-master/drivers/staging/media/atomisp/pci/
H A Dsh_css.c230 need_downscaling(const struct ia_css_resolution in_res,
5817 need_downscaling(const struct ia_css_resolution in_res, argument
5820 if (in_res.width > out_res.width || in_res.height > out_res.height)
5830 struct ia_css_resolution in_res, out_res; local
5844 in_res = pipe->config.input_effective_res;
5856 if ((out_res.width != 0) && need_downscaling(in_res, out_res))

Completed in 294 milliseconds