Lines Matching defs:height
846 r->top = v->top * n->height / d->height;
848 r->height = v->height * n->height / d->height;
858 s5k5baf_write_seq(state, REG_G_PREVREQ_IN_WIDTH, p->width, p->height,
863 s5k5baf_write_seq(state, REG_G_PREVZOOM_IN_WIDTH, r.width, r.height,
900 s5k5baf_write_seq(state, REG_P_OUT_WIDTH(0), p->width, p->height);
913 r->width, r->height, reg_fmt,
1182 &fie->height, S5K5BAF_WIN_HEIGHT_MIN,
1243 mf->height = S5K5BAF_CIS_HEIGHT;
1255 &mf->height, S5K5BAF_WIN_HEIGHT_MIN,
1290 mf->height = state->crop_source.height;
1331 mf->height = state->crop_source.height;
1426 static void s5k5baf_bound_rect(struct v4l2_rect *r, u32 width, u32 height)
1429 s5k5baf_bound_range(&r->top, &r->height, height);
1443 s5k5baf_bound_rect(r, br->width, br->height);
1499 if (sel->r.height < state->crop_source.height)
1500 sel->r.height = state->crop_source.height;
1503 sel->r.height = state->crop_source.height;
1709 mf->height = s5k5baf_cis_rect.height;