Lines Matching defs:width
164 * @wbin_ratio: width downscale factor (e.g. 3 for 1280; 3 = 3840/1280)
558 * (width and height are in sync with the compose rect)
1000 * @width: Input-output parameter: set to the desired width before
1002 * @height: Input-output parameter for height (see @width)
1009 u32 *width,
1034 cur_crop->width / wratio, *width,
1044 *width = cur_crop->width / best_mode->wbin_ratio;
1053 tgt_fmt->width = *width;
1103 &fmt->width, &fmt->height, 0);
1109 * __imx274_change_compose already set width and height in the
1140 sel->r.width = IMX274_MAX_WIDTH;
1162 sel->r.width = src_crop->width;
1168 sel->r.width = src_fmt->width;
1196 new_crop.width = min_t(u32,
1197 IMX274_ROUND(sel->r.width, h_step, sel->flags),
1201 if (new_crop.width < 144)
1202 new_crop.width = 144;
1206 IMX274_MAX_WIDTH - new_crop.width);
1224 size_changed = (new_crop.width != tgt_crop->width ||
1233 &new_crop.width, &new_crop.height,
1258 &sel->r.width, &sel->r.height,
1263 * __imx274_change_compose already set width and
1289 h_end = h_start + imx274->crop.width;
1292 /* Note: except in mode 1, (width / 16 + 23) is always < hmax_min */
1294 hmax = max_t(u32, 260, (imx274->crop.width) / 16 + 23);
2024 imx274->crop.width = IMX274_MAX_WIDTH;
2026 imx274->format.width = imx274->crop.width / imx274->mode->wbin_ratio;