Home
last modified time | relevance | path

Searched full:media (Results 1 – 25 of 3461) sorted by relevance

12345678910>>...139

/OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/
H A Dmodules.dep
H A Dmodules.order
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/mediactl/
H A Dmediactl.h2 * Media controller interface library
25 #include <linux/media.h>
50 * @brief Create a new media device.
53 * Create a media device instance for the given device node and return it. The
55 * not be caught and reported here. The media device needs to be enumerated
58 * Media devices are reference-counted, see media_device_ref() and
61 * @return A pointer to the new media device or NULL if memory cannot be
67 * @brief Create a new emulated media device.
70 * Emulated media devices are userspace-only objects not backed by a kernel
71 * media device. They are created for ALSA and V4L2 devices that are not
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq_3A_server/common/mediactl/
H A Dmediactl.h2 * Media controller interface library
25 #include <linux/media.h>
50 * @brief Create a new media device.
53 * Create a media device instance for the given device node and return it. The
55 * not be caught and reported here. The media device needs to be enumerated
58 * Media devices are reference-counted, see media_device_ref() and
61 * @return A pointer to the new media device or NULL if memory cannot be
67 * @brief Create a new emulated media device.
70 * Emulated media devices are userspace-only objects not backed by a kernel
71 * media device. They are created for ALSA and V4L2 devices that are not
[all …]
H A Dmediactl.c2 * Media controller interface library
38 #include <linux/media.h>
69 struct media_entity *media_get_entity_by_name(struct media_device *media, in media_get_entity_by_name() argument
80 for (i = 0; i < media->entities_count; ++i) { in media_get_entity_by_name()
81 struct media_entity *entity = &media->entities[i]; in media_get_entity_by_name()
89 printf("media get entity by name: %s is null\n", name); in media_get_entity_by_name()
93 struct media_entity *media_get_entity_by_id(struct media_device *media, in media_get_entity_by_id() argument
101 for (i = 0; i < media->entities_count; ++i) { in media_get_entity_by_id()
102 struct media_entity *entity = &media->entities[i]; in media_get_entity_by_id()
112 unsigned int media_get_entities_count(struct media_device *media) in media_get_entities_count() argument
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/mediactl/
H A Dmediactl.c2 * Media controller interface library
38 #include <linux/media.h>
71 struct media_entity *media_get_entity_by_name(struct media_device *media, in media_get_entity_by_name() argument
82 for (i = 0; i < media->entities_count; ++i) { in media_get_entity_by_name()
83 struct media_entity *entity = &media->entities[i]; in media_get_entity_by_name()
91 LOGW("media get entity by name: %s is null\n", name); in media_get_entity_by_name()
95 struct media_entity *media_get_entity_by_id(struct media_device *media, in media_get_entity_by_id() argument
103 for (i = 0; i < media->entities_count; ++i) { in media_get_entity_by_id()
104 struct media_entity *entity = &media->entities[i]; in media_get_entity_by_id()
114 unsigned int media_get_entities_count(struct media_device *media) in media_get_entities_count() argument
[all …]
/OK3568_Linux_fs/kernel/drivers/media/pci/
H A DKconfig6 bool "Media PCI Adapters"
8 Enable media drivers for PCI/PCIe bus.
14 comment "Media capture support"
15 source "drivers/media/pci/meye/Kconfig"
16 source "drivers/media/pci/solo6x10/Kconfig"
17 source "drivers/media/pci/sta2x11/Kconfig"
18 source "drivers/media/pci/tw5864/Kconfig"
19 source "drivers/media/pci/tw68/Kconfig"
20 source "drivers/media/pci/tw686x/Kconfig"
24 comment "Media capture/analog TV support"
[all …]
/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/
H A DBug-1590977-openmax-Import-latest-OpenMAX-IL-1.1.2-headers.patch9 media/openmax_il/il112/OMX_Audio.h | 2 +-
10 media/openmax_il/il112/OMX_Component.h | 2 +-
11 media/openmax_il/il112/OMX_ComponentExt.h | 2 +-
12 media/openmax_il/il112/OMX_ContentPipe.h | 2 +-
13 media/openmax_il/il112/OMX_Core.h | 2 +-
14 media/openmax_il/il112/OMX_CoreExt.h | 2 +-
15 media/openmax_il/il112/OMX_IVCommon.h | 2 +-
16 media/openmax_il/il112/OMX_Image.h | 2 +-
17 media/openmax_il/il112/OMX_ImageExt.h | 2 +-
18 media/openmax_il/il112/OMX_Index.h | 2 +-
[all …]
/OK3568_Linux_fs/kernel/drivers/media/usb/
H A DKconfig11 bool "Media USB Adapters"
13 Enable media drivers for USB bus.
20 source "drivers/media/usb/uvc/Kconfig"
21 source "drivers/media/usb/gspca/Kconfig"
22 source "drivers/media/usb/pwc/Kconfig"
23 source "drivers/media/usb/cpia2/Kconfig"
24 source "drivers/media/usb/zr364xx/Kconfig"
25 source "drivers/media/usb/stkwebcam/Kconfig"
26 source "drivers/media/usb/s2255/Kconfig"
27 source "drivers/media/usb/usbtv/Kconfig"
[all …]
/OK3568_Linux_fs/output/sessions/2025-06-06_01-57-56/
H A D10-kernel-build_2025-06-06_01-57-58.log
H A Dbuild_2025-06-06_01-57-58.log
H A D10-kernel-build.log
H A Dbuild.log
/OK3568_Linux_fs/kernel/Documentation/driver-api/media/
H A Dmc-core.rst3 Media Controller devices
6 Media Controller
9 The media controller userspace API is documented in
10 :ref:`the Media Controller uAPI book <media_controller>`. This document focus
11 on the kernel-side implementation of the media framework.
13 Abstract media device model
17 of the goals of the media framework. To achieve this, hardware devices are
21 An entity is a basic media hardware building block. It can correspond to
36 Media device
39 A media device is represented by a struct media_device
[all …]
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_105.0.5195/
H A D0015-media-Enable-HEVC-by-default-for-V4L2VDA.patch4 Subject: [PATCH 15/17] media: Enable HEVC by default for V4L2VDA
8 media/base/media_switches.cc | 2 +-
9 media/gpu/v4l2/v4l2_device.cc | 9 +++++++++
10 media/gpu/v4l2/v4l2_vda_helpers.cc | 1 +
11 media/gpu/v4l2/v4l2_video_decode_accelerator.cc | 2 +-
12 media/gpu/v4l2/v4l2_video_decoder.cc | 3 ++-
13 media/gpu/v4l2/v4l2_video_decoder_backend_stateful.cc | 1 +
14 media/media_options.gni | 2 +-
17 diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
19 --- a/media/base/media_switches.cc
[all …]
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_104.0.5112/
H A D0016-media-Enable-HEVC-by-default-for-V4L2VDA.patch4 Subject: [PATCH 16/17] media: Enable HEVC by default for V4L2VDA
8 media/base/media_switches.cc | 2 +-
9 media/gpu/v4l2/v4l2_device.cc | 9 +++++++++
10 media/gpu/v4l2/v4l2_vda_helpers.cc | 1 +
11 media/gpu/v4l2/v4l2_video_decode_accelerator.cc | 2 +-
12 media/gpu/v4l2/v4l2_video_decoder.cc | 3 ++-
13 media/gpu/v4l2/v4l2_video_decoder_backend_stateful.cc | 1 +
14 media/media_options.gni | 2 +-
17 diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
19 --- a/media/base/media_switches.cc
[all …]
H A D0001-Add-support-for-V4L2VDA-on-Linux.patch30 media/gpu/BUILD.gn | 1 +
31 media/gpu/args.gni | 4 ++
34 media/gpu/v4l2/BUILD.gn | 41 ++++++------
35 media/gpu/v4l2/generic_v4l2_device.cc | 4 ++
36 media/gpu/v4l2/v4l2_device.cc | 66 +++++++++++++++++++
37 media/gpu/v4l2/v4l2_video_decoder.cc | 7 ++
45 #include "media/base/media_switches.h"
46 #include "media/gpu/buildflags.h"
54 diff --git a/media/gpu/BUILD.gn b/media/gpu/BUILD.gn
56 --- a/media/gpu/BUILD.gn
[all …]
/OK3568_Linux_fs/kernel/drivers/media/
H A DKconfig9 source "drivers/media/rc/Kconfig"
10 source "drivers/media/cec/Kconfig"
16 If you want to use media devices, including Webcams, Video grabber
26 bool "Filter media drivers"
30 Configuring the media subsystem can be complex, as there are
37 If not selected, all non-optional media core functionality
38 needed to support media drivers will be enabled. Also, all
39 media device drivers should be shown.
48 By default, a media driver auto-selects all possible ancillary
63 menu "Media device types"
[all …]
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_109.0.5414/
H A D0017-media-Support-AV1-in-V4L2-VDA.patch4 Subject: [PATCH 17/17] media: Support AV1 in V4L2 VDA
8 media/gpu/v4l2/v4l2_device.cc | 9 +++++++++
9 media/gpu/v4l2/v4l2_vda_helpers.cc | 1 +
10 media/gpu/v4l2/v4l2_video_decode_accelerator.cc | 2 +-
11 media/gpu/v4l2/v4l2_video_decoder.cc | 1 +
12 media/gpu/v4l2/v4l2_video_decoder_backend_stateful.cc | 1 +
15 diff --git a/media/gpu/v4l2/v4l2_device.cc b/media/gpu/v4l2/v4l2_device.cc
17 --- a/media/gpu/v4l2/v4l2_device.cc
18 +++ b/media/gpu/v4l2/v4l2_device.cc
42 diff --git a/media/gpu/v4l2/v4l2_vda_helpers.cc b/media/gpu/v4l2/v4l2_vda_helpers.cc
[all …]
H A D0015-media-Support-HEVC-in-V4L2-VDA.patch4 Subject: [PATCH 15/17] media: Support HEVC in V4L2 VDA
8 media/gpu/v4l2/v4l2_device.cc | 9 +++++++++
9 media/gpu/v4l2/v4l2_vda_helpers.cc | 1 +
10 media/gpu/v4l2/v4l2_video_decode_accelerator.cc | 2 +-
11 media/gpu/v4l2/v4l2_video_decoder.cc | 1 +
12 media/gpu/v4l2/v4l2_video_decoder_backend_stateful.cc | 1 +
15 diff --git a/media/gpu/v4l2/v4l2_device.cc b/media/gpu/v4l2/v4l2_device.cc
17 --- a/media/gpu/v4l2/v4l2_device.cc
18 +++ b/media/gpu/v4l2/v4l2_device.cc
42 diff --git a/media/gpu/v4l2/v4l2_vda_helpers.cc b/media/gpu/v4l2/v4l2_vda_helpers.cc
[all …]
/OK3568_Linux_fs/kernel/Documentation/driver-api/media/drivers/
H A Dfrontends.rst12 .. kernel-doc:: drivers/media/dvb-frontends/a8293.h
13 .. kernel-doc:: drivers/media/dvb-frontends/af9013.h
14 .. kernel-doc:: drivers/media/dvb-frontends/ascot2e.h
15 .. kernel-doc:: drivers/media/dvb-frontends/cxd2820r.h
16 .. kernel-doc:: drivers/media/dvb-frontends/drxk.h
17 .. kernel-doc:: drivers/media/dvb-frontends/dvb-pll.h
18 .. kernel-doc:: drivers/media/dvb-frontends/helene.h
19 .. kernel-doc:: drivers/media/dvb-frontends/horus3a.h
20 .. kernel-doc:: drivers/media/dvb-frontends/ix2505v.h
21 .. kernel-doc:: drivers/media/dvb-frontends/m88ds3103.h
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/imx/
H A DMakefile2 imx6-media-objs := imx-media-dev.o imx-media-internal-sd.o \
3 imx-ic-common.o imx-ic-prp.o imx-ic-prpencvf.o imx-media-vdic.o \
4 imx-media-csc-scaler.o
6 imx-media-common-objs := imx-media-capture.o imx-media-dev-common.o \
7 imx-media-of.o imx-media-utils.o
9 imx6-media-csi-objs := imx-media-csi.o imx-media-fim.o
11 obj-$(CONFIG_VIDEO_IMX_MEDIA) += imx6-media.o
12 obj-$(CONFIG_VIDEO_IMX_MEDIA) += imx-media-common.o
14 obj-$(CONFIG_VIDEO_IMX_CSI) += imx6-media-csi.o
17 obj-$(CONFIG_VIDEO_IMX7_CSI) += imx7-media-csi.o
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Dimx.rst80 - Many different pipelines can be configured via media controller API,
108 The following shows the media topologies for the i.MX6Q SabreSD and
123 :alt: Diagram of the i.MX6Q SabreSD media pipeline topology
126 Media pipeline graph on i.MX6Q SabreSD
129 :alt: Diagram of the i.MX6Q SabreAuto media pipeline topology
132 Media pipeline graph on i.MX6Q SabreAuto
248 media-ctl -V "'ipu1_csi0_mux':2[fmt:UYVY2X8/1280x960]"
249 media-ctl -V "'ipu1_csi0':0[crop:(0,0)/640x480]"
250 media-ctl -V "'ipu1_csi0':0[compose:(0,0)/320x240]"
266 media-ctl -V "'ipu1_csi0':0[fmt:UYVY2X8/640x480@1/60]"
[all …]
H A Dbuilding.rst4 Building support for a media device
16 you should use the main media development tree ``master`` branch:
48 The media subsystem is controlled by those menu configuration options::
70 The media subsystem support can either be built together with the main
77 enabling configuration options directly. To enable media support
88 that use the media HDMI CEC support.
94 enable the CEC core support at the media subsystem.
96 Media dependencies
100 usually not enough. The media subsystem depends on several other Linux
103 For example, most media devices use a serial communication bus in
[all …]
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_100.0.4896/
H A D0001-Add-support-for-V4L2VDA-on-Linux.patch30 media/gpu/BUILD.gn | 1 +
31 media/gpu/args.gni | 4 ++
34 media/gpu/v4l2/BUILD.gn | 43 ++++++------
35 media/gpu/v4l2/generic_v4l2_device.cc | 4 ++
36 media/gpu/v4l2/v4l2_device.cc | 66 +++++++++++++++++++
37 media/gpu/v4l2/v4l2_video_decoder.cc | 7 ++
45 #include "media/base/media_switches.h"
46 #include "media/gpu/buildflags.h"
54 diff --git a/media/gpu/BUILD.gn b/media/gpu/BUILD.gn
56 --- a/media/gpu/BUILD.gn
[all …]

12345678910>>...139