Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dvnc-enc-tight.c323 if (vs->tight->pixel24) { in tight_detect_smooth_image()
930 if (vs->tight->pixel24) { in send_full_color_rect()
951 if (vs->tight->pixel24) { in send_solid_rect()
995 if (vs->tight->pixel24) { in send_mono_rect()
1056 if (vs->tight->pixel24) { in send_gradient_rect()
1108 if (vs->tight->pixel24) { in send_palette_rect()
1244 if (vs->tight->pixel24) in write_png_palette()
1654 vs->tight->pixel24 = true; in tight_send_framebuffer_update()
1656 vs->tight->pixel24 = false; in tight_send_framebuffer_update()
H A Dvnc.h194 uint8_t pixel24; member