Lines Matching refs:height

99 	unsigned int height;  member
302 f->fmt.pix.height = image_win.height; in vpfe_get_ccdc_image_format()
305 f->fmt.pix.height; in vpfe_get_ccdc_image_format()
394 vpfe_standards[i].height; in vpfe_config_image_format()
410 vpfe_dev->crop.height = vpfe_dev->std_info.active_lines; in vpfe_config_image_format()
412 pix->height = vpfe_dev->crop.height; in vpfe_config_image_format()
440 pix->sizeimage = pix->bytesperline * pix->height; in vpfe_config_image_format()
449 pix->sizeimage = pix->bytesperline * pix->height; in vpfe_config_image_format()
901 pixfmt->width, pixfmt->height, vpfe_pix_fmt->bpp); in vpfe_check_format()
904 pixfmt->height = clamp((pixfmt->height), min_height, max_height); in vpfe_check_format()
908 pixfmt->height &= (~1); in vpfe_check_format()
917 pixfmt->bytesperline * pixfmt->height + in vpfe_check_format()
918 ((pixfmt->bytesperline * pixfmt->height) >> 1); in vpfe_check_format()
920 pixfmt->sizeimage = pixfmt->bytesperline * pixfmt->height; in vpfe_check_format()
924 pixfmt->width, pixfmt->height, vpfe_pix_fmt->bpp, in vpfe_check_format()
1279 vb->height = vpfe_dev->fmt.fmt.pix.height; in vpfe_videobuf_prepare()
1460 vpfe_dev->field_off = image_win.height * image_win.width; in vpfe_calculate_offsets()
1620 crop->bounds.height = crop->defrect.height = in vpfe_cropcap()
1621 vpfe_standards[vpfe_dev->std_index].height; in vpfe_cropcap()
1670 (rect.top + rect.height > in vpfe_s_crop()
1678 vpfe_dev->fmt.fmt.pix.height = rect.height; in vpfe_s_crop()
1683 vpfe_dev->fmt.fmt.pix.height; in vpfe_s_crop()