Searched refs:v4l2_fourcc (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/include/uapi/linux/ |
D | videodev2.h | 81 #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)) 513 #define V4L2_PIX_FMT_RGB332 v4l2_fourcc('R', 'G', 'B', '1') /* 8 RGB-3-3-2 */ 514 #define V4L2_PIX_FMT_RGB444 v4l2_fourcc('R', '4', '4', '4') /* 16 xxxxrrrr ggggbbbb */ 515 #define V4L2_PIX_FMT_ARGB444 v4l2_fourcc('A', 'R', '1', '2') /* 16 aaaarrrr ggggbbbb */ 516 #define V4L2_PIX_FMT_XRGB444 v4l2_fourcc('X', 'R', '1', '2') /* 16 xxxxrrrr ggggbbbb */ 517 #define V4L2_PIX_FMT_RGBA444 v4l2_fourcc('R', 'A', '1', '2') /* 16 rrrrgggg bbbbaaaa */ 518 #define V4L2_PIX_FMT_RGBX444 v4l2_fourcc('R', 'X', '1', '2') /* 16 rrrrgggg bbbbxxxx */ 519 #define V4L2_PIX_FMT_ABGR444 v4l2_fourcc('A', 'B', '1', '2') /* 16 aaaabbbb ggggrrrr */ 520 #define V4L2_PIX_FMT_XBGR444 v4l2_fourcc('X', 'B', '1', '2') /* 16 xxxxbbbb ggggrrrr */ [all …]
|
/Linux-v5.4/Documentation/media/v4l-drivers/ |
D | fourcc.rst | 6 Guidelines for Video4Linux 4CC codes defined using v4l2_fourcc() are
|
/Linux-v5.4/include/media/ |
D | vp8-ctrls.h | 16 #define V4L2_PIX_FMT_VP8_FRAME v4l2_fourcc('V', 'P', '8', 'F')
|
D | h264-ctrls.h | 17 #define V4L2_PIX_FMT_H264_SLICE v4l2_fourcc('S', '2', '6', '4') /* H264 parsed slices */
|
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | vidioc-enum-fmt.rst | 90 computed by the v4l2_fourcc() macro: 95 ``#define v4l2_fourcc(a,b,c,d)``
|
D | hist-v4l2.rst | 237 the ``videodev.h`` header file was renamed to ``v4l2_fourcc``.
|
/Linux-v5.4/include/video/ |
D | imx-ipu-v3.h | 31 #define IPU_PIX_FMT_GBR24 v4l2_fourcc('G', 'B', 'R', '3')
|
/Linux-v5.4/drivers/staging/media/ipu3/include/ |
D | intel-ipu3.h | 12 #define V4L2_META_FMT_IPU3_PARAMS v4l2_fourcc('i', 'p', '3', 'p') /* IPU3 processing parameters */ 13 #define V4L2_META_FMT_IPU3_STAT_3A v4l2_fourcc('i', 'p', '3', 's') /* IPU3 3A statistics */
|
/Linux-v5.4/drivers/media/usb/msi2500/ |
D | msi2500.c | 52 #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-v5.4/Documentation/media/ |
D | videodev2.h.rst.exceptions | 509 ignore define v4l2_fourcc
|