Lines Matching defs:height
410 ret = mt9p031_write(client, MT9P031_WINDOW_HEIGHT, crop->height - 1);
418 yskip = DIV_ROUND_CLOSEST(crop->height, format->height);
577 unsigned int height;
584 /* Clamp the width and height to avoid dividing by zero. */
589 height = clamp_t(unsigned int, ALIGN(format->format.height, 2),
590 max_t(unsigned int, __crop->height / 8,
592 __crop->height);
595 vratio = DIV_ROUND_CLOSEST(__crop->height, height);
600 __format->height = __crop->height / vratio;
642 rect.height = clamp_t(unsigned int, ALIGN(sel->r.height, 2),
648 rect.height = min_t(unsigned int, rect.height,
653 if (rect.width != __crop->width || rect.height != __crop->height) {
660 __format->height = rect.height;
976 crop->height = MT9P031_WINDOW_HEIGHT_DEF;
986 format->height = MT9P031_WINDOW_HEIGHT_DEF;
1146 mt9p031->crop.height = MT9P031_WINDOW_HEIGHT_DEF;
1156 mt9p031->format.height = MT9P031_WINDOW_HEIGHT_DEF;