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

1 2 3 4 5 6 7 8

  /external/chromium_org/third_party/webrtc/voice_engine/include/
voe_file.h 115 CodecInst* compression = NULL,
123 CodecInst* compression = NULL) = 0;
127 CodecInst* compression = NULL,
132 CodecInst* compression = NULL) = 0;
154 CodecInst* compression) { return -1; }
157 CodecInst* compression) { return -1; }
  /external/libpng/scripts/
def.dfn 20 PNG_DFN "OS2 DESCRIPTION "PNG image compression library""
  /external/chromium_org/third_party/leveldatabase/src/util/
options.cc 24 compression(kSnappyCompression),
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_file_impl.h 69 CodecInst* compression = NULL,
74 CodecInst* compression = NULL);
81 CodecInst* compression = NULL,
85 CodecInst* compression = NULL);
voe_file_impl.cc 378 int channel, const char* fileNameUTF8, CodecInst* compression,
383 "compression, maxSizeBytes=%d)",
395 (fileNameUTF8, compression);
408 return channelPtr->StartRecordingPlayout(fileNameUTF8, compression);
413 int channel, OutStream* stream, CodecInst* compression)
416 "StartRecordingPlayout(channel=%d, stream, compression)",
426 StartRecordingPlayout(stream, compression);
438 return channelPtr->StartRecordingPlayout(stream, compression);
470 const char* fileNameUTF8, CodecInst* compression, int maxSizeBytes)
473 "StartRecordingMicrophone(fileNameUTF8=%s, compression, "
    [all...]
  /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
  /external/chromium_org/v8/tools/testrunner/server/
local_handler.py 33 from . import compression namespace
41 compression.Send(query, sock)
42 compression.Send(constants.END_OF_STREAM, sock)
43 rec = compression.Receiver(sock)
56 rec = compression.Receiver(self.request)
65 compression.Send([action, response], self.request)
71 compression.Send([action, self.server.daemon.pubkey_fingerprint],
75 compression.Send([action, self._GetStatusMessage()], self.request)
79 compression.Send([action, fingerprint], self.request)
94 compression.Send(constants.END_OF_STREAM, self.request
    [all...]
status_handler.py 32 from . import compression namespace
42 compression.Send(query, sock)
43 compression.Send(constants.END_OF_STREAM, sock)
44 rec = compression.Receiver(sock)
79 rec = compression.Receiver(self.request)
86 compression.Send([action, response], self.request)
90 compression.Send([action, response], self.request)
102 compression.Send([action, response], self.request)
105 compression.Send(constants.END_OF_STREAM, self.request)
work_handler.py 35 from . import compression namespace
45 rec = compression.Receiver(self.request)
79 compression.Send([[-1, error_message]], self.request)
80 compression.Send(constants.END_OF_STREAM, self.request)
  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
options.h 22 // compression method (if any) is used to compress a block.
103 // compression is enabled. This parameter can be changed dynamically.
115 // Compress blocks using the specified compression algorithm. This
119 // compression.
122 // ~200-500MB/s compression
129 CompressionType compression; member in struct:leveldb::Options
  /external/chromium_org/v8/tools/testrunner/network/
network_execution.py 40 from ..server import compression namespace
97 compression.Send([constants.REQUEST_PUBKEY_FINGERPRINT], self.local_socket)
101 self.local_receiver = compression.Receiver(self.local_socket)
163 compression.Send(constants.END_OF_STREAM, self.local_socket)
183 compression.Send(data, sock)
184 compression.Send(constants.END_OF_STREAM, sock)
185 rec = compression.Receiver(sock)
204 compression.Send(
227 compression.Send([constants.UNRESPONSIVE_PEER, peer.address],
254 compression.Send([constants.UPDATE_PERF, p.address
    [all...]
endpoint.py 39 from ..server import compression namespace
80 compression.Send(result, self.sock)
121 compression.Send([[-1, message]], sock)
  /external/chromium_org/third_party/libxml/src/include/libxml/
c14n.h 90 int compression);
  /external/libxml2/include/libxml/
c14n.h 90 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 122 /* set the compression levels--in general, always want to leave filtering
126 * compression (NOT the default); and remaining compression flags should
184 text[num_text].compression = PNG_TEXT_COMPRESSION_NONE;
190 text[num_text].compression = PNG_TEXT_COMPRESSION_NONE;
196 text[num_text].compression = PNG_TEXT_COMPRESSION_NONE;
202 text[num_text].compression = PNG_TEXT_COMPRESSION_NONE;
208 text[num_text].compression = PNG_TEXT_COMPRESSION_NONE;
214 text[num_text].compression = PNG_TEXT_COMPRESSION_NONE;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zipfile.py 50 def make_test_archive(self, f, compression):
52 with zipfile.ZipFile(f, "w", compression) as zipfp:
57 def zip_test(self, f, compression):
58 self.make_test_archive(f, compression)
61 with zipfile.ZipFile(f, "r", compression) as zipfp:
119 def zip_open_test(self, f, compression):
120 self.make_test_archive(f, compression)
123 with zipfile.ZipFile(f, "r", compression) as zipfp:
165 def zip_random_open_test(self, f, compression):
166 self.make_test_archive(f, compression)
    [all...]
test_zipfile64.py 46 def zipTest(self, f, compression):
48 zipfp = zipfile.ZipFile(f, "w", compression, allowZip64=True)
67 zipfp = zipfile.ZipFile(f, "r", compression)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zipfile.py 50 def make_test_archive(self, f, compression):
52 with zipfile.ZipFile(f, "w", compression) as zipfp:
57 def zip_test(self, f, compression):
58 self.make_test_archive(f, compression)
61 with zipfile.ZipFile(f, "r", compression) as zipfp:
119 def zip_open_test(self, f, compression):
120 self.make_test_archive(f, compression)
123 with zipfile.ZipFile(f, "r", compression) as zipfp:
165 def zip_random_open_test(self, f, compression):
166 self.make_test_archive(f, compression)
    [all...]
test_zipfile64.py 46 def zipTest(self, f, compression):
48 zipfp = zipfile.ZipFile(f, "w", compression, allowZip64=True)
67 zipfp = zipfile.ZipFile(f, "r", compression)
  /external/chromium_org/chrome/browser/ui/cocoa/
browser_window_controller_private.h 59 // Sets the toolbar's height to a value appropriate for the given compression.
62 - (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/x86_64-linux-glibc2.11-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.11-4.8/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...]

Completed in 678 milliseconds

1 2 3 4 5 6 7 8