/external/libvncserver/x11vnc/misc/turbovnc/ |
tight.c | 73 static int compressLevel; 184 maxRectSize = tightConf[compressLevel].maxRectSize; 185 maxRectWidth = tightConf[compressLevel].maxRectWidth; 208 compressLevel = cl->tightCompressLevel > 0 ? 1 : 0; 211 compressLevel = 1; 212 tightConf[compressLevel].idxZlibLevel = 1; 213 tightConf[compressLevel].monoZlibLevel = 1; 214 tightConf[compressLevel].rawZlibLevel = 1; 216 tightConf[compressLevel].idxZlibLevel = cl->tightCompressLevel; 217 tightConf[compressLevel].monoZlibLevel = cl->tightCompressLevel [all...] |
/external/libvncserver/libvncserver/ |
tight.c | 109 static TLS int compressLevel = 1; 254 maxRectSize = tightConf[compressLevel].maxRectSize; 255 maxRectWidth = tightConf[compressLevel].maxRectWidth; 305 compressLevel = cl->tightCompressLevel; 319 if (compressLevel < 1) compressLevel = 1; 320 if (compressLevel > 2) compressLevel = 2; 325 else if (compressLevel > 1) compressLevel = 1 [all...] |
/libcore/luni/src/main/java/java/util/zip/ |
Deflater.java | 143 private int compressLevel = DEFAULT_COMPRESSION; 190 compressLevel = level; 191 streamHandle = createStream(compressLevel, strategy, noHeader); 406 setLevelsImpl(compressLevel, strategy, streamHandle); 430 compressLevel = level;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
gzip.py | 27 def open(filename, mode="rb", compresslevel=9): 28 """Shorthand for GzipFile(filename, mode, compresslevel). 31 and compresslevel defaults to 9. 34 return GzipFile(filename, mode, compresslevel) 46 compresslevel=9, fileobj=None, mtime=None): 69 The compresslevel argument is an integer from 0 to 9 controlling the 123 self.compress = zlib.compressobj(compresslevel,
|
tarfile.py | [all...] |
xmlrpclib.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
gzip.py | 27 def open(filename, mode="rb", compresslevel=9): 28 """Shorthand for GzipFile(filename, mode, compresslevel). 31 and compresslevel defaults to 9. 34 return GzipFile(filename, mode, compresslevel) 46 compresslevel=9, fileobj=None, mtime=None): 69 The compresslevel argument is an integer from 0 to 9 controlling the 123 self.compress = zlib.compressobj(compresslevel,
|
tarfile.py | [all...] |
xmlrpclib.py | [all...] |
/external/chromium-trace/trace-viewer/third_party/Paste/paste/ |
gzipper.py | 75 output = gzip.GzipFile(mode='wb', compresslevel=self.compress_level,
|
/external/libvncserver/libvncclient/ |
vncviewer.c | 100 data->compressLevel=3; 285 client->appData.compressLevel = atoi(argv[i+1]);
|
rfbproto.c | [all...] |
/external/libvncserver/libvncserver/tightvnc-filetransfer/ |
filetransfermsg.c | 412 pFDD->compressLevel = 0; 446 pFDD->compressLevel = 0;
|
rfbtightproto.h | 415 uint8_t compressLevel;
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/ |
ssvnc_cmd | 79 # -compresslevel <COMPRESS-VALUE> (0..9: 0-fast, 9-best)
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/man/man1/ |
ssvncviewer.1 | 148 \fB\-compresslevel \fIlevel\fR 572 Compress Level ~ -compresslevel 720 .B compressLevel 721 Equivalent of \fB\-compresslevel\fR option (TightVNC\-specific).
|
/external/libvncserver/rfb/ |
rfbclient.h | 108 int compressLevel;
|
/external/libvncserver/webclients/java-applet/ |
VncViewer.jar | |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_tarfile.py | 461 with bz2.BZ2File(tmpname, "wb", compresslevel=1) as fobj: [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_tarfile.py | 461 with bz2.BZ2File(tmpname, "wb", compresslevel=1) as fobj: [all...] |
/external/libvncserver/webclients/java-applet/ssl/ |
SignedUltraViewerSSL.jar | |
SignedVncViewer.jar | |
UltraViewerSSL.jar | |
VncViewer.jar | |
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/ |
tight-vncviewer-full.patch | [all...] |