Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dvideodev2.h81 #define v4l2_fourcc(a, b, c, d)\ macro
83 #define v4l2_fourcc_be(a, b, c, d) (v4l2_fourcc(a, b, c, d) | (1U << 31))
540 #define V4L2_PIX_FMT_RGB332 v4l2_fourcc('R', 'G', 'B', '1') /* 8 RGB-3-3-2 */
541 #define V4L2_PIX_FMT_RGB444 v4l2_fourcc('R', '4', '4', '4') /* 16 xxxxrrrr ggggbbbb */
542 #define V4L2_PIX_FMT_ARGB444 v4l2_fourcc('A', 'R', '1', '2') /* 16 aaaarrrr ggggbbbb */
543 #define V4L2_PIX_FMT_XRGB444 v4l2_fourcc('X', 'R', '1', '2') /* 16 xxxxrrrr ggggbbbb */
544 #define V4L2_PIX_FMT_RGBA444 v4l2_fourcc('R', 'A', '1', '2') /* 16 rrrrgggg bbbbaaaa */
545 #define V4L2_PIX_FMT_RGBX444 v4l2_fourcc('R', 'X', '1', '2') /* 16 rrrrgggg bbbbxxxx */
546 #define V4L2_PIX_FMT_ABGR444 v4l2_fourcc('A', 'B', '1', '2') /* 16 aaaabbbb ggggrrrr */
547 #define V4L2_PIX_FMT_XBGR444 v4l2_fourcc('X', 'B', '1', '2') /* 16 xxxxbbbb ggggrrrr */
[all …]
/linux-6.1.9/Documentation/userspace-api/media/v4l/
Dfourcc.rst6 Guidelines for Video4Linux 4CC codes defined using v4l2_fourcc() are
Dvidioc-enum-fmt.rst112 computed by the v4l2_fourcc() macro:
117 ``#define v4l2_fourcc(a,b,c,d)``
Dhist-v4l2.rst219 the ``videodev.h`` header file was renamed to ``v4l2_fourcc``.
/linux-6.1.9/include/video/
Dimx-ipu-v3.h32 #define IPU_PIX_FMT_GBR24 v4l2_fourcc('G', 'B', 'R', '3')
/linux-6.1.9/drivers/staging/media/ipu3/include/uapi/
Dintel-ipu3.h13 #define V4L2_META_FMT_IPU3_PARAMS v4l2_fourcc('i', 'p', '3', 'p')
15 #define V4L2_META_FMT_IPU3_STAT_3A v4l2_fourcc('i', 'p', '3', 's')
/linux-6.1.9/drivers/media/usb/msi2500/
Dmsi2500.c52 #define MSI2500_PIX_FMT_SDR_S12 v4l2_fourcc('D', 'S', '1', '2')
54 #define MSI2500_PIX_FMT_SDR_MSI2500_384 v4l2_fourcc('M', '3', '8', '4')
/linux-6.1.9/drivers/staging/media/atomisp/include/linux/
Datomisp.h54 #define V4L2_PIX_FMT_CUSTOM_M10MO_RAW v4l2_fourcc('M', '1', '0', '1')
/linux-6.1.9/Documentation/userspace-api/media/
Dvideodev2.h.rst.exceptions541 ignore define v4l2_fourcc