Lines Matching refs:pixelformat
140 .pixelformat = V4L2_PIX_FMT_SBGGR8,
149 .pixelformat = V4L2_PIX_FMT_SBGGR16,
158 .pixelformat = V4L2_PIX_FMT_SGRBG10DPCM8,
167 .pixelformat = V4L2_PIX_FMT_UYVY,
176 .pixelformat = V4L2_PIX_FMT_YUYV,
185 .pixelformat = V4L2_PIX_FMT_NV12,
200 if (pix_format == vpfe_pix_fmts[i].fmtdesc.pixelformat) in vpfe_lookup_pix_format()
307 f->fmt.pix.pixelformat = ccdc_dev->hw_ops.get_pixel_format(); in vpfe_get_ccdc_image_format()
337 vpfe_dev->fmt.fmt.pix.pixelformat) < 0) { in vpfe_config_ccdc_image_format()
418 pix->pixelformat = V4L2_PIX_FMT_UYVY; in vpfe_config_image_format()
424 pix->pixelformat = V4L2_PIX_FMT_SBGGR8; in vpfe_config_image_format()
826 vpfe_pix_fmt = vpfe_lookup_pix_format(pixfmt->pixelformat); in vpfe_check_format()
832 pixfmt->pixelformat = vpfe_dev->fmt.fmt.pix.pixelformat; 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()
849 pixfmt->pixelformat = vpfe_dev->fmt.fmt.pix.pixelformat; in vpfe_check_format()
854 vpfe_pix_fmt = vpfe_lookup_pix_format(pixfmt->pixelformat); in vpfe_check_format()
915 if (pixfmt->pixelformat == V4L2_PIX_FMT_NV12) in vpfe_check_format()