Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/vimc/
Dvimc-common.c314 struct v4l2_pix_format vdev_fmt; in vimc_get_mbus_format() local
319 ved->vdev_get_format(ved, &vdev_fmt); in vimc_get_mbus_format()
320 vpix = vimc_pix_map_by_pixelformat(vdev_fmt.pixelformat); in vimc_get_mbus_format()
321 v4l2_fill_mbus_format(&fmt->format, &vdev_fmt, vpix->code); in vimc_get_mbus_format()
/Linux-v4.19/drivers/staging/media/imx/
Dimx-ic-prpencvf.c871 struct v4l2_pix_format vdev_fmt; in prp_set_fmt() local
914 imx_media_mbus_fmt_to_pix_fmt(&vdev_fmt, in prp_set_fmt()
918 imx_media_capture_device_set_format(vdev, &vdev_fmt); in prp_set_fmt()
Dimx-media-csi.c1408 struct v4l2_pix_format vdev_fmt; in csi_set_fmt() local
1466 imx_media_mbus_fmt_to_pix_fmt(&vdev_fmt, in csi_set_fmt()
1470 imx_media_capture_device_set_format(vdev, &vdev_fmt); in csi_set_fmt()