Searched refs:vnc_update_freq (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/ui/ |
H A D | vnc.h | 603 double vnc_update_freq(VncState *vs, int x, int y, int w, int h);
|
H A D | vnc-enc-tight.c | 1494 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 D | vnc.c | 3064 double vnc_update_freq(VncState *vs, int x, int y, int w, int h) in vnc_update_freq() function
|