Lines Matching defs:height
419 ret = regmap_write(map, MT9V032_WINDOW_HEIGHT, crop->height);
507 unsigned int height;
514 /* Clamp the width and height to avoid dividing by zero. */
519 height = clamp(ALIGN(format->format.height, 2),
520 max_t(unsigned int, __crop->height / 4,
522 __crop->height);
525 vratio = mt9v032_calc_ratio(__crop->height, height);
530 __format->height = __crop->height / vratio;
581 rect.height = clamp_t(unsigned int, ALIGN(sel->r.height, 2),
587 rect.height = min_t(unsigned int,
588 rect.height, MT9V032_PIXEL_ARRAY_HEIGHT - rect.top);
593 if (rect.width != __crop->width || rect.height != __crop->height) {
601 __format->height = rect.height;
937 crop->height = MT9V032_WINDOW_HEIGHT_DEF;
947 format->height = MT9V032_WINDOW_HEIGHT_DEF;
1153 mt9v032->crop.height = MT9V032_WINDOW_HEIGHT_DEF;
1161 mt9v032->format.height = MT9V032_WINDOW_HEIGHT_DEF;