Home
last modified time | relevance | path

Searched refs:UYVY (Results 1 – 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dpixfmt-reserved.rst203 * .. _V4L2-PIX-FMT-S5C-UYVY-JPG:
208 contains interleaved JPEG and UYVY image data, followed by meta
209 data in form of an array of offsets to the UYVY data blocks. The
210 actual pointer array follows immediately the interleaved JPEG/UYVY
212 UYVY image. Each entry is a 4-byte unsigned integer in big endian
213 order and it's an offset to a single pixel line of the UYVY image.
214 The first plane can start either with JPEG or UYVY data chunk. The
215 size of a single UYVY block equals the UYVY image's width
226 pointer array is constant for given UYVY image height.
228 In order to extract UYVY and JPEG frames an application can
[all …]
Dpixfmt-uyvy.rst3 .. _V4L2-PIX-FMT-UYVY:
6 V4L2_PIX_FMT_UYVY ('UYVY')
Dpixfmt-meta-d4xx.rst206 2 UYVY
Dlibv4l-introduction.rst49 :ref:`V4L2_PIX_FMT_UYVY <V4L2-PIX-FMT-UYVY>`,
Dsubdev-formats.rst2954 Possible values are YUYV, UYVY, YVYU and VYUY for formats with no
7896 * .. _MEDIA-BUS-FMT-S5C-UYVY-JPEG-1X8:
7900 - Interleaved raw UYVY and JPEG image format with embedded meta-data
Ddiff-v4l.rst321 - :ref:`V4L2_PIX_FMT_UYVY <V4L2-PIX-FMT-UYVY>`
/kernel/linux/linux-5.10/Documentation/admin-guide/media/
Dqcom_camss.rst60 - YUYV/UYVY/YVYU/VYUY (packed YUV 4:2:2 - V4L2_PIX_FMT_YUYV /
88 - YUYV/UYVY/YVYU/VYUY (packed YUV 4:2:2 - V4L2_PIX_FMT_YUYV /
95 - (8x96 only) YUYV/UYVY/YVYU/VYUY (packed YUV 4:2:2 - V4L2_PIX_FMT_YUYV /
Dimx.rst26 re-ordering (for example UYVY to YUYV) within the same colorspace, and
209 IDMAC channel. For example, if the CSI sink pad is receiving in UYVY
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/
Dmdp_format.c126 FMT(UYVY, 0, 8, 8, 8, 1, 0, 2, 0, false, true, 2, 4,
/kernel/linux/linux-5.10/drivers/gpu/drm/armada/
Darmada_fb.c45 FMT(UYVY, 422PACK, CFG_YUV2RGB); in armada_framebuffer_create()
/kernel/linux/linux-5.10/drivers/video/fbdev/kyro/
DSTG4000Reg.h70 UYVY, VYUY, YUYV, YVYU enumerator
/kernel/linux/linux-5.10/drivers/staging/media/tegra-video/
Dtegra210.c613 TEGRA210_VIDEO_FMT(YUV422_8, 16, UYVY8_1X16, 2, T_U8_Y8__V8_Y8, UYVY),
618 TEGRA210_VIDEO_FMT(YUV422_8, 16, UYVY8_2X8, 2, T_U8_Y8__V8_Y8, UYVY),
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
Dexynos_drm_scaler.c638 { IPP_SRCDST_FORMAT(UYVY, scaler_5420_two_pixel_h_limits) },
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_formats.c442 INTERLEAVED_YUV_FMT(UYVY,
/kernel/linux/linux-5.10/Documentation/arm/omap/
Ddss.rst29 - YUV2, UYVY
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0027_linux_drivers_media.patch4759 + .name = "UYVY-16",
D0020_linux_drivers_gpu.patch37204 +#define UYVY BIT(8)
D0036_linux_drivers_staging.patch36108 + { 0x4300, 0x3a, 0 },/* YUV order UYVY */
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0005_linux_include.patch10632 +#define MIPI_DT_YUV420 0x18 /* YYY.../UYVY.... */
10634 +#define MIPI_DT_YUV422 0x1e /* UYVY... */
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch34229 + DRM_FORMAT_UYVY, /* yuv422_8bit[UYVY] linear mode or non-Linear mode */