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()
391 vpfe_standards[i].height; in vpfe_config_image_format()
407 vpfe_dev->crop.height = vpfe_dev->std_info.active_lines; in vpfe_config_image_format()
409 pix->height = vpfe_dev->crop.height; in vpfe_config_image_format()
437 pix->sizeimage = pix->bytesperline * pix->height; in vpfe_config_image_format()
446 pix->sizeimage = pix->bytesperline * pix->height; in vpfe_config_image_format()
898 pixfmt->width, pixfmt->height, vpfe_pix_fmt->bpp); in vpfe_check_format()
901 pixfmt->height = clamp((pixfmt->height), min_height, max_height); in vpfe_check_format()
905 pixfmt->height &= (~1); in vpfe_check_format()
914 pixfmt->bytesperline * pixfmt->height + in vpfe_check_format()
915 ((pixfmt->bytesperline * pixfmt->height) >> 1); in vpfe_check_format()
917 pixfmt->sizeimage = pixfmt->bytesperline * pixfmt->height; in vpfe_check_format()
921 pixfmt->width, pixfmt->height, vpfe_pix_fmt->bpp, in vpfe_check_format()
1276 vb->height = vpfe_dev->fmt.fmt.pix.height; in vpfe_videobuf_prepare()
1457 vpfe_dev->field_off = image_win.height * image_win.width; in vpfe_calculate_offsets()
1617 crop->bounds.height = crop->defrect.height = in vpfe_cropcap()
1618 vpfe_standards[vpfe_dev->std_index].height; in vpfe_cropcap()
1667 (rect.top + rect.height > in vpfe_s_crop()
1675 vpfe_dev->fmt.fmt.pix.height = rect.height; in vpfe_s_crop()
1680 vpfe_dev->fmt.fmt.pix.height; in vpfe_s_crop()