Home
last modified time | relevance | path

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

/external/libvncserver/examples/android/jni/
Dfbvncserver.c51 static unsigned short int *vncbuf; variable
183 vncbuf = calloc(scrinfo.xres * scrinfo.yres, scrinfo.bits_per_pixel / 8); in init_fb_server()
184 assert(vncbuf != NULL); in init_fb_server()
196 vncscr->frameBuffer = (char *)vncbuf; in init_fb_server()
395 r = (unsigned int *)vncbuf; /* -> remote framebuffer */ in update_screen()