HomeSort by relevance Sort by last modified time
    Searched refs:maxRectSize (Results 1 - 2 of 2) sorted by null

  /external/libvncserver/libvncserver/
tight.c 76 int maxRectSize, maxRectWidth;
246 int maxRectSize, maxRectWidth;
254 maxRectSize = tightConf[compressLevel].maxRectSize;
257 if (w > maxRectWidth || w * h > maxRectSize) {
259 subrectMaxHeight = maxRectSize / subrectMaxWidth;
359 int maxRectSize, maxRectWidth, nMaxWidth;
361 maxRectSize = tightConf[compressLevel].maxRectSize;
364 nMaxRows = maxRectSize / nMaxWidth
    [all...]
  /external/libvncserver/x11vnc/misc/turbovnc/
tight.c 52 int maxRectSize, maxRectWidth;
176 int maxRectSize, maxRectWidth;
184 maxRectSize = tightConf[compressLevel].maxRectSize;
187 if (w > maxRectWidth || w * h > maxRectSize) {
189 subrectMaxHeight = maxRectSize / subrectMaxWidth;
246 int maxRectSize, maxRectWidth, nMaxWidth;
248 maxRectSize = tightConf[compressLevel].maxRectSize;
251 nMaxRows = maxRectSize / nMaxWidth
    [all...]

Completed in 84 milliseconds