Home
last modified time | relevance | path

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

/external/libvncserver/libvncserver/
Dtight.c149 static TLS int tightAfterBufSize = 0; variable
161 if (tightAfterBufSize) { in rfbTightCleanup()
163 tightAfterBufSize = 0; in rfbTightCleanup()
637 if (tightAfterBufSize < maxAfterSize) { in SendRectSimple()
638 tightAfterBufSize = maxAfterSize; in SendRectSimple()
640 tightAfterBuf = (char *)malloc(tightAfterBufSize); in SendRectSimple()
643 tightAfterBufSize); in SendRectSimple()
1066 pz->avail_out = tightAfterBufSize; in CompressData()
1083 tightAfterBufSize - pz->avail_out); in CompressData()
1578 if (tightAfterBufSize < TJBUFSIZE(w, h)) { in SendJpegRect()
[all …]