| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-yuyv.rst | 3 .. _V4L2-PIX-FMT-YUYV: 6 V4L2_PIX_FMT_YUYV ('YUYV')
|
| H A D | rw.rst | 28 $ vidctrl /dev/video --input=0 --format=YUYV --size=352x288
|
| H A D | pixfmt-yuv422p.rst | 17 This format is not commonly used. This is a planar version of the YUYV
|
| H A D | libv4l-introduction.rst | 51 :ref:`V4L2_PIX_FMT_YUYV <V4L2-PIX-FMT-YUYV>`,
|
| H A D | pixfmt-reserved.rst | 70 - YUYV per line used by the gspca driver.
|
| H A D | diff-v4l.rst | 317 - :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 D | camera_stresstest_v4l2.sh | 27 …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 D | camera_stresstest_v4l2.sh | 24 …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 D | qcom_camss.rst | 60 - 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 D | imx.rst | 26 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 D | armada_fb.c | 44 FMT(YUYV, 422PACK, CFG_YUV2RGB | CFG_SWAPYU | CFG_SWAPUV); in armada_framebuffer_create()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/ |
| H A D | mdp_format.c | 128 FMT(YUYV, 0, 8, 8, 8, 0, 1, 0, 2, false, true, 2, 4,
|
| /OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/ |
| H A D | gstkmsutils.c | 61 DEF_FMT (YUYV, YUY2),
|
| /OK3568_Linux_fs/buildroot/package/libcamera/ |
| H A D | Config.in | 106 NV12|YUV420|NV16|YUYV|ANY
|
| H A D | 0003-HACK-pipeline-Support-custom-pipeline.patch | 246 + 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 D | 0024-kmssink-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV1.patch | 80 + /* The bpp of YUYV (AFBC) is 16 */ 331 DEF_FMT (YUYV, YUY2),
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/ |
| H A D | 0025-kmssink-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV1.patch | 72 + /* 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 D | 0025-kmssink-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV1.patch | 72 + /* The bpp of YUYV (AFBC) is 16 */ 323 DEF_FMT (YUYV, YUY2),
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/ |
| H A D | exynos_drm_scaler.c | 635 { 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 D | STG4000Reg.h | 70 UYVY, VYUY, YUYV, YVYU enumerator
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/tegra-video/ |
| H A D | tegra210.c | 615 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 D | Rockchip_FAQ_RGA_CN.md | 1028 **Q2.8**:RGA支持YUYV格式么? 1037 Add support for Y4/YUV400/YUYV in imcheck().
|
| H A D | Rockchip_FAQ_RGA_EN.md | 1017 **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 D | gstkmssrc.c | 536 KMSSRC_CASE_FOURCC (YUYV, YUY2); in gst_kms_src_update_info()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_formats.c | 448 INTERLEAVED_YUV_FMT(YUYV,
|