Lines Matching full:framebuffer
76 /* Framebuffer large enough to fit the frame. */
77 uint8_t* framebuffer;
78 /* Framebuffer size. */
80 /* Framebuffer's pixel format. */
147 if (cd->framebuffer != NULL) {
148 free(cd->framebuffer);
180 if (cd->framebuffer != NULL) {
181 free(cd->framebuffer);
182 cd->framebuffer = NULL;
400 * At this point we need to grab a frame to properly setup framebuffer, and
479 /* Allocate framebuffer. */
480 wcd->framebuffer = (uint8_t*)malloc(wcd->gdi_bitmap->bmiHeader.biSizeImage);
481 if (wcd->framebuffer == NULL) {
482 E("%s: Unable to allocate %d bytes for framebuffer",
565 /* Convert framebuffer. */
616 wcd->framebuffer, wcd->gdi_bitmap, DIB_RGB_COLORS)) {
617 E("%s: Device '%s' is unable to transfer frame to the framebuffer: %d",
631 /* Convert framebuffer. */
632 return convert_frame(wcd->framebuffer,