Home
last modified time | relevance | path

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

/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.c419 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()
/external/libvncserver/rfb/
Drfb.h610 int tightCompressLevel; member