Home
last modified time | relevance | path

Searched refs:vpfe_pix_fmt (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/media/platform/davinci/
Dvpfe_capture.c737 const struct vpfe_pixel_format *vpfe_pix_fmt; in vpfe_check_format() local
741 vpfe_pix_fmt = vpfe_lookup_pix_format(pixfmt->pixelformat); in vpfe_check_format()
742 if (!vpfe_pix_fmt) { in vpfe_check_format()
748 vpfe_pix_fmt = vpfe_lookup_pix_format(pixfmt->pixelformat); in vpfe_check_format()
755 if (vpfe_pix_fmt->pixelformat == pix) { in vpfe_check_format()
769 vpfe_pix_fmt = vpfe_lookup_pix_format(pixfmt->pixelformat); in vpfe_check_format()
813 min_width /= vpfe_pix_fmt->bpp; in vpfe_check_format()
816 pixfmt->width, pixfmt->height, vpfe_pix_fmt->bpp); in vpfe_check_format()
828 pixfmt->bytesperline = (((pixfmt->width * vpfe_pix_fmt->bpp) + 31) in vpfe_check_format()
838 pixfmt->width, pixfmt->height, vpfe_pix_fmt->bpp, in vpfe_check_format()
[all …]