Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/media/atomisp/pci/
H A Dsh_css.c221 need_downscaling(const struct ia_css_resolution in_res,
5768 need_downscaling(const struct ia_css_resolution in_res, in need_downscaling() argument
5771 if (in_res.width > out_res.width || in_res.height > out_res.height) in need_downscaling()
5781 struct ia_css_resolution in_res, out_res; in need_yuv_scaler_stage() local
5795 in_res = pipe->config.input_effective_res; in need_yuv_scaler_stage()
5807 if ((out_res.width != 0) && need_downscaling(in_res, out_res)) in need_yuv_scaler_stage()