Home
last modified time | relevance | path

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

/qemu/ui/
H A Dvnc-enc-tight.c1566 int w, int h, int max_rows) in find_large_solid_color_rect() argument
1577 if (dy - y >= max_rows) { in find_large_solid_color_rect()
1578 n += send_rect_simple(vs, x, y, w, max_rows, true); in find_large_solid_color_rect()
1579 y += max_rows; in find_large_solid_color_rect()
1580 h -= max_rows; in find_large_solid_color_rect()
1650 int max_rows; in tight_send_framebuffer_update() local
1675 max_rows = tight_conf[vs->tight->compression].max_rect_size; in tight_send_framebuffer_update()
1676 max_rows /= MIN(tight_conf[vs->tight->compression].max_rect_width, w); in tight_send_framebuffer_update()
1678 return find_large_solid_color_rect(vs, x, y, w, h, max_rows); in tight_send_framebuffer_update()