HomeSort by relevance Sort by last modified time
    Searched refs:compression (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /external/smack/src/org/jivesoftware/smack/compression/
XMPPInputOutputStream.java 16 package org.jivesoftware.smack.compression;
JzlibInputOutputStream.java 16 package org.jivesoftware.smack.compression;
25 * This class provides XMPP "zlib" compression with the help of JZLib. Note that jzlib-1.0.7 must be used (i.e. in the
Java7ZlibInputOutputStream.java 16 package org.jivesoftware.smack.compression;
29 * This class provides XMPP "zlib" compression with the help of the Deflater class of the Java API. Note that the method
  /external/quake/quake/src/QW/client/
wad.h 60 char compression; member in struct:__anon14236
  /external/quake/quake/src/WinQuake/
wad.h 60 char compression; member in struct:__anon14694
  /external/libxml2/include/libxml/
c14n.h 90 int compression);
xmlIO.h 228 int compression);
274 int compression);
330 int compression );
xmlwriter.h 36 xmlNewTextWriterFilename(const char *uri, int compression);
38 xmlNewTextWriterMemory(xmlBufferPtr buf, int compression);
40 xmlNewTextWriterPushParser(xmlParserCtxtPtr ctxt, int compression);
42 xmlNewTextWriterDoc(xmlDocPtr * doc, int compression);
45 int compression);
  /external/smack/src/com/kenai/jbosh/
BOSHClientConfig.java 73 * Flag indicating that compression should be attempted, if possible.
267 * Set whether or not compression of the underlying data stream
268 * should be attempted. By default, compression is disabled.
270 * @param enabled set to {@code true} if compression should be
271 * attempted when possible, {@code false} to disable compression
301 // Default compression
302 boolean compression;
304 compression = false;
306 compression = bCompression.booleanValue();
318 compression);
    [all...]
  /external/libpng/contrib/gregbook/
