Lines Matching refs:width
60 unsigned int width; member
72 unsigned int width; member
102 .l.width = 10,
104 .s.width = 8,
111 .l.width = 10,
113 .s.width = 8,
120 .l.width = 10,
122 .s.width = 8,
129 .l.width = 10,
131 .s.width = 8,
138 .l.width = 10,
140 .s.width = 8,
147 .l.width = 10,
149 .s.width = 8,
156 .l.width = 10,
158 .s.width = 8,
165 .l.width = 10,
167 .s.width = 8,
174 .l.width = 10,
176 .s.width = 8,
183 .l.width = 10,
185 .s.width = 8,
245 pix->bytesperline = ALIGN(pix->width * *bpp, 32); in mbus_to_pix()
285 lhs->fmt.pix.width == rhs->fmt.pix.width && in cmp_v4l2_format()
348 horz_nr_pixels = (image_win->width * bpp) - 1; in vpfe_ccdc_setwin()
831 ccdc->ccdc_cfg.bayer.bytesperline = ALIGN(win->width * bpp, 32); in vpfe_ccdc_set_image_window()
835 ccdc->ccdc_cfg.ycbcr.bytesperline = ALIGN(win->width * bpp, 32); in vpfe_ccdc_set_image_window()
986 ccdc->ccdc_cfg.ycbcr.win.width = 720; in vpfe_ccdc_config_defaults()
998 ccdc->ccdc_cfg.bayer.win.width = 800; in vpfe_ccdc_config_defaults()
1018 f->fmt.pix.width = image_win.width; in vpfe_get_ccdc_image_format()
1112 vpfe_standards[i].width; in vpfe_config_image_format()
1129 vpfe->crop.width = vpfe->std_info.active_pixels; in vpfe_config_image_format()
1131 pix->width = vpfe->crop.width; in vpfe_config_image_format()
1146 vpfe->crop.width = pix->width; in vpfe_config_image_format()
1457 __func__, format->fmt.pix.width, format->fmt.pix.height, in __vpfe_get_format()
1507 __func__, format->fmt.pix.width, format->fmt.pix.height, in __vpfe_set_format()
1611 vpfe->crop.width = fmt->fmt.pix.width; in vpfe_s_fmt()
1648 pix.width = 640; in vpfe_enum_size()
1668 fsize->discrete.width = fse.max_width; in vpfe_enum_size()
1673 fsize->discrete.width, fsize->discrete.height); in vpfe_enum_size()
1909 vpfe->field_off = image_win.height * image_win.width; in vpfe_calculate_offsets()
2105 crop->defrect.width = vpfe_standards[vpfe->std_index].width; in vpfe_cropcap()
2106 crop->bounds.width = crop->defrect.width; in vpfe_cropcap()
2123 s->r.width = vpfe->crop.width; in vpfe_g_selection()
2143 if (a->left + a->width > b->left + b->width) in enclosed_rectangle()
2169 v4l_bound_align_image(&r.width, 0, cr.width, 0, in vpfe_s_selection()
2172 r.left = clamp_t(unsigned int, r.left, 0, cr.width - r.width); in vpfe_s_selection()
2184 vpfe->fmt.fmt.pix.width = r.width; in vpfe_s_selection()
2191 r.left, r.top, r.width, r.height, cr.width, cr.height); in vpfe_s_selection()