Searched refs:max_rows (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/ui/ |
| H A D | vnc-enc-tight.c | 1596 int x, int y, int w, int h, int max_rows) in find_large_solid_color_rect() argument 1607 if (dy - y >= max_rows) { in find_large_solid_color_rect() 1608 n += send_rect_simple(vs, worker, x, y, w, max_rows, true); in find_large_solid_color_rect() 1609 y += max_rows; in find_large_solid_color_rect() 1610 h -= max_rows; in find_large_solid_color_rect() 1682 int max_rows; in tight_send_framebuffer_update() local 1707 max_rows = tight_conf[worker->tight.compression].max_rect_size; in tight_send_framebuffer_update() 1708 max_rows /= MIN(tight_conf[worker->tight.compression].max_rect_width, w); in tight_send_framebuffer_update() 1710 return find_large_solid_color_rect(vs, worker, x, y, w, h, max_rows); in tight_send_framebuffer_update()
|