Searched refs:vpfe_pix_fmt (Results 1 – 1 of 1) sorted by relevance
822 const struct vpfe_pixel_format *vpfe_pix_fmt; in vpfe_check_format() local826 vpfe_pix_fmt = vpfe_lookup_pix_format(pixfmt->pixelformat); in vpfe_check_format()827 if (NULL == vpfe_pix_fmt) { in vpfe_check_format()833 vpfe_pix_fmt = vpfe_lookup_pix_format(pixfmt->pixelformat); in vpfe_check_format()840 if (vpfe_pix_fmt->fmtdesc.pixelformat == pix) { in vpfe_check_format()854 vpfe_pix_fmt = vpfe_lookup_pix_format(pixfmt->pixelformat); in vpfe_check_format()898 min_width /= vpfe_pix_fmt->bpp; in vpfe_check_format()901 pixfmt->width, pixfmt->height, vpfe_pix_fmt->bpp); in vpfe_check_format()913 pixfmt->bytesperline = (((pixfmt->width * vpfe_pix_fmt->bpp) + 31) in vpfe_check_format()924 pixfmt->width, pixfmt->height, vpfe_pix_fmt->bpp, in vpfe_check_format()[all …]