Lines Matching defs:width
500 * (width and height are in sync with the compose rect)
866 * @width: Input-output parameter: set to the desired width before
868 * @height: Input-output parameter for height (see @width)
875 u32 *width,
899 cur_crop->width / ratio, *width,
909 *width = cur_crop->width / best_mode->bin_ratio;
918 tgt_fmt->width = *width;
968 &fmt->width, &fmt->height, 0);
974 * __imx274_change_compose already set width and height in the
1005 sel->r.width = IMX274_MAX_WIDTH;
1027 sel->r.width = src_crop->width;
1033 sel->r.width = src_fmt->width;
1061 new_crop.width = min_t(u32,
1062 IMX274_ROUND(sel->r.width, h_step, sel->flags),
1066 if (new_crop.width < 144)
1067 new_crop.width = 144;
1071 IMX274_MAX_WIDTH - new_crop.width);
1089 size_changed = (new_crop.width != tgt_crop->width ||
1098 &new_crop.width, &new_crop.height,
1123 &sel->r.width, &sel->r.height,
1128 * __imx274_change_compose already set width and
1154 h_end = h_start + imx274->crop.width;
1157 /* Note: except in mode 1, (width / 16 + 23) is always < hmax_min */
1159 hmax = max_t(u32, 260, (imx274->crop.width) / 16 + 23);
1841 imx274->crop.width = IMX274_MAX_WIDTH;
1843 imx274->format.width = imx274->crop.width / imx274->mode->bin_ratio;