Searched refs:vpfe_pix_fmt (Results 1 – 1 of 1) sorted by relevance
819 const struct vpfe_pixel_format *vpfe_pix_fmt; in vpfe_check_format() local823 vpfe_pix_fmt = vpfe_lookup_pix_format(pixfmt->pixelformat); in vpfe_check_format()824 if (NULL == vpfe_pix_fmt) { in vpfe_check_format()830 vpfe_pix_fmt = vpfe_lookup_pix_format(pixfmt->pixelformat); in vpfe_check_format()837 if (vpfe_pix_fmt->fmtdesc.pixelformat == pix) { in vpfe_check_format()851 vpfe_pix_fmt = vpfe_lookup_pix_format(pixfmt->pixelformat); in vpfe_check_format()895 min_width /= vpfe_pix_fmt->bpp; in vpfe_check_format()898 pixfmt->width, pixfmt->height, vpfe_pix_fmt->bpp); in vpfe_check_format()910 pixfmt->bytesperline = (((pixfmt->width * vpfe_pix_fmt->bpp) + 31) in vpfe_check_format()921 pixfmt->width, pixfmt->height, vpfe_pix_fmt->bpp, in vpfe_check_format()[all …]