Home
last modified time | relevance | path

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

/Linux-v5.10/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))
521 #define V4L2_PIX_FMT_RGB332 v4l2_fourcc('R', 'G', 'B', '1') /* 8 RGB-3-3-2 */
522 #define V4L2_PIX_FMT_RGB444 v4l2_fourcc('R', '4', '4', '4') /* 16 xxxxrrrr ggggbbbb */
523 #define V4L2_PIX_FMT_ARGB444 v4l2_fourcc('A', 'R', '1', '2') /* 16 aaaarrrr ggggbbbb */
524 #define V4L2_PIX_FMT_XRGB444 v4l2_fourcc('X', 'R', '1', '2') /* 16 xxxxrrrr ggggbbbb */
525 #define V4L2_PIX_FMT_RGBA444 v4l2_fourcc('R', 'A', '1', '2') /* 16 rrrrgggg bbbbaaaa */
526 #define V4L2_PIX_FMT_RGBX444 v4l2_fourcc('R', 'X', '1', '2') /* 16 rrrrgggg bbbbxxxx */
527 #define V4L2_PIX_FMT_ABGR444 v4l2_fourcc('A', 'B', '1', '2') /* 16 aaaabbbb ggggrrrr */
528 #define V4L2_PIX_FMT_XBGR444 v4l2_fourcc('X', 'B', '1', '2') /* 16 xxxxbbbb ggggrrrr */
[all …]
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dfourcc.rst6 Guidelines for Video4Linux 4CC codes defined using v4l2_fourcc() are
Dvidioc-enum-fmt.rst110 computed by the v4l2_fourcc() macro:
115 ``#define v4l2_fourcc(a,b,c,d)``
Dhist-v4l2.rst219 the ``videodev.h`` header file was renamed to ``v4l2_fourcc``.
/Linux-v5.10/include/media/
Dvp8-ctrls.h16 #define V4L2_PIX_FMT_VP8_FRAME v4l2_fourcc('V', 'P', '8', 'F')
Dh264-ctrls.h25 #define V4L2_PIX_FMT_H264_SLICE v4l2_fourcc('S', '2', '6', '4') /* H264 parsed slices */
Dhevc-ctrls.h17 #define V4L2_PIX_FMT_HEVC_SLICE v4l2_fourcc('S', '2', '6', '5') /* HEVC parsed slices */
/Linux-v5.10/drivers/staging/media/rkisp1/uapi/
Drkisp1-config.h13 #define V4L2_META_FMT_RK_ISP1_PARAMS v4l2_fourcc('R', 'K', '1', 'P') /* Rockchip ISP1 params */
14 #define V4L2_META_FMT_RK_ISP1_STAT_3A v4l2_fourcc('R', 'K', '1', 'S') /* Rockchip ISP1 3A statisti…
/Linux-v5.10/include/video/
Dimx-ipu-v3.h31 #define IPU_PIX_FMT_GBR24 v4l2_fourcc('G', 'B', 'R', '3')
/Linux-v5.10/drivers/staging/media/ipu3/include/
Dintel-ipu3.h12 #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.10/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-v5.10/drivers/staging/media/atomisp/include/linux/
Datomisp.h54 #define V4L2_PIX_FMT_CUSTOM_M10MO_RAW v4l2_fourcc('M', '1', '0', '1')
/Linux-v5.10/Documentation/userspace-api/media/
Dvideodev2.h.rst.exceptions521 ignore define v4l2_fourcc