Lines Matching defs:height
500 * (width and height are in sync with the compose rect)
868 * @height: Input-output parameter for height (see @width)
876 u32 *height,
900 cur_crop->height / ratio, *height,
910 *height = cur_crop->height / best_mode->bin_ratio;
919 tgt_fmt->height = *height;
968 &fmt->width, &fmt->height, 0);
974 * __imx274_change_compose already set width and height in the
1006 sel->r.height = IMX274_MAX_HEIGHT;
1028 sel->r.height = src_crop->height;
1034 sel->r.height = src_fmt->height;
1073 new_crop.height = min_t(u32,
1074 IMX274_ROUND(sel->r.height, 2, sel->flags),
1078 IMX274_MAX_HEIGHT - new_crop.height);
1090 new_crop.height != tgt_crop->height);
1098 &new_crop.width, &new_crop.height,
1123 &sel->r.width, &sel->r.height,
1129 * height in set->r, we still need to set top-left
1164 v_cut = (IMX274_MAX_HEIGHT - imx274->crop.height) / 2;
1165 write_v_size = imx274->crop.height + 22;
1166 y_out_size = imx274->crop.height + 14;
1842 imx274->crop.height = IMX274_MAX_HEIGHT;
1844 imx274->format.height = imx274->crop.height / imx274->mode->bin_ratio;