Lines Matching refs:height
856 r->top = v->top * n->height / d->height; in s5k5baf_rescale()
858 r->height = v->height * n->height / d->height; in s5k5baf_rescale()
868 s5k5baf_write_seq(state, REG_G_PREVREQ_IN_WIDTH, p->width, p->height, in s5k5baf_hw_set_crop_rects()
873 s5k5baf_write_seq(state, REG_G_PREVZOOM_IN_WIDTH, r.width, r.height, in s5k5baf_hw_set_crop_rects()
910 s5k5baf_write_seq(state, REG_P_OUT_WIDTH(0), p->width, p->height); in s5k5baf_hw_set_crop_rects()
923 r->width, r->height, reg_fmt, in s5k5baf_hw_set_config()
1196 &fie->height, S5K5BAF_WIN_HEIGHT_MIN, in s5k5baf_enum_frame_interval()
1257 mf->height = S5K5BAF_CIS_HEIGHT; in s5k5baf_try_cis_format()
1269 &mf->height, S5K5BAF_WIN_HEIGHT_MIN, in s5k5baf_try_isp_format()
1303 mf->height = state->crop_source.height; in s5k5baf_get_fmt()
1343 mf->height = state->crop_source.height; in s5k5baf_set_fmt()
1436 static void s5k5baf_bound_rect(struct v4l2_rect *r, u32 width, u32 height) in s5k5baf_bound_rect() argument
1439 s5k5baf_bound_range(&r->top, &r->height, height); in s5k5baf_bound_rect()
1453 s5k5baf_bound_rect(r, br->width, br->height); in s5k5baf_set_rect_and_adjust()
1506 if (sel->r.height < state->crop_source.height) in s5k5baf_set_selection()
1507 sel->r.height = state->crop_source.height; in s5k5baf_set_selection()
1510 sel->r.height = state->crop_source.height; in s5k5baf_set_selection()
1716 mf->height = s5k5baf_cis_rect.height; in s5k5baf_open()