Home
last modified time | relevance | path

Searched defs:compress (Results 1 – 25 of 109) sorted by relevance

12345

/external/tinycompress/
Dcompress.c84 struct compress { struct
96 static int oops(struct compress *compress, int e, const char *fmt, ...) in oops()
113 const char *compress_get_error(struct compress *compress) in compress_get_error()
121 int is_compress_running(struct compress *compress) in is_compress_running()
126 int is_compress_ready(struct compress *compress) in is_compress_ready()
131 static int get_compress_version(struct compress *compress) in get_compress_version()
142 static bool _is_codec_supported(struct compress *compress, struct compr_config *config, in _is_codec_supported()
218 struct compress *compress; in compress_open() local
301 void compress_close(struct compress *compress) in compress_close()
314 int compress_get_hpointer(struct compress *compress, in compress_get_hpointer()
[all …]
Dcplay.c138 static int print_time(struct compress *compress) in print_time()
204 struct compress *compress; in play_samples() local
/external/chromium-trace/catapult/systrace/profile_chrome/
Dprofiler.py15 def _GetResults(trace_results, controller, output, compress, write_json, argument
62 compress=False, write_json=False): argument
/external/grpc-grpc-java/core/src/main/java/io/grpc/
DCodec.java42 public OutputStream compress(OutputStream os) throws IOException { in compress() method in Codec.Gzip
74 public OutputStream compress(OutputStream os) throws IOException { in compress() method in Codec.Identity
DCompressor.java39 OutputStream compress(OutputStream os) throws IOException; in compress() method
/external/scapy/scapy/layers/tls/crypto/
Dcompression.py46 def compress(self, s): member in Comp_NULL
59 def compress(self, s): member in Comp_Deflate
79 def compress(self, s): member in Comp_LZS
/external/llvm/lib/Support/
DCompression.cpp49 zlib::Status zlib::compress(StringRef InputBuffer, in compress() function in zlib
85 zlib::Status zlib::compress(StringRef InputBuffer, in compress() function in zlib
DIntEqClasses.cpp60 void IntEqClasses::compress() { in compress() function in IntEqClasses
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/lz4/
DBlockLZ4CompressorOutputStreamTest.java345 private byte[] compress(int length) throws IOException { in compress() method in BlockLZ4CompressorOutputStreamTest
349 private byte[] compress(int lengthBeforeTrailer, int... lengthOfTrailers) throws IOException { in compress() method in BlockLZ4CompressorOutputStreamTest
354 private byte[] compress(byte[] input, int... lengthOfTrailers) throws IOException { in compress() method in BlockLZ4CompressorOutputStreamTest
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJCompressor.java329 public void compress(byte[] dstBuf, int flags) throws TJException { in compress() method in TJCompressor
379 public byte[] compress(int flags) throws TJException { in compress() method in TJCompressor
393 public void compress(BufferedImage srcImage, byte[] dstBuf, int flags) in compress() method in TJCompressor
406 public byte[] compress(BufferedImage srcImage, int flags) in compress() method in TJCompressor
597 private native int compress(byte[] srcBuf, int width, int pitch, in compress() method in TJCompressor
602 private native int compress(byte[] srcBuf, int x, int y, int width, in compress() method in TJCompressor
608 private native int compress(int[] srcBuf, int width, int stride, in compress() method in TJCompressor
613 private native int compress(int[] srcBuf, int x, int y, int width, in compress() method in TJCompressor
/external/brotli/java/org/brotli/wrapper/enc/
DEncoder.java159 public static byte[] compress(byte[] data, Parameters params) throws IOException { in compress() method in Encoder
202 public static byte[] compress(byte[] data) throws IOException { in compress() method in Encoder
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DCompression.cpp60 Error zlib::compress(StringRef InputBuffer, in compress() function in zlib
103 Error zlib::compress(StringRef InputBuffer, in compress() function in zlib
DIntEqClasses.cpp60 void IntEqClasses::compress() { in compress() function in IntEqClasses
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeCompressor.java303 public static byte [] compress(String buffer) in compress() method in UnicodeCompressor
317 public static byte [] compress(char [] buffer, in compress() method in UnicodeCompressor
358 public int compress(char [] charBuffer, in compress() method in UnicodeCompressor
/external/icu/android_icu4j/src/main/java/android/icu/text/
DUnicodeCompressor.java302 public static byte [] compress(String buffer) in compress() method in UnicodeCompressor
315 public static byte [] compress(char [] buffer, in compress() method in UnicodeCompressor
355 public int compress(char [] charBuffer, in compress() method in UnicodeCompressor
/external/brotli/python/
Dbrotli.py26 def compress(string, mode=MODE_GENERIC, quality=11, lgwin=22, lgblock=0): function
/external/caliper/examples/src/main/java/examples/
DCompressionSizeBenchmark.java68 private byte[] compress(byte[] bytes) { in compress() method in CompressionSizeBenchmark
/external/python/cpython2/Lib/plat-irix5/
Djpeg.py19 def compress(imgdata, width, height, bytesperpixel): function
/external/python/cpython2/Lib/plat-irix6/
Djpeg.py19 def compress(imgdata, width, height, bytesperpixel): function
/external/python/cpython2/Demo/zlib/
Dminigzip.py25 def compress (filename, input, output): function
/external/python/cpython2/Modules/zlib/
Dcompress.c68 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() function
/external/v8/third_party/zlib/
Dcompress.c68 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() function
/external/zlib/
Dcompress.c68 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() function
/external/fonttools/Lib/fontTools/ttLib/tables/
DgrUtils.py27 def compress(scheme, data): function
/external/u-boot/tools/binman/
Dcbfs_util.py145 def compress_name(compress): argument
225 def __init__(self, name, ftype, data, cbfs_offset, compress=COMPRESS_NONE): argument
274 def raw(cls, name, data, cbfs_offset, compress): argument
540 compress=COMPRESS_NONE): argument

12345