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

/external/libvncserver/libvncserver/
H A Dtight.c76 int maxRectSize, maxRectWidth; member in struct:TIGHT_CONF_s
246 int maxRectSize, maxRectWidth; local
254 maxRectSize = tightConf[compressLevel].maxRectSize;
257 if (w > maxRectWidth || w * h > maxRectSize) {
259 subrectMaxHeight = maxRectSize / subrectMaxWidth;
359 int maxRectSize, maxRectWidth, nMaxWidth; local
361 maxRectSize = tightConf[compressLevel].maxRectSize;
364 nMaxRows = maxRectSize / nMaxWidt
617 int maxRectSize, maxRectWidth; local
[all...]
/external/libvncserver/x11vnc/misc/turbovnc/
H A Dtight.c52 int maxRectSize, maxRectWidth; member in struct:TIGHT_CONF_s
176 int maxRectSize, maxRectWidth; local
184 maxRectSize = tightConf[compressLevel].maxRectSize;
187 if (w > maxRectWidth || w * h > maxRectSize) {
189 subrectMaxHeight = maxRectSize / subrectMaxWidth;
246 int maxRectSize, maxRectWidth, nMaxWidth; local
248 maxRectSize = tightConf[compressLevel].maxRectSize;
251 nMaxRows = maxRectSize / nMaxWidt
497 int maxRectSize, maxRectWidth; local
[all...]

Completed in 121 milliseconds