Home
last modified time | relevance | path

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

/external/qemu/android/protocol/
Dfb-updates-proxy.c119 const size_t rect_size = w * h * proxy_fb->ds->surface->pf.bytes_per_pixel; in fbupdatenotify_create() local
120 FBUpdateNotify* ret = malloc(sizeof(FBUpdateNotify) + rect_size); in fbupdatenotify_create()
124 ret->message_size = sizeof(FBUpdateMessage) + rect_size; in fbupdatenotify_create()