Lines Matching defs:width
236 unsigned int width; /* output */
385 unsigned int width, unsigned int height)
388 int ret = mt9m111_reg_write(client, ctx->reducer_xzoom, rect->width);
392 ret = mt9m111_reg_write(client, ctx->reducer_xsize, width);
399 int width, int height, u32 code)
409 ret = reg_write(WINDOW_WIDTH, rect->width);
417 rect, width, height);
420 rect, width, height);
424 __func__, code, rect->width, rect->height, rect->left, rect->top,
425 width, height, ret);
458 int width, height;
473 v4l_bound_align_image(&rect.width, 2, MT9M111_MAX_WIDTH, align,
477 (__s32)rect.width);
482 width = min(mt9m111->width, rect.width);
485 ret = mt9m111_setup_geometry(mt9m111, &rect, width, height, mt9m111->fmt->code);
488 mt9m111->width = width;
509 sel->r.width = MT9M111_MAX_WIDTH;
540 mf->width = mt9m111->width;
654 rect->width = ALIGN(rect->width, 2);
660 mf->width = rect->width;
664 if (mf->width > rect->width)
665 mf->width = rect->width;
671 mf->width, mf->height, fmt->code);
685 ret = mt9m111_setup_geometry(mt9m111, rect, mf->width, mf->height, mf->code);
689 mt9m111->width = mf->width;
699 unsigned int width, unsigned int height)
712 if (sensor_rect->width != MT9M111_MAX_WIDTH ||
721 if (width > MT9M111_MAX_WIDTH / 2 || height > MT9M111_MAX_HEIGHT / 2) {
942 mt9m111->width, mt9m111->height, mt9m111->fmt->code);
1087 mode = mt9m111_find_mode(mt9m111, fps, mt9m111->width, mt9m111->height);
1128 format->width = MT9M111_MAX_WIDTH;
1332 mt9m111->rect.width = MT9M111_MAX_WIDTH;
1334 mt9m111->width = mt9m111->rect.width;