Searched refs:vpfe_pix_fmt (Results 1 – 1 of 1) sorted by relevance
777 const struct vpfe_pixel_format *vpfe_pix_fmt; in vpfe_check_format() local781 vpfe_pix_fmt = vpfe_lookup_pix_format(pixfmt->pixelformat); in vpfe_check_format()782 if (!vpfe_pix_fmt) { in vpfe_check_format()788 vpfe_pix_fmt = vpfe_lookup_pix_format(pixfmt->pixelformat); in vpfe_check_format()795 if (vpfe_pix_fmt->fmtdesc.pixelformat == pix) { in vpfe_check_format()809 vpfe_pix_fmt = vpfe_lookup_pix_format(pixfmt->pixelformat); in vpfe_check_format()853 min_width /= vpfe_pix_fmt->bpp; in vpfe_check_format()856 pixfmt->width, pixfmt->height, vpfe_pix_fmt->bpp); in vpfe_check_format()868 pixfmt->bytesperline = (((pixfmt->width * vpfe_pix_fmt->bpp) + 31) in vpfe_check_format()878 pixfmt->width, pixfmt->height, vpfe_pix_fmt->bpp, in vpfe_check_format()[all …]