Searched defs:bmp (Results 1 – 12 of 12) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | libnsbmp.c | 75 static bmp_result bmp_info_header_parse(bmp_image *bmp, uint8_t *data) in bmp_info_header_parse() 362 static bmp_result bmp_file_header_parse(bmp_image *bmp, uint8_t *data) in bmp_file_header_parse() 512 static bmp_result bmp_decode_rgb32(bmp_image *bmp, uint8_t **start, int bytes) in bmp_decode_rgb32() 592 static bmp_result bmp_decode_rgb24(bmp_image *bmp, uint8_t **start, int bytes) in bmp_decode_rgb24() 662 static bmp_result bmp_decode_rgb16(bmp_image *bmp, uint8_t **start, int bytes) in bmp_decode_rgb16() 748 static bmp_result bmp_decode_rgb(bmp_image *bmp, uint8_t **start, int bytes) in bmp_decode_rgb() 820 static bmp_result bmp_decode_mask(bmp_image *bmp, uint8_t *data, int bytes) in bmp_decode_mask() 871 bmp_decode_rle8(bmp_image *bmp, uint8_t *data, int bytes) in bmp_decode_rle8() 1025 bmp_decode_rle4(bmp_image *bmp, uint8_t *data, int bytes) in bmp_decode_rle4() 1185 bmp_create(bmp_image *bmp, in bmp_create() [all …]
|
| H A D | bmp_helper.c | 147 struct bmp_image *bmp = bmp_addr; in bmpdecoder() local
|
| H A D | libnsbmp.h | 122 bmp_image bmp; member
|
| H A D | rockchip_display.c | 1189 struct rockchip_logo_cache *find_or_alloc_logo_cache(const char *bmp, int rotate) in find_or_alloc_logo_cache() 1374 static void bmp_copy(void *dst, bmp_image *bmp) in bmp_copy() 1480 bmp_image bmp; in load_bmp_logo() local 1732 int rockchip_show_bmp(const char *bmp) in rockchip_show_bmp()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | bmp.c | 45 struct bmp_image *bmp; in gunzip_bmp() local 194 struct bmp_image *bmp = (struct bmp_image *)map_sysmem(addr, 0); in bmp_info() local 234 struct bmp_image *bmp = map_sysmem(addr, 0); in bmp_display() local
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | video_bmp.c | 42 struct bmp_image *bmp, ushort *cmap, in video_display_rle8_bitmap() 199 struct bmp_image *bmp = map_sysmem(bmp_image, 0); in video_bmp_display() local
|
| H A D | atmel_lcdfb.c | 104 void lcd_set_cmap(struct bmp_image *bmp, unsigned colors) in lcd_set_cmap()
|
| H A D | bus_vcxk.c | 361 struct bmp_image *bmp; in vcxk_display_bitmap() local
|
| H A D | cfb_console.c | 1315 struct bmp_image *bmp = (struct bmp_image *)bmp_image; in video_display_bitmap() local
|
| /rk3399_rockchip-uboot/common/ |
| H A D | lcd.c | 454 static void lcd_display_rle8_bitmap(struct bmp_image *bmp, ushort *cmap, in lcd_display_rle8_bitmap() 554 __weak void lcd_set_cmap(struct bmp_image *bmp, unsigned colors) in lcd_set_cmap() 574 struct bmp_image *bmp = (struct bmp_image *)map_sysmem(bmp_image, 0); in lcd_display_bitmap() local
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | bmp_logo.c | 77 bitmap_t bmp; in main() local
|
| /rk3399_rockchip-uboot/tools/rockchip/ |
| H A D | bmp2gray16.c | 202 struct bmp_image *bmp; in convert_one_image() local
|