Searched refs:v4l2_fourcc (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/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) | (1 << 31)) 492 #define V4L2_PIX_FMT_RGB332 v4l2_fourcc('R', 'G', 'B', '1') /* 8 RGB-3-3-2 */ 493 #define V4L2_PIX_FMT_RGB444 v4l2_fourcc('R', '4', '4', '4') /* 16 xxxxrrrr ggggbbbb */ 494 #define V4L2_PIX_FMT_ARGB444 v4l2_fourcc('A', 'R', '1', '2') /* 16 aaaarrrr ggggbbbb */ 495 #define V4L2_PIX_FMT_XRGB444 v4l2_fourcc('X', 'R', '1', '2') /* 16 xxxxrrrr ggggbbbb */ 496 #define V4L2_PIX_FMT_RGB555 v4l2_fourcc('R', 'G', 'B', 'O') /* 16 RGB-5-5-5 */ 497 #define V4L2_PIX_FMT_ARGB555 v4l2_fourcc('A', 'R', '1', '5') /* 16 ARGB-1-5-5-5 */ 498 #define V4L2_PIX_FMT_XRGB555 v4l2_fourcc('X', 'R', '1', '5') /* 16 XRGB-1-5-5-5 */ 499 #define V4L2_PIX_FMT_RGB565 v4l2_fourcc('R', 'G', 'B', 'P') /* 16 RGB-5-6-5 */ [all …]
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-enum-fmt.rst | 79 computed by the v4l2_fourcc() macro: 84 ``#define v4l2_fourcc(a,b,c,d)``
|
D | hist-v4l2.rst | 230 the ``videodev.h`` header file was renamed to ``v4l2_fourcc``.
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | fourcc.rst | 4 Guidelines for Video4Linux 4CC codes defined using v4l2_fourcc() are
|
/Linux-v4.19/include/video/ |
D | imx-ipu-v3.h | 31 #define IPU_PIX_FMT_GBR24 v4l2_fourcc('G', 'B', 'R', '3')
|
/Linux-v4.19/drivers/media/usb/msi2500/ |
D | msi2500.c | 61 #define MSI2500_PIX_FMT_SDR_S12 v4l2_fourcc('D', 'S', '1', '2') 63 #define MSI2500_PIX_FMT_SDR_MSI2500_384 v4l2_fourcc('M', '3', '8', '4')
|
/Linux-v4.19/Documentation/media/ |
D | videodev2.h.rst.exceptions | 493 ignore define v4l2_fourcc
|