Lines Matching defs:height
164 input_height = format->height;
828 ((format->height + 1) << ISPCCDC_FMT_VERT_FMTLNV_SHIFT),
832 (format->height << ISPCCDC_VP_OUT_VERT_NUM_SHIFT),
1216 * 2/3 height line.
1218 isp_reg_writel(isp, ((format->height - 2) << ISPCCDC_VDINT_0_SHIFT) |
1219 ((format->height * 2 / 3) << ISPCCDC_VDINT_1_SHIFT),
1245 isp_reg_writel(isp, (crop->height - 1)
1974 unsigned int height = fmt->height;
1992 fmt->height = clamp_t(u32, height, 32, 4096);
2030 fmt->height = crop->height;
2039 fmt->height *= 2;
2061 fmt->height = clamp_t(u32, height, 32, fmt->height - 1);
2084 /* For Bayer formats, restrict left/top and width/height to even values
2094 crop->top = clamp_t(u32, crop->top, 0, sink->height - CCDC_MIN_HEIGHT);
2104 crop->height = clamp_t(u32, crop->height, CCDC_MIN_HEIGHT,
2105 sink->height - crop->top);
2107 /* Odd width/height values don't make sense for Bayer formats. */
2110 crop->height &= ~1;
2199 format.height = 1;
2202 fse->min_height = format.height;
2209 format.height = -1;
2212 fse->max_height = format.height;
2242 sel->r.height = INT_MAX;
2357 crop->height = fmt->format.height;
2417 source_fmt->format.height != sink_fmt->format.height)
2457 format.format.height = 4096;