Searched refs:v4l2_fourcc (Results 1 – 10 of 10) sorted by relevance
/linux/include/uapi/linux/ |
A D | videodev2.h | 81 #define v4l2_fourcc(a, b, c, d)\ macro 646 #define V4L2_PIX_FMT_SBGGR10P v4l2_fourcc('p', 'B', 'A', 'A') 647 #define V4L2_PIX_FMT_SGBRG10P v4l2_fourcc('p', 'G', 'A', 'A') 648 #define V4L2_PIX_FMT_SGRBG10P v4l2_fourcc('p', 'g', 'A', 'A') 649 #define V4L2_PIX_FMT_SRGGB10P v4l2_fourcc('p', 'R', 'A', 'A') 665 #define V4L2_PIX_FMT_SBGGR12P v4l2_fourcc('p', 'B', 'C', 'C') 666 #define V4L2_PIX_FMT_SGBRG12P v4l2_fourcc('p', 'G', 'C', 'C') 667 #define V4L2_PIX_FMT_SGRBG12P v4l2_fourcc('p', 'g', 'C', 'C') 668 #define V4L2_PIX_FMT_SRGGB12P v4l2_fourcc('p', 'R', 'C', 'C') 684 #define V4L2_PIX_FMT_HSV24 v4l2_fourcc('H', 'S', 'V', '3') [all …]
|
/linux/Documentation/userspace-api/media/v4l/ |
A D | fourcc.rst | 6 Guidelines for Video4Linux 4CC codes defined using v4l2_fourcc() are
|
A D | vidioc-enum-fmt.rst | 112 computed by the v4l2_fourcc() macro: 117 ``#define v4l2_fourcc(a,b,c,d)``
|
A D | hist-v4l2.rst | 219 the ``videodev.h`` header file was renamed to ``v4l2_fourcc``.
|
/linux/include/media/ |
A D | hevc-ctrls.h | 17 #define V4L2_PIX_FMT_HEVC_SLICE v4l2_fourcc('S', '2', '6', '5') /* HEVC parsed slices */
|
/linux/drivers/staging/media/ipu3/include/uapi/ |
A D | intel-ipu3.h | 13 #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/ |
A D | imx-ipu-v3.h | 32 #define IPU_PIX_FMT_GBR24 v4l2_fourcc('G', 'B', 'R', '3')
|
/linux/drivers/media/usb/msi2500/ |
A 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/drivers/staging/media/atomisp/include/linux/ |
A D | atomisp.h | 54 #define V4L2_PIX_FMT_CUSTOM_M10MO_RAW v4l2_fourcc('M', '1', '0', '1')
|
/linux/Documentation/userspace-api/media/ |
A D | videodev2.h.rst.exceptions | 529 ignore define v4l2_fourcc
|
Completed in 43 milliseconds