Lines Matching defs:height
852 r->top = v->top * n->height / d->height;
854 r->height = v->height * n->height / d->height;
864 s5k5baf_write_seq(state, REG_G_PREVREQ_IN_WIDTH, p->width, p->height,
869 s5k5baf_write_seq(state, REG_G_PREVZOOM_IN_WIDTH, r.width, r.height,
906 s5k5baf_write_seq(state, REG_P_OUT_WIDTH(0), p->width, p->height);
919 r->width, r->height, reg_fmt,
1192 &fie->height, S5K5BAF_WIN_HEIGHT_MIN,
1253 mf->height = S5K5BAF_CIS_HEIGHT;
1265 &mf->height, S5K5BAF_WIN_HEIGHT_MIN,
1299 mf->height = state->crop_source.height;
1339 mf->height = state->crop_source.height;
1432 static void s5k5baf_bound_rect(struct v4l2_rect *r, u32 width, u32 height)
1435 s5k5baf_bound_range(&r->top, &r->height, height);
1449 s5k5baf_bound_rect(r, br->width, br->height);
1502 if (sel->r.height < state->crop_source.height)
1503 sel->r.height = state->crop_source.height;
1506 sel->r.height = state->crop_source.height;
1712 mf->height = s5k5baf_cis_rect.height;