Home
last modified time | relevance | path

Searched refs:compressLevel (Results 1 – 6 of 6) sorted by relevance

/external/libvncserver/libvncserver/
Dtight.c109 static TLS int compressLevel = 1; variable
254 maxRectSize = tightConf[compressLevel].maxRectSize; in rfbNumCodedRectsTight()
255 maxRectWidth = tightConf[compressLevel].maxRectWidth; in rfbNumCodedRectsTight()
305 compressLevel = cl->tightCompressLevel; in SendRectEncodingTight()
319 if (compressLevel < 1) compressLevel = 1; in SendRectEncodingTight()
320 if (compressLevel > 2) compressLevel = 2; in SendRectEncodingTight()
325 else if (compressLevel > 1) compressLevel = 1; in SendRectEncodingTight()
333 if (cl->tightCompressLevel == 9) compressLevel = 3; in SendRectEncodingTight()
361 maxRectSize = tightConf[compressLevel].maxRectSize; in SendRectEncodingTight()
362 maxRectWidth = tightConf[compressLevel].maxRectWidth; in SendRectEncodingTight()
[all …]
/external/libvncserver/libvncclient/
Drfbproto.c1338 if (client->appData.compressLevel >= 0 && client->appData.compressLevel <= 9) in SetFormatAndEncodings()
1349 if (client->appData.compressLevel >= 0 && client->appData.compressLevel <= 9) in SetFormatAndEncodings()
1353 if (client->appData.compressLevel >= 0 && client->appData.compressLevel <= 9) in SetFormatAndEncodings()
1381 encs[se->nEncodings++] = rfbClientSwap32IfLE(client->appData.compressLevel + in SetFormatAndEncodings()
1424 if (client->appData.compressLevel >= 0 && client->appData.compressLevel <= 9) { in SetFormatAndEncodings()
1425 encs[se->nEncodings++] = rfbClientSwap32IfLE(client->appData.compressLevel + in SetFormatAndEncodings()
Dvncviewer.c129 data->compressLevel=3; in initAppData()
318 client->appData.compressLevel = atoi(argv[i+1]); in rfbInitClient()
/external/libvncserver/libvncserver/tightvnc-filetransfer/
Drfbtightproto.h415 uint8_t compressLevel; member
Dfiletransfermsg.c563 pFDD->compressLevel = 0; in CreateFileDownloadZeroSizeDataMsg()
597 pFDD->compressLevel = 0; in CreateFileDownloadBlockSizeDataMsg()
/external/libvncserver/rfb/
Drfbclient.h112 int compressLevel; member