Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/misc/turbovnc/
Dtight.c208 compressLevel = cl->tightCompressLevel > 0 ? 1 : 0;
216 tightConf[compressLevel].idxZlibLevel = cl->tightCompressLevel;
217 tightConf[compressLevel].monoZlibLevel = cl->tightCompressLevel;
218 tightConf[compressLevel].rawZlibLevel = cl->tightCompressLevel;
/external/libvncserver/libvncserver/
Dtight.c305 compressLevel = cl->tightCompressLevel; in SendRectEncodingTight()
333 if (cl->tightCompressLevel == 9) compressLevel = 3; in SendRectEncodingTight()
1800 int level = tightPngConf[cl->tightCompressLevel].png_zlib_level; in SendPngRect()
1801 int filters = tightPngConf[cl->tightCompressLevel].png_filters; in SendPngRect()
Drfbserver.c397 cl->tightCompressLevel = TIGHT_DEFAULT_COMPRESSION; in rfbNewTCPOrUDPClient()
1985 cl->tightCompressLevel = TIGHT_DEFAULT_COMPRESSION; in rfbProcessClientNormalMessage()
2115 cl->tightCompressLevel = enc & 0x0F; in rfbProcessClientNormalMessage()
2117 cl->tightCompressLevel, cl->host); in rfbProcessClientNormalMessage()
/external/libvncserver/rfb/
Drfb.h610 int tightCompressLevel; member