Lines Matching defs:width
163 input_width = format->width;
618 switch (info->width) {
825 (format->width << ISPCCDC_FMT_HORZ_FMTLNH_SHIFT),
831 isp_reg_writel(isp, (format->width << ISPCCDC_VP_OUT_HORZ_NUM_SHIFT) |
837 switch (info->width) {
1156 depth_in = fmt_info->width;
1160 depth_out = fmt_info->width;
1233 nph = crop->width * 2 - 1;
1236 nph = crop->width - 1;
1275 if (omap3isp_video_format_info(format->code)->width <= 8 || ccdc->bt656)
1973 unsigned int width = fmt->width;
1991 fmt->width = clamp_t(u32, width, 32, 4096);
2029 fmt->width = crop->width;
2060 fmt->width = clamp_t(u32, width, 32, fmt->width);
2084 /* For Bayer formats, restrict left/top and width/height to even values
2093 crop->left = clamp_t(u32, crop->left, 0, sink->width - CCDC_MIN_WIDTH);
2101 max_width = (sink->width - crop->left + 15) & ~15;
2102 crop->width = clamp_t(u32, crop->width, CCDC_MIN_WIDTH, max_width)
2107 /* Odd width/height values don't make sense for Bayer formats. */
2109 crop->width &= ~1;
2198 format.width = 1;
2201 fse->min_width = format.width;
2208 format.width = -1;
2211 fse->max_width = format.width;
2241 sel->r.width = INT_MAX;
2356 crop->width = fmt->format.width;
2404 return in_info->width - out_info->width + additional_shift <= 6;
2416 if (source_fmt->format.width != sink_fmt->format.width ||
2456 format.format.width = 4096;