Lines Matching defs:width
851 r->left = v->left * n->width / d->width;
853 r->width = v->width * n->width / d->width;
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,
1190 v4l_bound_align_image(&fie->width, S5K5BAF_WIN_WIDTH_MIN,
1252 mf->width = S5K5BAF_CIS_WIDTH;
1263 v4l_bound_align_image(&mf->width, S5K5BAF_WIN_WIDTH_MIN,
1298 mf->width = state->crop_source.width;
1338 mf->width = state->crop_source.width;
1432 static void s5k5baf_bound_rect(struct v4l2_rect *r, u32 width, u32 height)
1434 s5k5baf_bound_range(&r->left, &r->width, width);
1449 s5k5baf_bound_rect(r, br->width, br->height);
1500 if (sel->r.width < state->crop_source.width)
1501 sel->r.width = state->crop_source.width;
1505 sel->r.width = state->crop_source.width;
1711 mf->width = s5k5baf_cis_rect.width;