Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dipu_pixfmt.h39 #define IPU_PIX_FMT_BGR32 fourcc('B', 'G', 'R', '4') /*< 32 BGR-8-8-8-8 */ macro
/rk3399_rockchip-uboot/drivers/video/
H A Dipu_common.c858 case IPU_PIX_FMT_BGR32: in ipu_ch_param_init()
1201 case IPU_PIX_FMT_BGR32: in bytes_per_pixel()
1222 case IPU_PIX_FMT_BGR32: in format_to_colorspace()
H A Dmxc_ipuv3_fb.c106 pixfmt = IPU_PIX_FMT_BGR32; in bpp_to_pixfmt()