Searched refs:v4l2_fourcc (Results 1 - 4 of 4) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/usb/ |
H A D | videodev2.h | 81 #define v4l2_fourcc(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | ((__u32)(c) << 16) | ((__u32)(d) << 24))
macro 82 #define v4l2_fourcc_be(a, b, c, d) (v4l2_fourcc(a, b, c, d) | (1U << 31))
500 #define V4L2_PIX_FMT_RGB332 v4l2_fourcc('R', 'G', 'B', '1') /* 8 RGB-3-3-2 */
501 #define V4L2_PIX_FMT_RGB444 v4l2_fourcc('R', '4', '4', '4') /* 16 xxxxrrrr ggggbbbb */
502 #define V4L2_PIX_FMT_ARGB444 v4l2_fourcc('A', 'R', '1', '2') /* 16 aaaarrrr ggggbbbb */
503 #define V4L2_PIX_FMT_XRGB444 v4l2_fourcc('X', 'R', '1', '2') /* 16 xxxxrrrr ggggbbbb */
504 #define V4L2_PIX_FMT_RGBA444 v4l2_fourcc('R', 'A', '1', '2') /* 16 rrrrgggg bbbbaaaa */
505 #define V4L2_PIX_FMT_RGBX444 v4l2_fourcc('R', 'X', '1', '2') /* 16 rrrrgggg bbbbxxxx */
506 #define V4L2_PIX_FMT_ABGR444 v4l2_fourcc('A', 'B', '1', '2') /* 16 aaaabbbb ggggrrrr */
507 #define V4L2_PIX_FMT_XBGR444 v4l2_fourcc(' [all...] |
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/ |
H A D | videodev2.h | 81 #define v4l2_fourcc(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | ((__u32)(c) << 16) | ((__u32)(d) << 24))
macro 82 #define v4l2_fourcc_be(a, b, c, d) (v4l2_fourcc(a, b, c, d) | (1U << 31))
500 #define V4L2_PIX_FMT_RGB332 v4l2_fourcc('R', 'G', 'B', '1') /* 8 RGB-3-3-2 */
501 #define V4L2_PIX_FMT_RGB444 v4l2_fourcc('R', '4', '4', '4') /* 16 xxxxrrrr ggggbbbb */
502 #define V4L2_PIX_FMT_ARGB444 v4l2_fourcc('A', 'R', '1', '2') /* 16 aaaarrrr ggggbbbb */
503 #define V4L2_PIX_FMT_XRGB444 v4l2_fourcc('X', 'R', '1', '2') /* 16 xxxxrrrr ggggbbbb */
504 #define V4L2_PIX_FMT_RGBA444 v4l2_fourcc('R', 'A', '1', '2') /* 16 rrrrgggg bbbbaaaa */
505 #define V4L2_PIX_FMT_RGBX444 v4l2_fourcc('R', 'X', '1', '2') /* 16 rrrrgggg bbbbxxxx */
506 #define V4L2_PIX_FMT_ABGR444 v4l2_fourcc('A', 'B', '1', '2') /* 16 aaaabbbb ggggrrrr */
507 #define V4L2_PIX_FMT_XBGR444 v4l2_fourcc(' [all...] |
H A D | rk-video-format.h | 9 #define v4l2_fourcc(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | ((__u32)(c) << 16) | ((__u32)(d) << 24)) macro 10 #define v4l2_fourcc_be(a, b, c, d) (v4l2_fourcc(a, b, c, d) | (1U << 31)) 13 #define V4L2_PIX_FMT_FBC2 v4l2_fourcc('F', 'B', 'C', '2') 15 #define V4L2_PIX_FMT_FBC0 v4l2_fourcc('F', 'B', 'C', '0') 16 #define V4L2_PIX_FMT_FBCG v4l2_fourcc('F', 'B', 'C', 'G') 18 #define V4l2_PIX_FMT_EBD8 v4l2_fourcc('E', 'B', 'D', '8') 20 #define V4l2_PIX_FMT_SPD16 v4l2_fourcc('S', 'P', 'D', '6') 23 #define V4L2_META_FMT_RK_ISP1_PARAMS v4l2_fourcc('R', 'K', '1', 'P') /* Rockchip ISP1 params */ 24 #define V4L2_META_FMT_RK_ISP1_STAT_3A v4l2_fourcc('R', 'K', '1', 'S') /* Rockchip ISP1 3A statistics */ 25 #define V4L2_META_FMT_RK_ISP1_STAT_LUMA v4l2_fourcc(' [all...] |
/device/soc/rockchip/rk3588/kernel/include/uapi/linux/ |
H A D | rk-video-format.h | 9 #define v4l2_fourcc(a, b, c, d)\ macro 11 #define v4l2_fourcc_be(a, b, c, d) (v4l2_fourcc(a, b, c, d) | (1U << 31)) 14 #define V4L2_PIX_FMT_FBC2 v4l2_fourcc('F', 'B', 'C', '2') 16 #define V4L2_PIX_FMT_FBC0 v4l2_fourcc('F', 'B', 'C', '0') 17 #define V4L2_PIX_FMT_FBCG v4l2_fourcc('F', 'B', 'C', 'G') 19 #define V4l2_PIX_FMT_EBD8 v4l2_fourcc('E', 'B', 'D', '8') 21 #define V4l2_PIX_FMT_SPD16 v4l2_fourcc('S', 'P', 'D', '6') 24 #define V4L2_META_FMT_RK_ISP1_PARAMS v4l2_fourcc('R', 'K', '1', 'P') /* Rockchip ISP1 params */ 25 #define V4L2_META_FMT_RK_ISP1_STAT_3A v4l2_fourcc('R', 'K', '1', 'S') /* Rockchip ISP1 3A statistics */ 26 #define V4L2_META_FMT_RK_ISP1_STAT_LUMA v4l2_fourcc(' [all...] |
Completed in 10 milliseconds