Home
last modified time | relevance | path

Searched +full:itu +full:- +full:r (Results 1 – 25 of 57) sorted by relevance

123

/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_color.c1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright 2020-2021 NXP
15 #include <media/v4l2-device.h>
21 V4L2_COLORSPACE_REC709, /*Rec. ITU-R BT.709-6*/
24 V4L2_COLORSPACE_470_SYSTEM_M, /*Rec. ITU-R BT.470-6 System M*/
25 V4L2_COLORSPACE_470_SYSTEM_BG, /*Rec. ITU-R BT.470-6 System B, G*/
29 V4L2_COLORSPACE_BT2020, /*Rec. ITU-R BT.2020-2*/
30 0, /*SMPTE ST 428-1*/
35 V4L2_XFER_FUNC_709, /*Rec. ITU-R BT.709-6*/
38 0, /*Rec. ITU-R BT.470-6 System M*/
[all …]
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dbiblio.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
10 CEA 608-E
14 :title: CEA-608-E R-2014 "Line 21 Data Services"
24 :title: EN 300 294 "625-line television Wide Screen Signalling (WSS)"
50 ISO 13818-1
54 :title: ITU-T Rec. H.222.0 | ISO/IEC 13818-1 "Information technology --- Generic coding of movi…
56 :author: International Telecommunication Union (http://www.itu.ch), International Organisation f…
60 ISO 13818-2
64 :title: ITU-T Rec. H.262 | ISO/IEC 13818-2 "Information technology --- Generic coding of moving…
66 :author: International Telecommunication Union (http://www.itu.ch), International Organisation f…
[all …]
H A Dcrop.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
6 Image Cropping, Insertion and Scaling -- the CROP API
12 <selection-api>`. The new API should be preferred in most cases,
15 equivalent in the SELECTION API. See :ref:`selection-vs-crop` for a
62 .. _crop-scale:
64 .. kernel-figure:: crop.svg
81 :ref:`vbi-hsync`). Vertically ITU-R line numbers of the first field
82 (see ITU R-525 line numbering for :ref:`525 lines <vbi-525>` and for
83 :ref:`625 lines <vbi-625>`), multiplied by two if the driver
167 .. code-block:: c
[all …]
H A Ddev-raw-vbi.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
4 .. _raw-vbi:
106 .. flat-table:: struct v4l2_vbi_format
107 :header-rows: 0
108 :stub-columns: 0
111 * - __u32
112 - ``sampling_rate``
113 - Samples per second, i. e. unit 1 Hz.
114 * - __u32
115 - ``offset``
[all …]
H A Dvidioc-g-sliced-vbi-cap.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
13 VIDIOC_G_SLICED_VBI_CAP - Query sliced VBI capabilities
43 The ``type`` field was added, and the ioctl changed from read-only
44 to write-read, in Linux 2.6.19.
50 .. flat-table:: struct v4l2_sliced_vbi_cap
51 :header-rows: 0
52 :stub-columns: 0
55 * - __u16
56 - ``service_set``
57 - :cspan:`2` A set of all data services supported by the driver.
[all …]
H A Dcolorspaces-details.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
8 .. _col-smpte-170m:
20 .. flat-table:: SMPTE 170M Chromaticities
21 :header-rows: 1
22 :stub-columns: 0
25 * - Color
26 - x
27 - y
28 * - Red
29 - 0.630
[all …]
/openbmc/linux/drivers/staging/vc04_services/vchiq-mmal/
H A Dmmal-encodings.h1 /* SPDX-License-Identifier: GPL-2.0 */
29 #define MMAL_ENCODING_SPARK MMAL_FOURCC('S', 'P', 'R', 'K')
50 #define MMAL_ENCODING_ARGB MMAL_FOURCC('A', 'R', 'G', 'B')
51 #define MMAL_ENCODING_RGBA MMAL_FOURCC('R', 'G', 'B', 'A')
52 #define MMAL_ENCODING_ABGR MMAL_FOURCC('A', 'B', 'G', 'R')
53 #define MMAL_ENCODING_BGRA MMAL_FOURCC('B', 'G', 'R', 'A')
54 #define MMAL_ENCODING_RGB16 MMAL_FOURCC('R', 'G', 'B', '2')
55 #define MMAL_ENCODING_RGB24 MMAL_FOURCC('R', 'G', 'B', '3')
56 #define MMAL_ENCODING_RGB32 MMAL_FOURCC('R', 'G', 'B', '4')
57 #define MMAL_ENCODING_BGR16 MMAL_FOURCC('B', 'G', 'R', '2')
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/modules/info_packet/
H A Dinfo_packet.c41 //04h = 3D stereo + PSR/PSR2 + Y-coordinate.
43 //05h = 3D stereo + PSR/PSR2 + Y-coordinate + Pixel Encoding/Colorimetry Format
72 //0: Periodic pseudo-static EM Data Set
86 //2: This EM Data Set is defined by CTA-861-G
99 //PB7-27 (20 bytes):
144 …if (stream->timing.timing_3d_format != TIMING_3D_FORMAT_NONE && stream->view_format != VIEW_3D_FOR… in mod_build_vsc_infopacket()
149 /* VSC packet set to 4 for PSR-SU, or 2 for PSR1 */ in mod_build_vsc_infopacket()
150 if (stream->link->psr_settings.psr_version == DC_PSR_VERSION_SU_1) in mod_build_vsc_infopacket()
152 else if (stream->link->replay_settings.config.replay_supported) in mod_build_vsc_infopacket()
154 else if (stream->link->psr_settings.psr_version == DC_PSR_VERSION_1) in mod_build_vsc_infopacket()
[all …]
/openbmc/linux/include/media/drv-intf/
H A Dexynos-fimc.h1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright (C) 2010 - 2013 Samsung Electronics Co., Ltd.
12 #include <media/media-entity.h>
13 #include <media/v4l2-dev.h>
14 #include <media/v4l2-mediabus.h>
37 /* Camera MIPI-CSI2 serial bus */
43 /* FIFO link from FIMC-IS */
62 * struct fimc_source_info - video source description required for the host
66 * @sensor_bus_type: image sensor bus type, MIPI, ITU-R BT.601 etc.
68 * @mux_id: FIMC camera interface multiplexer index (separate for MIPI and ITU)
[all …]
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_color_mgmt.c50 * linear/pass-thru gamma table should be used. This is generally the
51 * driver boot-up state too. Drivers can access this blob through
58 * publish the largest size, and sub-sample smaller sized LUTs (e.g. for
59 * split-gamma modes) appropriately.
68 * unit/pass-thru matrix should be used. This is generally the driver
69 * boot-up state too. Drivers can access the blob for the color conversion
81 * linear/pass-thru gamma table should be used. This is generally the
82 * driver boot-up state too. Drivers can access this blob through
93 * largest size, and sub-sample smaller sized LUTs (e.g. for split-gamma
119 * @m: number of integer bits, only support m <= 32, include the sign-bit
[all …]
/openbmc/linux/Documentation/devicetree/bindings/media/
H A Dsamsung,s5c73m3.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
11 - Sylwester Nawrocki <s.nawrocki@samsung.com>
14 The S5C73M3 camera ISP supports MIPI CSI-2 and parallel (ITU-R BT.656)
31 clock-names:
33 - const: cis_extclk
35 clock-frequency:
39 standby-gpios:
[all …]
H A Drenesas,rzg2l-cru.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/media/renesas,rzg2l-cru.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
15 color space conversion, LUT, pixel format conversion, etc. An MIPI CSI-2 input and
16 parallel (including ITU-R BT.656) input are provided as the image sensor interface.
21 - enum:
22 - renesas,r9a07g044-cru # RZ/G2{L,LC}
23 - renesas,r9a07g054-cru # RZ/V2L
[all …]
H A Dvideo-interfaces.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/media/video-interfaces.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Sakari Ailus <sakari.ailus@linux.intel.com>
11 - Laurent Pinchart <laurent.pinchart@ideasonboard.com>
29 #address-cells = <1>;
30 #size-cells = <0>;
45 a common scheme using '#address-cells', '#size-cells' and 'reg' properties is
49 specify #address-cells, #size-cells properties independently for the 'port'
[all …]
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-ilitek-ili9322.c1 // SPDX-License-Identifier: GPL-2.0-only
6 * - 8-bit serial RGB interface
7 * - 24-bit parallel RGB interface
8 * - 8-bit ITU-R BT.601 interface
9 * - 8-bit ITU-R BT.656 interface
10 * - Up to 320RGBx240 dots resolution TFT LCD displays
11 * - Scaling, brightness and contrast
19 * Derived from drivers/drm/gpu/panel/panel-samsung-ld9040.c
64 /* 0 = right-to-left, 1 = left-to-right (default), horizontal flip */
66 /* 0 = down-to-up, 1 = up-to-down (default), vertical flip */
[all …]
/openbmc/openbmc/poky/meta/recipes-multimedia/libsndfile/libsndfile1/
H A Dcve-2022-33065.patch3 Date: Tue, 10 Oct 2023 16:10:34 -0400
10 src/mat4.c:323:41: runtime error: signed integer overflow: 205 * -100663296 cannot be represented i…
11 SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior src/mat4.c:323:41 in
13 SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior src/mat4.c:323:48 in
19 CVE: CVE-2022-33065
23 Upstream-Status: Backport [9a829113c88a51e57c1e46473e90609e4b7df151]
25 Signed-off-by: Alex Stewart <alex.stewart@ni.com>
26 ---
27 src/mat4.c | 2 +-
28 1 file changed, 1 insertion(+), 1 deletion(-)
[all …]
/openbmc/linux/Documentation/devicetree/bindings/media/i2c/
H A Dtvp5150.txt4 (and also SECAM in the TVP5151 case) video signals to either 8-bit 4:2:2 YUV
5 with discrete syncs or 8-bit ITU-R BT.656 with embedded syncs output formats.
9 - compatible: Value must be "ti,tvp5150".
10 - reg: I2C slave address.
14 - pdn-gpios: Phandle for the GPIO connected to the PDN pin, if any.
15 - reset-gpios: Phandle for the GPIO connected to the RESETB pin, if any.
19 Documentation/devicetree/bindings/media/video-interfaces.txt. The port nodes
23 --------------------------------------
26 Y-OUT src 2
32 tvp-5150 port@0 (AIP1A)
[all …]
/openbmc/linux/drivers/media/pci/bt8xx/
H A Dbttvp.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
4 bttv - Bt848 frame grabber driver
6 bttv's *private* header file -- nobody other than bttv itself
9 (c) 2000-2002 Gerd Knorr <kraxel@bytesex.org>
19 #include <linux/i2c-algo-bit.h>
26 #include <media/v4l2-common.h>
27 #include <media/v4l2-ctrls.h>
28 #include <media/v4l2-fh.h>
29 #include <media/videobuf2-dma-sg.h>
31 #include <media/rc-core.h>
[all …]
/openbmc/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-reg.c1 // SPDX-License-Identifier: GPL-2.0-only
5 * Copyright (C) 2010 - 2013 Samsung Electronics Co., Ltd.
13 #include <media/drv-intf/exynos-fimc.h>
14 #include "media-dev.h"
16 #include "fimc-reg.h"
17 #include "fimc-core.h"
23 cfg = readl(dev->regs + FIMC_REG_CISRCFMT); in fimc_hw_reset()
25 writel(cfg, dev->regs + FIMC_REG_CISRCFMT); in fimc_hw_reset()
28 cfg = readl(dev->regs + FIMC_REG_CIGCTRL); in fimc_hw_reset()
30 writel(cfg, dev->regs + FIMC_REG_CIGCTRL); in fimc_hw_reset()
[all …]
/openbmc/linux/include/drm/display/
H A Ddrm_dp.h38 * MST: Multistream Transport - part of DP 1.2a
49 /* bits per component for non-RAW */
179 # define DP_MAX_SUPPORTED_RATES 8 /* 16-bit little-endian */
385 * 0x80-0x8f describe downstream port capabilities, but there are two layouts
440 * VESA DP-to-HDMI PCON Specification adds caps for colorspace
441 * conversion in DFP cap DPCD 83h. Sec6.1 Table-3.
460 /* DP-HDMI2.1 PCON DSC ENCODER SUPPORT */
466 /* DP-HDMI2.1 PCON DSC Version */
473 /* DP-HDMI2.1 PCON DSC RC Buffer block size */
481 /* DP-HDMI2.1 PCON DSC RC Buffer size */
[all …]
/openbmc/linux/Documentation/admin-guide/media/
H A Dfimc.rst1 .. SPDX-License-Identifier: GPL-2.0
8 Copyright |copy| 2012 - 2013 Samsung Electronics Co., Ltd.
17 drivers/media/platform/samsung/exynos4-is directory.
20 --------------
22 S5PC100 (mem-to-mem only), S5PV210, Exynos4210
25 ------------------
27 - camera parallel interface capture (ITU-R.BT601/565);
28 - camera serial interface capture (MIPI-CSI2);
29 - memory-to-memory processing (color space conversion, scaling, mirror
31 - dynamic pipeline re-configuration at runtime (re-attachment of any FIMC
[all …]
/openbmc/linux/include/drm/
H A Ddrm_connector.h54 DRM_FORCE_ON_DIGITAL, /* for DVI-I use digital connector */
58 * enum drm_connector_status - status for a &drm_connector
73 * nothing there. It is driver-dependent whether a connector with this
80 * flicker (like load-detection when the connector is in use), or when a
81 * hardware resource isn't available (like when load-detection needs a
91 * enum drm_connector_registration_state - userspace registration status for
124 * - An unregistered connector may only have its DPMS changed from
125 * On->Off. Once DPMS is changed to Off, it may not be switched back
127 * - Modesets are not allowed on unregistered connectors, unless they
131 * - Removing a CRTC from an unregistered connector is OK, but new
[all …]
/openbmc/linux/include/uapi/linux/
H A Dvideodev2.h1 /* SPDX-License-Identifier: ((GPL-2.0+ WITH Linux-syscall-note) OR BSD-3-Clause) */
5 * Copyright (C) 1999-2012 the contributors
47 * All kernel-specific stuff were moved to media/v4l2-dev.h, so
66 #include <linux/v4l2-common.h>
67 #include <linux/v4l2-controls.h>
80 /* Four-character-code (FOURCC) */
98 buffer, top-bottom order */
99 V4L2_FIELD_SEQ_BT = 6, /* same as above + bottom-top order */
205 /* Obsolete pre-1998 SMPTE 240M HDTV standard, superseded by Rec 709 */
230 * and V4L2_QUANTIZATION_FULL_RANGE. To be used for (Motion-)JPEG.
[all …]
/openbmc/linux/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_driver.h2 Copyright (c), 2004-2005,2007-2010 Trident Microsystems, Inc.
60 /*------------------------------------------------------------------------------
62 ------------------------------------------------------------------------------*/
69 * \retval -EIO Initialization failed.
78 * \retval -EIO Termination failed.
98 * \retval -EIO Failure.
99 * \retval -EINVAL Parameter 'wcount' is not zero but parameter
133 #define TUNER_MODE_SUB0 0x0001 /* for sub-mode (e.g. RF-AGC setting) */
134 #define TUNER_MODE_SUB1 0x0002 /* for sub-mode (e.g. RF-AGC setting) */
135 #define TUNER_MODE_SUB2 0x0004 /* for sub-mode (e.g. RF-AGC setting) */
[all …]
/openbmc/linux/drivers/net/wwan/
H A Dwwan_hwsim.c1 // SPDX-License-Identifier: GPL-2.0-only
74 ndev->stats.tx_packets++; in wwan_hwsim_netdev_xmit()
75 ndev->stats.tx_bytes += skb->len; in wwan_hwsim_netdev_xmit()
86 ndev->netdev_ops = &wwan_hwsim_netdev_ops; in wwan_hwsim_netdev_setup()
87 ndev->needs_free_netdev = true; in wwan_hwsim_netdev_setup()
89 ndev->mtu = ETH_DATA_LEN; in wwan_hwsim_netdev_setup()
90 ndev->min_mtu = ETH_MIN_MTU; in wwan_hwsim_netdev_setup()
91 ndev->max_mtu = ETH_MAX_MTU; in wwan_hwsim_netdev_setup()
93 ndev->type = ARPHRD_NONE; in wwan_hwsim_netdev_setup()
94 ndev->flags = IFF_POINTOPOINT | IFF_NOARP; in wwan_hwsim_netdev_setup()
[all …]
/openbmc/linux/drivers/gpu/drm/tidss/
H A Dtidss_dispc.c1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (C) 2016-2018 Texas Instruments Incorporated - https://www.ti.com/
9 #include <linux/dma-mapping.h>
14 #include <linux/media-bus-format.h>
79 * of pixel inc is calculated like this: 1+(xinc-1)*bpp.
82 * because 1+(32-1)*8 < 255 < 1+(33-1)*4.
155 * of pixel inc is calculated like this: 1+(xinc-1)*bpp.
158 * because 1+(32-1)*8 < 255 < 1+(33-1)*4.
244 * of pixel inc is calculated like this: 1+(xinc-1)*bpp.
247 * because 1+(32-1)*8 < 255 < 1+(33-1)*4.
[all …]

123