Lines Matching refs:bytesperline
303 f->fmt.pix.bytesperline = ccdc_dev->hw_ops.get_line_length(); in vpfe_get_ccdc_image_format()
304 f->fmt.pix.sizeimage = f->fmt.pix.bytesperline * in vpfe_get_ccdc_image_format()
439 pix->bytesperline = pix->width * 2; in vpfe_config_image_format()
440 pix->sizeimage = pix->bytesperline * pix->height; in vpfe_config_image_format()
448 pix->bytesperline = ccdc_dev->hw_ops.get_line_length(); in vpfe_config_image_format()
449 pix->sizeimage = pix->bytesperline * pix->height; in vpfe_config_image_format()
913 pixfmt->bytesperline = (((pixfmt->width * vpfe_pix_fmt->bpp) + 31) 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()
925 pixfmt->bytesperline, pixfmt->sizeimage); in vpfe_check_format()
1679 vpfe_dev->fmt.fmt.pix.bytesperline = in vpfe_s_crop()
1682 vpfe_dev->fmt.fmt.pix.bytesperline * in vpfe_s_crop()