Searched refs:in_res (Results 1 – 1 of 1) sorted by relevance
234 need_downscaling(const struct ia_css_resolution in_res,5944 need_downscaling(const struct ia_css_resolution in_res, in need_downscaling() argument5947 if (in_res.width > out_res.width || in_res.height > out_res.height) in need_downscaling()5957 struct ia_css_resolution in_res, out_res; in need_yuv_scaler_stage() local5971 in_res = pipe->config.input_effective_res; in need_yuv_scaler_stage()5983 if ((out_res.width != 0) && need_downscaling(in_res, out_res)) in need_yuv_scaler_stage()