Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dvideodev2.h80 #define v4l2_fourcc(a, b, c, d)\ macro
82 #define v4l2_fourcc_be(a, b, c, d) (v4l2_fourcc(a, b, c, d) | (1 << 31))
378 #define V4L2_PIX_FMT_RGB332 v4l2_fourcc('R', 'G', 'B', '1') /* 8 RGB-3-3-2 */
379 #define V4L2_PIX_FMT_RGB444 v4l2_fourcc('R', '4', '4', '4') /* 16 xxxxrrrr ggggbbbb */
380 #define V4L2_PIX_FMT_ARGB444 v4l2_fourcc('A', 'R', '1', '2') /* 16 aaaarrrr ggggbbbb */
381 #define V4L2_PIX_FMT_XRGB444 v4l2_fourcc('X', 'R', '1', '2') /* 16 xxxxrrrr ggggbbbb */
382 #define V4L2_PIX_FMT_RGB555 v4l2_fourcc('R', 'G', 'B', 'O') /* 16 RGB-5-5-5 */
383 #define V4L2_PIX_FMT_ARGB555 v4l2_fourcc('A', 'R', '1', '5') /* 16 ARGB-1-5-5-5 */
384 #define V4L2_PIX_FMT_XRGB555 v4l2_fourcc('X', 'R', '1', '5') /* 16 XRGB-1-5-5-5 */
385 #define V4L2_PIX_FMT_RGB565 v4l2_fourcc('R', 'G', 'B', 'P') /* 16 RGB-5-6-5 */
[all …]
/linux-4.1.27/Documentation/video4linux/
D4CCs.txt4 Guidelines for Video4Linux 4CC codes defined using v4l2_fourcc() are
/linux-4.1.27/include/video/
Dimx-ipu-v3.h30 #define IPU_PIX_FMT_GBR24 v4l2_fourcc('G', 'B', 'R', '3')
/linux-4.1.27/drivers/media/usb/msi2500/
Dmsi2500.c63 #define MSI2500_PIX_FMT_SDR_S12 v4l2_fourcc('D', 'S', '1', '2')
65 #define MSI2500_PIX_FMT_SDR_MSI2500_384 v4l2_fourcc('M', '3', '8', '4')