Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A 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))
541 #define V4L2_PIX_FMT_RGB332 v4l2_fourcc('R', 'G', 'B', '1') /* 8 RGB-3-3-2 */
542 #define V4L2_PIX_FMT_RGB444 v4l2_fourcc('R', '4', '4', '4') /* 16 xxxxrrrr ggggbbbb */
543 #define V4L2_PIX_FMT_ARGB444 v4l2_fourcc('A', 'R', '1', '2') /* 16 aaaarrrr ggggbbbb */
544 #define V4L2_PIX_FMT_XRGB444 v4l2_fourcc('X', 'R', '1', '2') /* 16 xxxxrrrr ggggbbbb */
545 #define V4L2_PIX_FMT_RGBA444 v4l2_fourcc('R', 'A', '1', '2') /* 16 rrrrgggg bbbbaaaa */
546 #define V4L2_PIX_FMT_RGBX444 v4l2_fourcc('R', 'X', '1', '2') /* 16 rrrrgggg bbbbxxxx */
547 #define V4L2_PIX_FMT_ABGR444 v4l2_fourcc('A', 'B', '1', '2') /* 16 aaaabbbb ggggrrrr */
548 #define V4L2_PIX_FMT_XBGR444 v4l2_fourcc('X', 'B', '1', '2') /* 16 xxxxbbbb ggggrrrr */
[all …]
/linux/drivers/staging/media/sunxi/sun6i-isp/uapi/
H A Dsun6i-isp-config.h11 #define V4L2_META_FMT_SUN6I_ISP_PARAMS v4l2_fourcc('S', '6', 'I', 'P') /* Allwinner A31 ISP Paramet…
/linux/Documentation/userspace-api/media/v4l/
H A Dfourcc.rst6 Guidelines for Video4Linux 4CC codes defined using v4l2_fourcc() are
H A Dvidioc-enum-fmt.rst112 computed by the v4l2_fourcc() macro:
117 ``#define v4l2_fourcc(a,b,c,d)``
H A Dhist-v4l2.rst219 the ``videodev.h`` header file was renamed to ``v4l2_fourcc``.
/linux/drivers/staging/media/ipu3/include/uapi/
H A 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/include/video/
H A Dimx-ipu-v3.h32 #define IPU_PIX_FMT_GBR24 v4l2_fourcc('G', 'B', 'R', '3')
/linux/drivers/staging/media/atomisp/include/linux/
H A Datomisp.h52 #define V4L2_PIX_FMT_CUSTOM_M10MO_RAW v4l2_fourcc('M', '1', '0', '1')
/linux/drivers/media/usb/msi2500/
H A 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/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions547 ignore define v4l2_fourcc