Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dipu_pixfmt.h19 #define fourcc(a, b, c, d)\ macro
27 #define IPU_PIX_FMT_GENERIC fourcc('I', 'P', 'U', '0')
28 #define IPU_PIX_FMT_GENERIC_32 fourcc('I', 'P', 'U', '1')
29 #define IPU_PIX_FMT_LVDS666 fourcc('L', 'V', 'D', '6')
30 #define IPU_PIX_FMT_LVDS888 fourcc('L', 'V', 'D', '8')
32 #define IPU_PIX_FMT_RGB332 fourcc('R', 'G', 'B', '1') /*< 8 RGB-3-3-2 */
33 #define IPU_PIX_FMT_RGB555 fourcc('R', 'G', 'B', 'O') /*< 16 RGB-5-5-5 */
34 #define IPU_PIX_FMT_RGB565 fourcc('R', 'G', 'B', 'P') /*< 1 6 RGB-5-6-5 */
35 #define IPU_PIX_FMT_RGB666 fourcc('R', 'G', 'B', '6') /*< 18 RGB-6-6-6 */
36 #define IPU_PIX_FMT_BGR666 fourcc('B', 'G', 'R', '6') /*< 18 BGR-6-6-6 */
[all …]