Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/tizen/
H A Dtizen.c21 vid->logo_height = TIZEN_LOGO_16BPP_HEIGHT; in get_tizen_logo_info()
/rk3399_rockchip-uboot/include/
H A Dexynos_lcd.h65 unsigned int logo_height; member
/rk3399_rockchip-uboot/board/samsung/common/
H A Dmisc.c472 if (panel_info.vl_height >= panel_info.logo_height) { in draw_logo()
473 y = ((panel_info.vl_height - panel_info.logo_height) >> 1); in draw_logo()
/rk3399_rockchip-uboot/tools/rockchip/
H A Dbmp2gray16.c153 uint32_t *logo_height) in get_logo_resolution() argument
181 *logo_height = bmp_hdr.height; in get_logo_resolution()
183 *logo_width, *logo_height); in get_logo_resolution()
/rk3399_rockchip-uboot/drivers/video/exynos/
H A Dexynos_fb.c86 unsigned int logo_height; member
607 priv->logo_height = fdtdec_get_int(blob, node, in exynos_fb_ofdata_to_platdata()