writepng.c 120 /* set the compression levels--in general, always want to leave filtering
124 * compression (NOT the default); and remaining compression flags should
182 text[num_text].compression = PNG_TEXT_COMPRESSION_NONE;
188 text[num_text].compression = PNG_TEXT_COMPRESSION_NONE;
194 text[num_text].compression = PNG_TEXT_COMPRESSION_NONE;
200 text[num_text].compression = PNG_TEXT_COMPRESSION_NONE;
206 text[num_text].compression = PNG_TEXT_COMPRESSION_NONE;
212 text[num_text].compression = PNG_TEXT_COMPRESSION_NONE;
  /external/chromium/chrome/browser/ui/cocoa/
browser_window_controller_private.h 102 // Sets the toolbar's height to a value appropriate for the given compression.
105 - (void)adjustToolbarAndBookmarkBarForCompression:(CGFloat)compression;
  /external/esd/include/
audiofile.h 163 /* supported compression schemes */
170 /* Apple proprietary AIFF-C compression schemes (not supported) */
213 AF_QUERY_NATIVE_SAMPFMT = 609, /* for compression */
299 AF_BAD_COMP_PARAM = 55, /* unrecognized compression parameter */
372 AF_ERR_BAD_COMP_PARAM = 55+AF_ERR_BASE, /* unrecognized compression parameter */
456 /* conversion/compression params set via DMparams */
458 /* conversion/compression params retrieved via DMparams */
496 /* track data: compression */
497 void afInitCompression (AFfilesetup, int track, int compression);
499 void afInitCompressionParams (AFfilesetup, int track, int compression
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
audiofile.h 163 /* supported compression schemes */
170 /* Apple proprietary AIFF-C compression schemes (not supported) */
213 AF_QUERY_NATIVE_SAMPFMT = 609, /* for compression */
299 AF_BAD_COMP_PARAM = 55, /* unrecognized compression parameter */
372 AF_ERR_BAD_COMP_PARAM = 55+AF_ERR_BASE, /* unrecognized compression parameter */
456 /* conversion/compression params set via DMparams */
458 /* conversion/compression params retrieved via DMparams */
496 /* track data: compression */
497 void afInitCompression (AFfilesetup, int track, int compression);
499 void afInitCompressionParams (AFfilesetup, int track, int compression
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
audiofile.h 163 /* supported compression schemes */
170 /* Apple proprietary AIFF-C compression schemes (not supported) */
213 AF_QUERY_NATIVE_SAMPFMT = 609, /* for compression */
299 AF_BAD_COMP_PARAM = 55, /* unrecognized compression parameter */
372 AF_ERR_BAD_COMP_PARAM = 55+AF_ERR_BASE, /* unrecognized compression parameter */
456 /* conversion/compression params set via DMparams */
458 /* conversion/compression params retrieved via DMparams */
496 /* track data: compression */
497 void afInitCompression (AFfilesetup, int track, int compression);
499 void afInitCompressionParams (AFfilesetup, int track, int compression
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
audiofile.h 163 /* supported compression schemes */
170 /* Apple proprietary AIFF-C compression schemes (not supported) */
213 AF_QUERY_NATIVE_SAMPFMT = 609, /* for compression */
299 AF_BAD_COMP_PARAM = 55, /* unrecognized compression parameter */
372 AF_ERR_BAD_COMP_PARAM = 55+AF_ERR_BASE, /* unrecognized compression parameter */
456 /* conversion/compression params set via DMparams */
458 /* conversion/compression params retrieved via DMparams */
496 /* track data: compression */
497 void afInitCompression (AFfilesetup, int track, int compression);
499 void afInitCompressionParams (AFfilesetup, int track, int compression
    [all...]
  /external/libpng/
pngwrite.c 234 info_ptr->text[i].compression);
236 if (info_ptr->text[i].compression > 0)
241 info_ptr->text[i].compression,
250 info_ptr->text[i].compression = PNG_TEXT_COMPRESSION_NONE_WR;
253 else if (info_ptr->text[i].compression == PNG_TEXT_COMPRESSION_zTXt)
259 info_ptr->text[i].compression);
264 info_ptr->text[i].compression = PNG_TEXT_COMPRESSION_zTXt_WR;
266 else if (info_ptr->text[i].compression == PNG_TEXT_COMPRESSION_NONE)
274 info_ptr->text[i].compression = PNG_TEXT_COMPRESSION_NONE_WR;
341 info_ptr->text[i].compression);
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngwrite.c 217 info_ptr->text[i].compression);
219 if (info_ptr->text[i].compression > 0)
224 info_ptr->text[i].compression,
233 info_ptr->text[i].compression = PNG_TEXT_COMPRESSION_NONE_WR;
236 else if (info_ptr->text[i].compression == PNG_TEXT_COMPRESSION_zTXt)
242 info_ptr->text[i].compression);
247 info_ptr->text[i].compression = PNG_TEXT_COMPRESSION_zTXt_WR;
249 else if (info_ptr->text[i].compression == PNG_TEXT_COMPRESSION_NONE)
260 info_ptr->text[i].compression = PNG_TEXT_COMPRESSION_NONE_WR;
320 info_ptr->text[i].compression);
    [all...]
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/audio/plugins/
WAVLoader.java 74 int compression = in.readShort(); local
75 if (compression != 1){
  /external/openssh/
readconf.h 59 int compression; /* Compress packets in both directions. */ member in struct:__anon12452
60 int compression_level; /* Compression level 1 (fast) to 9
  /external/libxml2/
xmlIO.c 1210 * @compression: the compression factor (0 - 9 included)
1218 xmlGzfileOpenW (const char *filename, int compression) {
1223 snprintf(mode, sizeof(mode), "wb%d", compression);
1441 int compression; member in struct:xmlIOHTTPWriteCtxt_
    [all...]
  /external/smack/src/org/jivesoftware/smack/
Connection.java.orig 38 import org.jivesoftware.smack.compression.JzlibInputOutputStream;
39 import org.jivesoftware.smack.compression.XMPPInputOutputStream;
40 import org.jivesoftware.smack.compression.Java7ZlibInputOutputStream;
126 // Add the Java7 compression handler first, since it's preferred
128 // If we don't have access to the Java7 API use the JZlib compression handler
326 * Returns true if network traffic is being compressed. When using stream compression network
327 * traffic can be reduced up to 90%. Therefore, stream compression is ideal when using a slow
    [all...]
Connection.java 38 import org.jivesoftware.smack.compression.JzlibInputOutputStream;
39 import org.jivesoftware.smack.compression.XMPPInputOutputStream;
40 import org.jivesoftware.smack.compression.Java7ZlibInputOutputStream;
126 // Add the Java7 compression handler first, since it's preferred
128 // If we don't have access to the Java7 API use the JZlib compression handler
326 * Returns true if network traffic is being compressed. When using stream compression network
327 * traffic can be reduced up to 90%. Therefore, stream compression is ideal when using a slow
    [all...]
  /external/chromium/chrome/browser/
page_info_model.cc 235 const char* compression; local
236 net::SSLCompressionToString(&compression, compression_id);
239 ASCIIToUTF16(compression));
  /bootable/recovery/minzip/
Zip.h 38 int compression; member in struct:ZipEntry
  /build/core/
dynamic_binary.mk 75 $(error Symbol compression not yet supported.)

Completed in 627 milliseconds

1 2 3 4 5