Searched refs:tightCompressLevel (Results 1 – 4 of 4) sorted by relevance
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;
305 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()
397 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()
610 int tightCompressLevel; member