Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dbmp_layout.h57 #define BMP_BI_RLE8 1 macro
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dvideo_bmp.c273 debug("compressed %d %d\n", compression, BMP_BI_RLE8); in video_bmp_display()
274 if (compression == BMP_BI_RLE8) { in video_bmp_display()
H A Dcfb_console.c1389 && compression != BMP_BI_RLE8 in video_display_bitmap()
1433 if (compression == BMP_BI_RLE8) { in video_display_bitmap()
/OK3568_Linux_fs/u-boot/common/
H A Dlcd.c648 debug("compressed %d %d\n", compression, BMP_BI_RLE8); in lcd_display_bitmap()
649 if (compression == BMP_BI_RLE8) { in lcd_display_bitmap()