Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dipu_pixfmt.h38 #define IPU_PIX_FMT_BGR32 fourcc('B', 'G', 'R', '4') /*< 32 BGR-8-8-8-8 */ macro
/openbmc/linux/include/linux/dma/
H A Dipu-dma.h83 IPU_PIX_FMT_BGR32, enumerator
/openbmc/u-boot/drivers/video/
H A Dipu_common.c873 case IPU_PIX_FMT_BGR32: in ipu_ch_param_init()
1216 case IPU_PIX_FMT_BGR32: in bytes_per_pixel()
1237 case IPU_PIX_FMT_BGR32: in format_to_colorspace()
H A Dmxc_ipuv3_fb.c105 pixfmt = IPU_PIX_FMT_BGR32; in bpp_to_pixfmt()