Home
last modified time | relevance | path

Searched refs:V4L2_PIX_FMT_VUYX32 (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/media/platform/nxp/
Dimx-pxp.c105 .fourcc = V4L2_PIX_FMT_VUYX32,
284 case V4L2_PIX_FMT_VUYX32: return BV_PXP_PS_CTRL_FORMAT__YUV1P444; in pxp_v4l2_pix_fmt_to_ps_format()
314 case V4L2_PIX_FMT_VUYX32: return BV_PXP_OUT_CTRL_FORMAT__YUV1P444; in pxp_v4l2_pix_fmt_to_out_format()
331 case V4L2_PIX_FMT_VUYX32: in pxp_v4l2_pix_fmt_is_yuv()
/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dpixfmt-packed-yuv.rst215 - ``V4L2_PIX_FMT_VUYX32``
/linux-6.12.1/drivers/media/test-drivers/vivid/
Dvivid-vid-common.c195 .fourcc = V4L2_PIX_FMT_VUYX32,
/linux-6.12.1/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c300 case V4L2_PIX_FMT_VUYX32: in tpg_s_fourcc()
448 case V4L2_PIX_FMT_VUYX32: in tpg_s_fourcc()
1427 case V4L2_PIX_FMT_VUYX32: in gen_twopix()
/linux-6.12.1/include/uapi/linux/
Dvideodev2.h629 #define V4L2_PIX_FMT_VUYX32 v4l2_fourcc('V', 'U', 'Y', 'X') /* 32 VUYX-8-8-8-8 */ macro
/linux-6.12.1/drivers/media/v4l2-core/
Dv4l2-ioctl.c1353 case V4L2_PIX_FMT_VUYX32: descr = "32-bit VUYX 8-8-8-8"; break; in v4l_fill_fmtdesc()