Searched refs:vimc (Results 1 – 13 of 13) sorted by relevance
2 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.o5 obj-$(CONFIG_VIDEO_VIMC) += vimc.o
49 static struct vimc_ent_device *vimc_lens_add(struct vimc_device *vimc, in vimc_lens_add() argument52 struct v4l2_device *v4l2_dev = &vimc->v4l2_dev; in vimc_lens_add()71 vlens->ved.dev = vimc->mdev.dev; in vimc_lens_add()
387 static struct vimc_ent_device *vimc_scaler_add(struct vimc_device *vimc, in vimc_scaler_add() argument390 struct v4l2_device *v4l2_dev = &vimc->v4l2_dev; in vimc_scaler_add()414 vscaler->ved.dev = vimc->mdev.dev; in vimc_scaler_add()
377 static struct vimc_ent_device *vimc_sensor_add(struct vimc_device *vimc, in vimc_sensor_add() argument380 struct v4l2_device *v4l2_dev = &vimc->v4l2_dev; in vimc_sensor_add()428 vsensor->ved.dev = vimc->mdev.dev; in vimc_sensor_add()
559 static struct vimc_ent_device *vimc_debayer_add(struct vimc_device *vimc, in vimc_debayer_add() argument562 struct v4l2_device *v4l2_dev = &vimc->v4l2_dev; in vimc_debayer_add()594 vdebayer->ved.dev = vimc->mdev.dev; in vimc_debayer_add()
143 struct vimc_ent_device *(*add)(struct vimc_device *vimc,
3 The Virtual Media Controller Driver (vimc)6 The vimc driver emulates complex video hardware using the V4L2 API and the Media12 The topology is hardcoded, although you could modify it in vimc-core and17 .. kernel-figure:: vimc.dot21 Media pipeline graph on vimc31 ``v4l2-ctl`` that can be used to configure the vimc configuration. This sequence36 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 …]
26 vimc Virtual Media Controller Driver (VIMC)
3 The Virtual Media Controller Driver (vimc)9 vimc-streamer12 .. kernel-doc:: drivers/media/test-drivers/vimc/vimc-streamer.h15 .. kernel-doc:: drivers/media/test-drivers/vimc/vimc-streamer.c
26 vimc-devel
13 obj-$(CONFIG_VIDEO_VIMC) += vimc/
20 source "drivers/media/test-drivers/vimc/Kconfig"
24751 F: drivers/media/test-drivers/vimc/*