Lines Matching defs:height
165 * @hbin_ratio: height downscale factor (e.g. 3 for 720; 3 = 2160/720)
558 * (width and height are in sync with the compose rect)
1002 * @height: Input-output parameter for height (see @width)
1010 u32 *height,
1035 cur_crop->height / hratio, *height,
1045 *height = cur_crop->height / best_mode->hbin_ratio;
1054 tgt_fmt->height = *height;
1103 &fmt->width, &fmt->height, 0);
1109 * __imx274_change_compose already set width and height in the
1141 sel->r.height = IMX274_MAX_HEIGHT;
1163 sel->r.height = src_crop->height;
1169 sel->r.height = src_fmt->height;
1208 new_crop.height = min_t(u32,
1209 IMX274_ROUND(sel->r.height, 2, sel->flags),
1213 IMX274_MAX_HEIGHT - new_crop.height);
1225 new_crop.height != tgt_crop->height);
1233 &new_crop.width, &new_crop.height,
1258 &sel->r.width, &sel->r.height,
1264 * height in set->r, we still need to set top-left
1299 v_cut = (IMX274_MAX_HEIGHT - imx274->crop.height) / 2;
1300 write_v_size = imx274->crop.height + 22;
1301 y_out_size = imx274->crop.height;
2025 imx274->crop.height = IMX274_MAX_HEIGHT;
2027 imx274->format.height = imx274->crop.height / imx274->mode->hbin_ratio;