Home
last modified time | relevance | path

Searched refs:V4L2_PIX_FMT_YVU410 (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dpixfmt-yuv410.rst7 V4L2_PIX_FMT_YVU410 ('YVU9'), V4L2_PIX_FMT_YUV410 ('YUV9')
21 first. The Y plane has one byte per pixel. For ``V4L2_PIX_FMT_YVU410``,
H A Ddiff-v4l.rst335 - :ref:`V4L2_PIX_FMT_YVU410 <V4L2-PIX-FMT-YVU410>`
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-common.c271 …{ .format = V4L2_PIX_FMT_YVU410, .pixel_enc = V4L2_PIXEL_ENC_YUV, .mem_planes = 1, .comp_planes =… in v4l2_format_info()
H A Dv4l2-ioctl.c1322 case V4L2_PIX_FMT_YVU410: descr = "Planar YVU 4:1:0"; break; in v4l_fill_fmtdesc()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dvideodev2.h571 #define V4L2_PIX_FMT_YVU410 v4l2_fourcc('Y', 'V', 'U', '9') /* 9 YVU 4:1:0 */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dvideodev2.h571 #define V4L2_PIX_FMT_YVU410 v4l2_fourcc('Y', 'V', 'U', '9') /* 9 YVU 4:1:0 */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvideodev2.h622 #define V4L2_PIX_FMT_YVU410 v4l2_fourcc('Y', 'V', 'U', '9') /* 9 YVU 4:1:0 */ macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dvideodev2.h624 #define V4L2_PIX_FMT_YVU410 v4l2_fourcc('Y', 'V', 'U', '9') /* 9 YVU 4:1:0 */ macro
/OK3568_Linux_fs/kernel/drivers/media/pci/bt8xx/
H A Dbttv-driver.c600 .fourcc = V4L2_PIX_FMT_YVU410,