Lines Matching refs:height

61 	unsigned int height;  member
246 pix->sizeimage = pix->bytesperline * pix->height; in mbus_to_pix()
286 lhs->fmt.pix.height == rhs->fmt.pix.height && in cmp_v4l2_format()
357 vert_nr_lines = (image_win->height >> 1) - 1; in vpfe_ccdc_setwin()
366 vert_nr_lines = image_win->height - 1; in vpfe_ccdc_setwin()
371 mid_img = vert_start + (image_win->height / 2); in vpfe_ccdc_setwin()
989 ccdc->ccdc_cfg.ycbcr.win.height = 576; in vpfe_ccdc_config_defaults()
1001 ccdc->ccdc_cfg.bayer.win.height = 600; in vpfe_ccdc_config_defaults()
1021 f->fmt.pix.height = image_win.height; in vpfe_get_ccdc_image_format()
1024 f->fmt.pix.height; in vpfe_get_ccdc_image_format()
1116 vpfe_standards[i].height; in vpfe_config_image_format()
1132 vpfe->crop.height = vpfe->std_info.active_lines; in vpfe_config_image_format()
1134 pix->height = vpfe->crop.height; in vpfe_config_image_format()
1149 vpfe->crop.height = pix->height; in vpfe_config_image_format()
1459 __func__, format->fmt.pix.width, format->fmt.pix.height, in __vpfe_get_format()
1496 __func__, format->fmt.pix.width, format->fmt.pix.height, in __vpfe_set_format()
1601 vpfe->crop.height = fmt->fmt.pix.height; in vpfe_s_fmt()
1638 pix.height = 480; in vpfe_enum_size()
1658 fsize->discrete.height = fse.max_height; in vpfe_enum_size()
1662 fsize->discrete.width, fsize->discrete.height); in vpfe_enum_size()
1895 vpfe->field_off = image_win.height * image_win.width; in vpfe_calculate_offsets()
2098 crop->defrect.height = vpfe_standards[vpfe->std_index].height; in vpfe_cropcap()
2099 crop->bounds.height = crop->defrect.height; in vpfe_cropcap()
2115 s->r.height = vpfe->crop.height; in vpfe_g_selection()
2137 if (a->top + a->height > b->top + b->height) in enclosed_rectangle()
2161 &r.height, 0, cr.height, 0, 0); in vpfe_s_selection()
2164 r.top = clamp_t(unsigned int, r.top, 0, cr.height - r.height); in vpfe_s_selection()
2176 vpfe->fmt.fmt.pix.height = r.height; in vpfe_s_selection()
2179 vpfe->fmt.fmt.pix.height; in vpfe_s_selection()
2182 r.left, r.top, r.width, r.height, cr.width, cr.height); in vpfe_s_selection()