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

  /external/libvncserver/libvncserver/
tight.c 305 compressLevel = cl->tightCompressLevel;
333 if (cl->tightCompressLevel == 9) compressLevel = 3;
    [all...]
rfbserver.c 397 cl->tightCompressLevel = TIGHT_DEFAULT_COMPRESSION;
    [all...]
  /external/libvncserver/x11vnc/misc/turbovnc/
tight.c 208 compressLevel = cl->tightCompressLevel > 0 ? 1 : 0;
216 tightConf[compressLevel].idxZlibLevel = cl->tightCompressLevel;
217 tightConf[compressLevel].monoZlibLevel = cl->tightCompressLevel;
218 tightConf[compressLevel].rawZlibLevel = cl->tightCompressLevel;
    [all...]
  /external/libvncserver/rfb/
rfb.h 610 int tightCompressLevel;
    [all...]

Completed in 259 milliseconds