Home
last modified time | relevance | path

Searched refs:zrle (Results 1 – 6 of 6) sorted by relevance

/qemu/ui/
H A Dvnc-enc-zrle.c40 buffer_reset(&vs->zrle->zrle); in vnc_zrle_start()
44 vs->output = vs->zrle->zrle; in vnc_zrle_start()
50 vs->zrle->zrle = vs->output; in vnc_zrle_stop()
63 vs->output = vs->zrle->fb; in zrle_convert_fb()
67 vs->zrle->fb = vs->output; in zrle_convert_fb()
96 buffer_reserve(&vs->zrle->zlib, vs->zrle->zrle.offset + 64); in zrle_compress_data()
99 zstream->next_in = vs->zrle->zrle.buffer; in zrle_compress_data()
100 zstream->avail_in = vs->zrle->zrle.offset; in zrle_compress_data()
111 vs->zrle->zlib.offset = vs->zrle->zlib.capacity - zstream->avail_out; in zrle_compress_data()
342 vnc_write(vs, vs->zrle->zlib.buffer, vs->zrle->zlib.offset); in zrle_send_framebuffer_update()
[all …]
H A Dvnc-jobs.c195 local->zrle = orig->zrle; in vnc_async_encoding_start()
206 orig->zrle = local->zrle; in vnc_async_encoding_end()
H A Dvnc.h224 Buffer zrle; member
346 VncZrle *zrle; member
H A Dmeson.build41 'vnc-enc-zrle.c',
H A Dvnc-enc-zrle.c.inc99 VncPalette *palette = &vs->zrle->palette;
H A Dvnc.c1365 g_free(vs->zrle); in vnc_disconnect_finish()
3250 vs->zrle = g_new0(VncZrle, 1); in vnc_connect()
3273 buffer_init(&vs->zrle->zrle, "vnc-zrle/%p", sioc); in vnc_connect()
3274 buffer_init(&vs->zrle->fb, "vnc-zrle-fb/%p", sioc); in vnc_connect()
3275 buffer_init(&vs->zrle->zlib, "vnc-zrle-zlib/%p", sioc); in vnc_connect()