Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (Results 1 – 10 of 10) sorted by relevance

/external/u-boot/cmd/
Dbmp.c49 len = CONFIG_SYS_VIDEO_LOGO_MAX_SIZE; in gunzip_bmp()
51 dst = malloc(CONFIG_SYS_VIDEO_LOGO_MAX_SIZE + 3); in gunzip_bmp()
62 if (gunzip(bmp, CONFIG_SYS_VIDEO_LOGO_MAX_SIZE, map_sysmem(addr, 0), in gunzip_bmp()
67 if (len == CONFIG_SYS_VIDEO_LOGO_MAX_SIZE) in gunzip_bmp()
/external/u-boot/include/configs/
Dmx23evk.h45 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (512 << 10) macro
Dmx28evk.h105 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (512 << 10) macro
Ds5pc210_universal.h177 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE ((500 * 160 * 4) + 54) macro
Dtrats2.h180 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE ((500 * 160 * 4) + 54) macro
Dtrats.h197 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE ((500 * 160 * 4) + 54) macro
Dnitrogen6x.h75 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (6 * 1024 * 1024) macro
Dsocrates.h164 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (2 << 20) /* decompressed img */ macro
/external/u-boot/drivers/video/
Dcfb_console.c1336 len = CONFIG_SYS_VIDEO_LOGO_MAX_SIZE; in video_display_bitmap()
1337 dst = malloc(CONFIG_SYS_VIDEO_LOGO_MAX_SIZE); in video_display_bitmap()
1346 if (gunzip(dst+2, CONFIG_SYS_VIDEO_LOGO_MAX_SIZE-2, in video_display_bitmap()
1354 if (len == CONFIG_SYS_VIDEO_LOGO_MAX_SIZE) { in video_display_bitmap()
/external/u-boot/scripts/
Dconfig_whitelist.txt4452 CONFIG_SYS_VIDEO_LOGO_MAX_SIZE