Home
last modified time | relevance | path

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

/qemu/ui/
H A Dvnc.h603 double vnc_update_freq(VncState *vs, int x, int y, int w, int h);
H A Dvnc-enc-tight.c1494 double freq = vnc_update_freq(vs, x, y, w, h); in send_sub_rect()
1661 double freq = vnc_update_freq(vs, x, y, w, h); in tight_send_framebuffer_update()
H A Dvnc.c3064 double vnc_update_freq(VncState *vs, int x, int y, int w, int h) in vnc_update_freq() function