Lines Matching defs:width
254 min_hblank = max_t(int, mt9v032->model->data->min_row_time - crop->width,
415 ret = regmap_write(map, MT9V032_WINDOW_WIDTH, crop->width);
506 unsigned int width;
514 /* Clamp the width and height to avoid dividing by zero. */
515 width = clamp(ALIGN(format->format.width, 2),
516 max_t(unsigned int, __crop->width / 4,
518 __crop->width);
524 hratio = mt9v032_calc_ratio(__crop->width, width);
529 __format->width = __crop->width / hratio;
578 rect.width = clamp_t(unsigned int, ALIGN(sel->r.width, 2),
585 rect.width = min_t(unsigned int,
586 rect.width, MT9V032_PIXEL_ARRAY_WIDTH - rect.left);
593 if (rect.width != __crop->width || rect.height != __crop->height) {
600 __format->width = rect.width;
645 * Maximum shutter width used for AEC.
936 crop->width = MT9V032_WINDOW_WIDTH_DEF;
946 format->width = MT9V032_WINDOW_WIDTH_DEF;
1152 mt9v032->crop.width = MT9V032_WINDOW_WIDTH_DEF;
1160 mt9v032->format.width = MT9V032_WINDOW_WIDTH_DEF;