Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/media/atomisp/pci/
Dsh_css.c244 need_downscaling(const struct ia_css_resolution in_res,
6192 need_downscaling(const struct ia_css_resolution in_res, in need_downscaling() argument
6195 if (in_res.width > out_res.width || in_res.height > out_res.height) in need_downscaling()
6205 struct ia_css_resolution in_res, out_res; in need_yuv_scaler_stage() local
6219 in_res = pipe->config.input_effective_res; in need_yuv_scaler_stage()
6231 if ((out_res.width != 0) && need_downscaling(in_res, out_res)) in need_yuv_scaler_stage()