Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dipu_pixfmt.h37 #define IPU_PIX_FMT_BGR24 fourcc('B', 'G', 'R', '3') /*< 24 BGR-8-8-8 */ macro
/rk3399_rockchip-uboot/drivers/video/
H A Dipu_common.c842 case IPU_PIX_FMT_BGR24: in ipu_ch_param_init()
1196 case IPU_PIX_FMT_BGR24: in bytes_per_pixel()
1220 case IPU_PIX_FMT_BGR24: in format_to_colorspace()
H A Dmxc_ipuv3_fb.c103 pixfmt = IPU_PIX_FMT_BGR24; in bpp_to_pixfmt()