Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/tizen/
H A Dtizen.c20 vid->logo_width = TIZEN_LOGO_16BPP_WIDTH; in get_tizen_logo_info()
/rk3399_rockchip-uboot/include/
H A Dexynos_lcd.h64 unsigned int logo_width; member
/rk3399_rockchip-uboot/board/samsung/common/
H A Dmisc.c464 if (panel_info.vl_width >= panel_info.logo_width) { in draw_logo()
465 x = ((panel_info.vl_width - panel_info.logo_width) >> 1); in draw_logo()
/rk3399_rockchip-uboot/tools/rockchip/
H A Dbmp2gray16.c152 int get_logo_resolution(char *in_path, uint32_t *logo_width, in get_logo_resolution() argument
180 *logo_width = bmp_hdr.width; in get_logo_resolution()
183 *logo_width, *logo_height); in get_logo_resolution()
/rk3399_rockchip-uboot/drivers/video/exynos/
H A Dexynos_fb.c85 unsigned int logo_width; member
605 priv->logo_width = fdtdec_get_int(blob, node, in exynos_fb_ofdata_to_platdata()