Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dcfb_console.c154 #define VIDEO_LOGO_WIDTH BMP_LOGO_WIDTH macro
166 #define VIDEO_LOGO_WIDTH LINUX_LOGO_WIDTH macro
171 #define VIDEO_INFO_X (VIDEO_LOGO_WIDTH)
174 #define VIDEO_LOGO_WIDTH 0 macro
1726 int skip = VIDEO_LINE_LEN - VIDEO_LOGO_WIDTH * VIDEO_PIXEL_SIZE; in plot_logo_or_black()
1734 x = max(0, (int)(VIDEO_VISIBLE_COLS - VIDEO_LOGO_WIDTH) / 2); in plot_logo_or_black()
1736 x = max(0, (int)(VIDEO_VISIBLE_COLS - VIDEO_LOGO_WIDTH + x + 1)); in plot_logo_or_black()
1778 xcount = VIDEO_LOGO_WIDTH; in plot_logo_or_black()