Lines Matching defs:vs
38 static void vnc_zrle_start(VncState *vs) in vnc_zrle_start()
47 static void vnc_zrle_stop(VncState *vs) in vnc_zrle_stop()
54 static void *zrle_convert_fb(VncState *vs, int x, int y, int w, int h, in zrle_convert_fb()
72 static int zrle_compress_data(VncState *vs, int level) in zrle_compress_data()
119 static void zrle_choose_palette_rle(VncState *vs, int w, int h, in zrle_choose_palette_rle()
171 static void zrle_write_u32(VncState *vs, uint32_t value) in zrle_write_u32()
176 static void zrle_write_u24a(VncState *vs, uint32_t value) in zrle_write_u24a()
181 static void zrle_write_u24b(VncState *vs, uint32_t value) in zrle_write_u24b()
186 static void zrle_write_u16(VncState *vs, uint16_t value) in zrle_write_u16()
191 static void zrle_write_u8(VncState *vs, uint8_t value) in zrle_write_u8()
255 static int zrle_send_framebuffer_update(VncState *vs, int x, int y, in zrle_send_framebuffer_update()
346 int vnc_zrle_send_framebuffer_update(VncState *vs, int x, int y, int w, int h) in vnc_zrle_send_framebuffer_update()
352 int vnc_zywrle_send_framebuffer_update(VncState *vs, int x, int y, int w, int h) in vnc_zywrle_send_framebuffer_update()
358 void vnc_zrle_clear(VncState *vs) in vnc_zrle_clear()