Searched defs:pfb (Results 1 - 1 of 1) sorted by relevance

/external/libvncserver/x11vnc/
H A D8to24.c274 static void pfb(int fac, char **fb, int *w, int *h) { function
291 pfb(4, &poll24_fb, &poll24_fb_w, &poll24_fb_h);
293 pfb(2, &poll8_fb, &poll8_fb_w, &poll8_fb_h); /* 2X for rare 16bpp colormap case */
295 pfb(1, &poll8_fb, &poll8_fb_w, &poll8_fb_h);

Completed in 216 milliseconds