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()
436 pix->bytesperline = pix->width * 2; in vpfe_config_image_format()
437 pix->sizeimage = pix->bytesperline * pix->height; in vpfe_config_image_format()
445 pix->bytesperline = ccdc_dev->hw_ops.get_line_length(); in vpfe_config_image_format()
446 pix->sizeimage = pix->bytesperline * pix->height; in vpfe_config_image_format()
910 pixfmt->bytesperline = (((pixfmt->width * vpfe_pix_fmt->bpp) + 31) 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()
922 pixfmt->bytesperline, pixfmt->sizeimage); in vpfe_check_format()
1676 vpfe_dev->fmt.fmt.pix.bytesperline = in vpfe_s_crop()
1679 vpfe_dev->fmt.fmt.pix.bytesperline * in vpfe_s_crop()