Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dvnc.h178 bool non_adaptive; member
H A Dvnc.c3117 if (!vd->non_adaptive) { in vnc_refresh_server_surface()
3180 if (!vd->non_adaptive) { in vnc_refresh_server_surface()
4138 vd->non_adaptive = qemu_opt_get_bool(opts, "non-adaptive", false); in vnc_display_open()
4143 vd->non_adaptive = true; in vnc_display_open()
H A Dvnc-enc-tight.c1493 if (!vs->vd->non_adaptive && vs->tight->quality != (uint8_t)-1) { in send_sub_rect()