Lines Matching defs:width
845 r->left = v->left * n->width / d->width;
847 r->width = v->width * n->width / d->width;
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,
1180 v4l_bound_align_image(&fie->width, S5K5BAF_WIN_WIDTH_MIN,
1242 mf->width = S5K5BAF_CIS_WIDTH;
1253 v4l_bound_align_image(&mf->width, S5K5BAF_WIN_WIDTH_MIN,
1289 mf->width = state->crop_source.width;
1330 mf->width = state->crop_source.width;
1426 static void s5k5baf_bound_rect(struct v4l2_rect *r, u32 width, u32 height)
1428 s5k5baf_bound_range(&r->left, &r->width, width);
1443 s5k5baf_bound_rect(r, br->width, br->height);
1497 if (sel->r.width < state->crop_source.width)
1498 sel->r.width = state->crop_source.width;
1502 sel->r.width = state->crop_source.width;
1708 mf->width = s5k5baf_cis_rect.width;