Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/media/atomisp/pci/
Dsh_css.c244 need_downscaling(const struct ia_css_resolution in_res,
6188 need_downscaling(const struct ia_css_resolution in_res, in need_downscaling() argument
6191 if (in_res.width > out_res.width || in_res.height > out_res.height) in need_downscaling()
6201 struct ia_css_resolution in_res, out_res; in need_yuv_scaler_stage() local
6215 in_res = pipe->config.input_effective_res; in need_yuv_scaler_stage()
6227 if ((out_res.width != 0) && need_downscaling(in_res, out_res)) in need_yuv_scaler_stage()