Lines Matching refs:top
397 static void resizer_set_start(struct isp_res_device *res, u32 left, u32 top) in resizer_set_start() argument
404 rgval |= (top << ISPRSZ_IN_START_VERT_ST_SHIFT) in resizer_set_start()
899 input->top += (input->height - height) / 2; in resizer_calc_ratios()
927 res->crop_offset = (res->crop.active.top * input->width + in resizer_set_crop_params()
948 res->crop.active.top); in resizer_set_crop_params()
1210 crop->top = clamp_t(u32, crop->top, 0, sink->height - MIN_IN_HEIGHT); in resizer_try_crop()
1212 sink->height - crop->top); in resizer_try_crop()
1245 sel->r.top = 0; in resizer_get_selection()
1301 sel->r.left, sel->r.top, sel->r.width, sel->r.height, in resizer_set_selection()
1319 sel->r.left, sel->r.top, sel->r.width, sel->r.height, in resizer_set_selection()
1517 crop->top = 0; in resizer_set_format()