Home
last modified time | relevance | path

Searched refs:YUYV (Results 1 – 25 of 27) sorted by relevance

12

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dpixfmt-yuyv.rst3 .. _V4L2-PIX-FMT-YUYV:
6 V4L2_PIX_FMT_YUYV ('YUYV')
H A Drw.rst28 $ vidctrl /dev/video --input=0 --format=YUYV --size=352x288
H A Dpixfmt-yuv422p.rst17 This format is not commonly used. This is a planar version of the YUYV
H A Dlibv4l-introduction.rst51 :ref:`V4L2_PIX_FMT_YUYV <V4L2-PIX-FMT-YUYV>`,
H A Dpixfmt-reserved.rst70 - YUYV per line used by the gspca driver.
H A Ddiff-v4l.rst317 - :ref:`V4L2_PIX_FMT_YUYV <V4L2-PIX-FMT-YUYV>`
319 - :ref:`V4L2_PIX_FMT_YUYV <V4L2-PIX-FMT-YUYV>`
/OK3568_Linux_fs/external/rockchip-test/camera/
H A Dcamera_stresstest_v4l2.sh27 …v4l2-ctl -d "$j" --set-fmt-video=width=640,height=480,pixelformat=YUYV --stream-mmap=3 --stream-co…
/OK3568_Linux_fs/debian/overlay-debug/rockchip-test/camera/
H A Dcamera_stresstest_v4l2.sh24 …v4l2-ctl -d "$j" --set-fmt-video=width=640,height=480,pixelformat=YUYV --stream-mmap=3 --stream-co…
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A 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 /
H A Dimx.rst26 re-ordering (for example UYVY to YUYV) within the same colorspace, and
211 in YUYV order. Also, if the CSI sink pad is receiving a packed YUV
689 this, use lower resolution and/or packed formats (YUYV, RGB3, etc.)
/OK3568_Linux_fs/kernel/drivers/gpu/drm/armada/
H A Darmada_fb.c44 FMT(YUYV, 422PACK, CFG_YUV2RGB | CFG_SWAPYU | CFG_SWAPUV); in armada_framebuffer_create()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/
H A Dmdp_format.c128 FMT(YUYV, 0, 8, 8, 8, 0, 1, 0, 2, false, true, 2, 4,
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dgstkmsutils.c61 DEF_FMT (YUYV, YUY2),
/OK3568_Linux_fs/buildroot/package/libcamera/
H A DConfig.in106 NV12|YUV420|NV16|YUYV|ANY
H A D0003-HACK-pipeline-Support-custom-pipeline.patch246 + else if (!strcmp(pixelFormat, "YUYV"))
247 + pixelFormat_ = formats::YUYV;
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/
H A D0024-kmssink-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV1.patch80 + /* The bpp of YUYV (AFBC) is 16 */
331 DEF_FMT (YUYV, YUY2),
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0025-kmssink-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV1.patch72 + /* The bpp of YUYV (AFBC) is 16 */
323 DEF_FMT (YUYV, YUY2),
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/
H A D0025-kmssink-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV1.patch72 + /* The bpp of YUYV (AFBC) is 16 */
323 DEF_FMT (YUYV, YUY2),
/OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/
H A Dexynos_drm_scaler.c635 { IPP_SRCDST_FORMAT(YUYV, scaler_5420_two_pixel_h_limits) },
698 { IPP_SRCDST_TILE_FORMAT(YUYV, scaler_5420_tile_limits) },
/OK3568_Linux_fs/kernel/drivers/video/fbdev/kyro/
H A DSTG4000Reg.h70 UYVY, VYUY, YUYV, YVYU enumerator
/OK3568_Linux_fs/kernel/drivers/staging/media/tegra-video/
H A Dtegra210.c615 TEGRA210_VIDEO_FMT(YUV422_8, 16, YUYV8_1X16, 2, T_Y8_U8__Y8_V8, YUYV),
620 TEGRA210_VIDEO_FMT(YUV422_8, 16, YUYV8_2X8, 2, T_Y8_U8__Y8_V8, YUYV),
/OK3568_Linux_fs/external/linux-rga/docs/
H A DRockchip_FAQ_RGA_CN.md1028 **Q2.8**:RGA支持YUYV格式么?
1037 Add support for Y4/YUV400/YUYV in imcheck().
H A DRockchip_FAQ_RGA_EN.md1017 **Q2.8**:Does RGA support YUYV format?
1019 **A2.8**:Older version librga (librga in the SDK released before October 2020) do not support YUYV
1026 Add support for Y4/YUV400/YUYV in imcheck().
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/kmssrc/
H A Dgstkmssrc.c536 KMSSRC_CASE_FOURCC (YUYV, YUY2); in gst_kms_src_update_info()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_formats.c448 INTERLEAVED_YUV_FMT(YUYV,

12