Home
last modified time | relevance | path

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

/external/libvncserver/libvncserver/
Dtight.c247 int subrectMaxWidth, subrectMaxHeight; in rfbNumCodedRectsTight() local
258 subrectMaxWidth = (w > maxRectWidth) ? maxRectWidth : w; in rfbNumCodedRectsTight()
259 subrectMaxHeight = maxRectSize / subrectMaxWidth; in rfbNumCodedRectsTight()
618 int subrectMaxWidth, subrectMaxHeight; in SendRectSimple() local
647 subrectMaxWidth = (w > maxRectWidth) ? maxRectWidth : w; in SendRectSimple()
648 subrectMaxHeight = maxRectSize / subrectMaxWidth; in SendRectSimple()