Home
last modified time | relevance | path

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

/external/libvncserver/libvncserver/
Dtight.c76 int maxRectSize, maxRectWidth; member
246 int maxRectSize, maxRectWidth; in rfbNumCodedRectsTight() local
254 maxRectSize = tightConf[compressLevel].maxRectSize; in rfbNumCodedRectsTight()
257 if (w > maxRectWidth || w * h > maxRectSize) { in rfbNumCodedRectsTight()
259 subrectMaxHeight = maxRectSize / subrectMaxWidth; in rfbNumCodedRectsTight()
359 int maxRectSize, maxRectWidth, nMaxWidth; in SendRectEncodingTight() local
361 maxRectSize = tightConf[compressLevel].maxRectSize; in SendRectEncodingTight()
364 nMaxRows = maxRectSize / nMaxWidth; in SendRectEncodingTight()
617 int maxRectSize, maxRectWidth; in SendRectSimple() local
622 maxRectSize = tightConf[compressLevel].maxRectSize; in SendRectSimple()
[all …]