Searched refs:tightCompressLevel (Results 1 – 3 of 3) sorted by relevance
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()
419 cl->tightCompressLevel = TIGHT_DEFAULT_COMPRESSION; in rfbNewTCPOrUDPClient()2101 cl->tightCompressLevel = TIGHT_DEFAULT_COMPRESSION; in rfbProcessClientNormalMessage()2231 cl->tightCompressLevel = enc & 0x0F; in rfbProcessClientNormalMessage()2233 cl->tightCompressLevel, cl->host); in rfbProcessClientNormalMessage()
610 int tightCompressLevel; member