Home
last modified time | relevance | path

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

1234

/third_party/boost/libs/iostreams/src/
Dbzip2.cpp114 int bzip2_base::end(bool compress, std::nothrow_t) in end()
122 void bzip2_base::end(bool compress) in end()
129 int bzip2_base::compress(int action) in compress() function in boost::iostreams::detail::bzip2_base
140 ( bool compress, in do_init()
Dlzma.cpp117 void lzma_base::reset(bool compress, bool realloc) in reset()
128 ( const lzma_params& p, bool compress, in do_init()
145 void lzma_base::init_stream(bool compress) in init_stream()
Dzlib.cpp110 void zlib_base::after(const char*& src_begin, char*& dest_begin, bool compress) in after()
142 void zlib_base::reset(bool compress, bool realloc) in reset()
157 ( const zlib_params& p, bool compress, in do_init()
Dzstd.cpp124 void zstd_base::reset(bool compress, bool realloc) in reset()
143 ( const zstd_params& p, bool compress, in do_init()
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/scripts/
Dbundle.js10 , compress = process.argv[4]; variable
34 compress: {}, property
/third_party/flutter/skia/third_party/externals/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
/third_party/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
400 public void compress(BufferedImage srcImage, byte[] dstBuf, int flags) in compress() method in TJCompressor
413 public byte[] compress(BufferedImage srcImage, int flags) in compress() method in TJCompressor
604 private native int compress(byte[] srcBuf, int width, int pitch, in compress() method in TJCompressor
609 private native int compress(byte[] srcBuf, int x, int y, int width, in compress() method in TJCompressor
615 private native int compress(int[] srcBuf, int width, int stride, in compress() method in TJCompressor
620 private native int compress(int[] srcBuf, int x, int y, int width, in compress() method in TJCompressor
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCompression.cpp49 Error zlib::compress(StringRef InputBuffer, in compress() function in zlib
90 Error zlib::compress(StringRef InputBuffer, in compress() function in zlib
DIntEqClasses.cpp59 void IntEqClasses::compress() { in compress() function in IntEqClasses
/third_party/skia/third_party/externals/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
/third_party/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
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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
/third_party/skia/third_party/externals/brotli/python/
Dbrotli.py26 def compress(string, mode=MODE_GENERIC, quality=11, lgwin=22, lgblock=0): function
/third_party/libwebsockets/win32port/zlib/
Dcompress.c62 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() function
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
Dcompress.c68 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() function
/third_party/node/deps/zlib/
Dcompress.c68 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() function
/third_party/zlib/
Dcompress.c68 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() function
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
Dcompress.c68 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() function
/third_party/skia/third_party/externals/zlib/
Dcompress.c68 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() function
/third_party/flutter/skia/third_party/externals/zlib/
Dcompress.c68 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() function
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/uridownloader/
Dgsturidownloader.c462 const gchar * referer, gboolean compress, in gst_uri_downloader_set_uri()
536 const gchar * uri, const gchar * referer, gboolean compress, in gst_uri_downloader_fetch_uri()
554 downloader, const gchar * uri, const gchar * referer, gboolean compress, in gst_uri_downloader_fetch_uri_with_range()
/third_party/node/test/parallel/
Dtest-zlib-flush-write-sync-interleaved.js11 const compress = createGzip(); constant
/third_party/openssl/crypto/comp/
Dcomp_local.h15 int (*compress) (COMP_CTX *ctx, member
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DMtxWriter.java49 public byte[] compress(Font sfntlyFont) { in compress() method in MtxWriter
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DMtxWriter.java49 public byte[] compress(Font sfntlyFont) { in compress() method in MtxWriter

1234