Файловый менеджер - Редактировать - /var/www/html/test-drivers.zip
Ðазад
PK ! ]��� � vicodec/Kconfignu �[��� # SPDX-License-Identifier: GPL-2.0-only config VIDEO_VICODEC tristate "Virtual Codec Driver" depends on VIDEO_DEV && VIDEO_V4L2 select VIDEOBUF2_VMALLOC select V4L2_MEM2MEM_DEV select MEDIA_CONTROLLER select MEDIA_CONTROLLER_REQUEST_API help Driver for a Virtual Codec This driver can be compared to the vim2m driver for emulating a video device node that exposes an emulated hardware codec. When in doubt, say N. PK ! ��,�� � vicodec/Makefilenu �[��� # SPDX-License-Identifier: GPL-2.0 vicodec-objs := vicodec-core.o codec-fwht.o codec-v4l2-fwht.o obj-$(CONFIG_VIDEO_VICODEC) += vicodec.o PK ! +Y�TN N vivid/Kconfignu �[��� # SPDX-License-Identifier: GPL-2.0-only config VIDEO_VIVID tristate "Virtual Video Test Driver" depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64 && FB depends on HAS_DMA select FONT_SUPPORT select FONT_8x16 select FB_CFB_FILLRECT select FB_CFB_COPYAREA select FB_CFB_IMAGEBLIT select VIDEOBUF2_VMALLOC select VIDEOBUF2_DMA_CONTIG select VIDEO_V4L2_TPG select MEDIA_CONTROLLER select MEDIA_CONTROLLER_REQUEST_API help Enables a virtual video driver. This driver emulates a webcam, TV, S-Video and HDMI capture hardware, including VBI support for the SDTV inputs. Also video output, VBI output, radio receivers, transmitters and software defined radio capture is emulated. It is highly configurable and is ideal for testing applications. Error injection is supported to test rare errors that are hard to reproduce in real hardware. Say Y here if you want to test video apps or debug V4L devices. When in doubt, say N. config VIDEO_VIVID_CEC bool "Enable CEC emulation support" depends on VIDEO_VIVID select CEC_CORE help When selected the vivid module will emulate the optional HDMI CEC feature. config VIDEO_VIVID_MAX_DEVS int "Maximum number of devices" depends on VIDEO_VIVID default "64" help This allows you to specify the maximum number of devices supported by the vivid driver. PK ! �Wٕ vivid/Makefilenu �[��� # SPDX-License-Identifier: GPL-2.0 vivid-objs := vivid-core.o vivid-ctrls.o vivid-vid-common.o vivid-vbi-gen.o \ vivid-vid-cap.o vivid-vid-out.o vivid-kthread-cap.o vivid-kthread-out.o \ vivid-radio-rx.o vivid-radio-tx.o vivid-radio-common.o \ vivid-rds-gen.o vivid-sdr-cap.o vivid-vbi-cap.o vivid-vbi-out.o \ vivid-osd.o vivid-meta-cap.o vivid-meta-out.o \ vivid-kthread-touch.o vivid-touch-cap.o ifeq ($(CONFIG_VIDEO_VIVID_CEC),y) vivid-objs += vivid-cec.o endif obj-$(CONFIG_VIDEO_VIVID) += vivid.o PK ! � �� � Kconfignu �[��� # SPDX-License-Identifier: GPL-2.0-only menuconfig V4L_TEST_DRIVERS bool "V4L test drivers" depends on VIDEO_DEV if V4L_TEST_DRIVERS source "drivers/media/test-drivers/vimc/Kconfig" source "drivers/media/test-drivers/vivid/Kconfig" config VIDEO_VIM2M tristate "Virtual Memory-to-Memory Driver" depends on VIDEO_DEV && VIDEO_V4L2 select VIDEOBUF2_VMALLOC select V4L2_MEM2MEM_DEV select MEDIA_CONTROLLER select MEDIA_CONTROLLER_REQUEST_API help This is a virtual test device for the memory-to-memory driver framework. source "drivers/media/test-drivers/vicodec/Kconfig" endif #V4L_TEST_DRIVERS menuconfig DVB_TEST_DRIVERS bool "DVB test drivers" depends on DVB_CORE && MEDIA_SUPPORT && I2C help Enables DVB test drivers. This enables the DVB test drivers. They are meant as an aid for DVB device driver writers and developers working on userspace media applications. if DVB_TEST_DRIVERS source "drivers/media/test-drivers/vidtv/Kconfig" endif #DVB_TEST_DRIVERS PK ! B�9� Makefilenu �[��� # SPDX-License-Identifier: GPL-2.0 # # Makefile for the test drivers. # obj-$(CONFIG_VIDEO_VIMC) += vimc/ obj-$(CONFIG_VIDEO_VIVID) += vivid/ obj-$(CONFIG_VIDEO_VIM2M) += vim2m.o obj-$(CONFIG_VIDEO_VICODEC) += vicodec/ obj-$(CONFIG_DVB_VIDTV) += vidtv/ PK ! ��l�o o vidtv/Kconfignu �[��� # SPDX-License-Identifier: GPL-2.0-only config DVB_VIDTV tristate "Virtual DVB Driver (vidtv)" depends on DVB_CORE && MEDIA_SUPPORT && I2C help The virtual DVB test driver serves as a reference DVB driver and helps validate the existing APIs in the media subsystem. It can also aid developers working on userspace applications. When in doubt, say N. PK ! �l��U U vidtv/Makefilenu �[��� # SPDX-License-Identifier: GPL-2.0 dvb-vidtv-tuner-objs := vidtv_tuner.o dvb-vidtv-demod-objs := vidtv_demod.o dvb-vidtv-bridge-objs := vidtv_bridge.o vidtv_common.o vidtv_ts.o vidtv_psi.o \ vidtv_pes.o vidtv_s302m.o vidtv_channel.o vidtv_mux.o obj-$(CONFIG_DVB_VIDTV) += dvb-vidtv-tuner.o dvb-vidtv-demod.o \ dvb-vidtv-bridge.o PK ! Y�>�H H vimc/Kconfignu �[��� # SPDX-License-Identifier: GPL-2.0-only config VIDEO_VIMC tristate "Virtual Media Controller Driver (VIMC)" depends on VIDEO_DEV && VIDEO_V4L2 select FONT_SUPPORT select FONT_8x16 select MEDIA_CONTROLLER select VIDEO_V4L2_SUBDEV_API select VIDEOBUF2_VMALLOC select VIDEO_V4L2_TPG help Skeleton driver for Virtual Media Controller This driver can be compared to the vivid driver for emulating a media node that exposes a complex media topology. The topology is hard coded for now but is meant to be highly configurable in the future. When in doubt, say N. PK ! �� � vimc/Makefilenu �[��� # SPDX-License-Identifier: GPL-2.0 vimc-y := vimc-core.o vimc-common.o vimc-streamer.o vimc-capture.o \ vimc-debayer.o vimc-scaler.o vimc-sensor.o obj-$(CONFIG_VIDEO_VIMC) += vimc.o PK ! ]��� � vicodec/Kconfignu �[��� PK ! ��,�� � � vicodec/Makefilenu �[��� PK ! +Y�TN N � vivid/Kconfignu �[��� PK ! �Wٕ H vivid/Makefilenu �[��� PK ! � �� � � Kconfignu �[��� PK ! B�9� � Makefilenu �[��� PK ! ��l�o o � vidtv/Kconfignu �[��� PK ! �l��U U � vidtv/Makefilenu �[��� PK ! Y�>�H H $ vimc/Kconfignu �[��� PK ! �� � � vimc/Makefilenu �[��� PK � �
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка