Searched refs:in_res (Results 1 – 1 of 1) sorted by relevance
244 need_downscaling(const struct ia_css_resolution in_res,6188 need_downscaling(const struct ia_css_resolution in_res, in need_downscaling() argument6191 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() local6215 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()