Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/davinci/
Dvpfe_capture.c819 const struct vpfe_pixel_format *vpfe_pix_fmt; in vpfe_check_format() local
823 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 …]