Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dipu_pixfmt.h36 #define IPU_PIX_FMT_BGR24 fourcc('B', 'G', 'R', '3') /*< 24 BGR-8-8-8 */ macro
/openbmc/linux/include/linux/dma/
H A Dipu-dma.h79 IPU_PIX_FMT_BGR24, enumerator
/openbmc/u-boot/drivers/video/
H A Dipu_common.c857 case IPU_PIX_FMT_BGR24: in ipu_ch_param_init()
1211 case IPU_PIX_FMT_BGR24: in bytes_per_pixel()
1235 case IPU_PIX_FMT_BGR24: in format_to_colorspace()
H A Dmxc_ipuv3_fb.c102 pixfmt = IPU_PIX_FMT_BGR24; in bpp_to_pixfmt()