Home
last modified time | relevance | path

Searched defs:bmp (Results 1 – 12 of 12) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/drm/
H A Dlibnsbmp.c75 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 Dbmp_helper.c147 struct bmp_image *bmp = bmp_addr; in bmpdecoder() local
H A Dlibnsbmp.h122 bmp_image bmp; member
H A Drockchip_display.c1189 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 Dbmp.c45 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 Dvideo_bmp.c42 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 Datmel_lcdfb.c104 void lcd_set_cmap(struct bmp_image *bmp, unsigned colors) in lcd_set_cmap()
H A Dbus_vcxk.c361 struct bmp_image *bmp; in vcxk_display_bitmap() local
H A Dcfb_console.c1315 struct bmp_image *bmp = (struct bmp_image *)bmp_image; in video_display_bitmap() local
/rk3399_rockchip-uboot/common/
H A Dlcd.c454 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 Dbmp_logo.c77 bitmap_t bmp; in main() local
/rk3399_rockchip-uboot/tools/rockchip/
H A Dbmp2gray16.c202 struct bmp_image *bmp; in convert_one_image() local