Home
last modified time | relevance | path

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

/linux/drivers/media/test-drivers/vimc/
H A DMakefile2 vimc-y := vimc-core.o vimc-common.o vimc-streamer.o vimc-capture.o \
3 vimc-debayer.o vimc-scaler.o vimc-sensor.o vimc-lens.o
5 obj-$(CONFIG_VIDEO_VIMC) += vimc.o
H A Dvimc-lens.c49 static struct vimc_ent_device *vimc_lens_add(struct vimc_device *vimc, in vimc_lens_add() argument
52 struct v4l2_device *v4l2_dev = &vimc->v4l2_dev; in vimc_lens_add()
71 vlens->ved.dev = vimc->mdev.dev; in vimc_lens_add()
H A Dvimc-scaler.c387 static struct vimc_ent_device *vimc_scaler_add(struct vimc_device *vimc, in vimc_scaler_add() argument
390 struct v4l2_device *v4l2_dev = &vimc->v4l2_dev; in vimc_scaler_add()
414 vscaler->ved.dev = vimc->mdev.dev; in vimc_scaler_add()
H A Dvimc-sensor.c377 static struct vimc_ent_device *vimc_sensor_add(struct vimc_device *vimc, in vimc_sensor_add() argument
380 struct v4l2_device *v4l2_dev = &vimc->v4l2_dev; in vimc_sensor_add()
428 vsensor->ved.dev = vimc->mdev.dev; in vimc_sensor_add()
H A Dvimc-debayer.c559 static struct vimc_ent_device *vimc_debayer_add(struct vimc_device *vimc, in vimc_debayer_add() argument
562 struct v4l2_device *v4l2_dev = &vimc->v4l2_dev; in vimc_debayer_add()
594 vdebayer->ved.dev = vimc->mdev.dev; in vimc_debayer_add()
H A Dvimc-common.h143 struct vimc_ent_device *(*add)(struct vimc_device *vimc,
/linux/Documentation/admin-guide/media/
H A Dvimc.rst3 The Virtual Media Controller Driver (vimc)
6 The vimc driver emulates complex video hardware using the V4L2 API and the Media
12 The topology is hardcoded, although you could modify it in vimc-core and
17 .. kernel-figure:: vimc.dot
21 Media pipeline graph on vimc
31 ``v4l2-ctl`` that can be used to configure the vimc configuration. This sequence
36 media-ctl -d platform:vimc -V '"Sensor A":0[fmt:SBGGR8_1X8/640x480]'
37 media-ctl -d platform:vimc -V '"Debayer A":0[fmt:SBGGR8_1X8/640x480]'
38 media-ctl -d platform:vimc -V '"Scaler":0[fmt:RGB888_1X24/640x480]'
39 media-ctl -d platform:vimc -V '"Scaler":0[crop:(100,50)/400x150]'
[all …]
H A Dmisc-cardlist.rst26 vimc Virtual Media Controller Driver (VIMC)
/linux/Documentation/driver-api/media/drivers/
H A Dvimc-devel.rst3 The Virtual Media Controller Driver (vimc)
9 vimc-streamer
12 .. kernel-doc:: drivers/media/test-drivers/vimc/vimc-streamer.h
15 .. kernel-doc:: drivers/media/test-drivers/vimc/vimc-streamer.c
H A Dindex.rst26 vimc-devel
/linux/drivers/media/test-drivers/
H A DMakefile13 obj-$(CONFIG_VIDEO_VIMC) += vimc/
H A DKconfig20 source "drivers/media/test-drivers/vimc/Kconfig"
/linux/
H A DMAINTAINERS24751 F: drivers/media/test-drivers/vimc/*