Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dexynos4210_fimd.c264 #define RGBA_SIZE 7 macro
481 return RGBA_SIZE; in put_pixel_ifb()
490 return RGBA_SIZE; in get_pixel_ifb()
1260 s->ifb = g_realloc(s->ifb, width * height * RGBA_SIZE + 1); in exynos4210_update_resolution()
1261 memset(s->ifb, 0, width * height * RGBA_SIZE + 1); in exynos4210_update_resolution()
1312 w->lefttop_x * RGBA_SIZE + (w->lefttop_y + line) * in exynos4210_fimd_update()
1313 global_width * RGBA_SIZE, blend); in exynos4210_fimd_update()
1334 RGBA_SIZE, d + global_width * line * bpp); in exynos4210_fimd_update()