Home
last modified time | relevance | path

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

/qemu/ui/
H A Dvnc-enc-tight.c1539 int max_sub_width, max_sub_height; in send_rect_simple() local
1549 max_sub_height = max_size / max_sub_width; in send_rect_simple()
1551 for (dy = 0; dy < h; dy += max_sub_height) { in send_rect_simple()
1554 rh = MIN(max_sub_height, h - dy); in send_rect_simple()