Lines Matching defs:width
254 min_hblank = max_t(int, mt9v032->model->data->min_row_time - crop->width,
411 ret = regmap_write(map, MT9V032_WINDOW_WIDTH, crop->width);
501 unsigned int width;
509 /* Clamp the width and height to avoid dividing by zero. */
510 width = clamp(ALIGN(format->format.width, 2),
511 max_t(unsigned int, __crop->width / 4,
513 __crop->width);
519 hratio = mt9v032_calc_ratio(__crop->width, width);
524 __format->width = __crop->width / hratio;
572 rect.width = clamp_t(unsigned int, ALIGN(sel->r.width, 2),
579 rect.width = min_t(unsigned int,
580 rect.width, MT9V032_PIXEL_ARRAY_WIDTH - rect.left);
586 if (rect.width != __crop->width || rect.height != __crop->height) {
592 __format->width = rect.width;
637 * Maximum shutter width used for AEC.
928 crop->width = MT9V032_WINDOW_WIDTH_DEF;
938 format->width = MT9V032_WINDOW_WIDTH_DEF;
1144 mt9v032->crop.width = MT9V032_WINDOW_WIDTH_DEF;
1152 mt9v032->format.width = MT9V032_WINDOW_WIDTH_DEF;