Home
last modified time | relevance | path

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

/external/u-boot/lib/at91/
Dat91.c16 info->logo_height = ATMEL_LOGO_8BPP_HEIGHT; in atmel_logo_info()
25 info->logo_height = MICROCHIP_LOGO_8BPP_HEIGHT; in microchip_logo_info()
/external/u-boot/lib/tizen/
Dtizen.c20 vid->logo_height = TIZEN_LOGO_16BPP_HEIGHT; in get_tizen_logo_info()
/external/u-boot/include/
Datmel_lcd.h47 u_int logo_height; member
Dexynos_lcd.h64 unsigned int logo_height; member
/external/u-boot/board/samsung/common/
Dmisc.c471 if (panel_info.vl_height >= panel_info.logo_height) { in draw_logo()
472 y = ((panel_info.vl_height - panel_info.logo_height) >> 1); in draw_logo()
/external/u-boot/board/atmel/common/
Dvideo_display.c66 vidconsole_position_cursor(con, 0, logo_info.logo_height); in at91_video_show_board_info()
/external/libhevc/encoder/
Dihevce_lap_enc_structs.h122 WORD32 logo_height; member
Dihevce_lap_interface.c2282 ps_lap_inp_buf->s_lap_out.s_logo_ctxt.logo_height = 0; in ihevce_lap_process()
/external/u-boot/drivers/video/exynos/
Dexynos_fb.c85 unsigned int logo_height; member
606 priv->logo_height = fdtdec_get_int(blob, node, in exynos_fb_ofdata_to_platdata()