Lines Matching defs:height
415 ret = regmap_write(map, MT9V032_WINDOW_HEIGHT, crop->height);
502 unsigned int height;
509 /* Clamp the width and height to avoid dividing by zero. */
514 height = clamp(ALIGN(format->format.height, 2),
515 max_t(unsigned int, __crop->height / 4,
517 __crop->height);
520 vratio = mt9v032_calc_ratio(__crop->height, height);
525 __format->height = __crop->height / vratio;
575 rect.height = clamp_t(unsigned int, ALIGN(sel->r.height, 2),
581 rect.height = min_t(unsigned int,
582 rect.height, MT9V032_PIXEL_ARRAY_HEIGHT - rect.top);
586 if (rect.width != __crop->width || rect.height != __crop->height) {
593 __format->height = rect.height;
929 crop->height = MT9V032_WINDOW_HEIGHT_DEF;
939 format->height = MT9V032_WINDOW_HEIGHT_DEF;
1145 mt9v032->crop.height = MT9V032_WINDOW_HEIGHT_DEF;
1153 mt9v032->format.height = MT9V032_WINDOW_HEIGHT_DEF;