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()
355 vert_nr_lines = (image_win->height >> 1) - 1; in vpfe_ccdc_setwin()
364 vert_nr_lines = image_win->height - 1; in vpfe_ccdc_setwin()
369 mid_img = vert_start + (image_win->height / 2); in vpfe_ccdc_setwin()
987 ccdc->ccdc_cfg.ycbcr.win.height = 576; in vpfe_ccdc_config_defaults()
999 ccdc->ccdc_cfg.bayer.win.height = 600; in vpfe_ccdc_config_defaults()
1019 f->fmt.pix.height = image_win.height; in vpfe_get_ccdc_image_format()
1022 f->fmt.pix.height; in vpfe_get_ccdc_image_format()
1114 vpfe_standards[i].height; in vpfe_config_image_format()
1130 vpfe->crop.height = vpfe->std_info.active_lines; in vpfe_config_image_format()
1132 pix->height = vpfe->crop.height; in vpfe_config_image_format()
1147 vpfe->crop.height = pix->height; 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()
1612 vpfe->crop.height = fmt->fmt.pix.height; in vpfe_s_fmt()
1649 pix.height = 480; in vpfe_enum_size()
1669 fsize->discrete.height = fse.max_height; 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()
2107 crop->defrect.height = vpfe_standards[vpfe->std_index].height; in vpfe_cropcap()
2108 crop->bounds.height = crop->defrect.height; in vpfe_cropcap()
2124 s->r.height = vpfe->crop.height; in vpfe_g_selection()
2146 if (a->top + a->height > b->top + b->height) in enclosed_rectangle()
2170 &r.height, 0, cr.height, 0, 0); in vpfe_s_selection()
2173 r.top = clamp_t(unsigned int, r.top, 0, cr.height - r.height); in vpfe_s_selection()
2185 vpfe->fmt.fmt.pix.height = r.height; in vpfe_s_selection()
2188 vpfe->fmt.fmt.pix.height; in vpfe_s_selection()
2191 r.left, r.top, r.width, r.height, cr.width, cr.height); in vpfe_s_selection()