Home
last modified time | relevance | path

Searched refs:compressor (Results 1 – 25 of 106) sorted by relevance

12345

/third_party/glib/gio/
Dgzlibcompressor.c71 g_zlib_compressor_set_gzheader (GZlibCompressor *compressor) in g_zlib_compressor_set_gzheader() argument
77 if (compressor->format != G_ZLIB_COMPRESSOR_FORMAT_GZIP || in g_zlib_compressor_set_gzheader()
78 compressor->file_info == NULL) in g_zlib_compressor_set_gzheader()
81 memset (&compressor->gzheader, 0, sizeof (gz_header)); in g_zlib_compressor_set_gzheader()
82 compressor->gzheader.os = 0x03; /* Unix */ in g_zlib_compressor_set_gzheader()
84 filename = g_file_info_get_name (compressor->file_info); in g_zlib_compressor_set_gzheader()
85 compressor->gzheader.name = (Bytef *) filename; in g_zlib_compressor_set_gzheader()
86 compressor->gzheader.name_max = filename ? strlen (filename) + 1 : 0; in g_zlib_compressor_set_gzheader()
88 compressor->gzheader.time = in g_zlib_compressor_set_gzheader()
89 (uLong) g_file_info_get_attribute_uint64 (compressor->file_info, in g_zlib_compressor_set_gzheader()
[all …]
Dgzlibcompressor.h55 GFileInfo *g_zlib_compressor_get_file_info (GZlibCompressor *compressor);
57 void g_zlib_compressor_set_file_info (GZlibCompressor *compressor,
/third_party/skia/third_party/externals/brotli/python/tests/
Dcompressor_test.py21 self.compressor = None
38 out_file.write(self.compressor.process(in_file.read()))
39 out_file.write(self.compressor.finish())
49 out_file.write(self.compressor.process(data))
50 out_file.write(self.compressor.finish())
60 out_file.write(self.compressor.process(data))
61 out_file.write(self.compressor.flush())
62 out_file.write(self.compressor.finish())
72 self.compressor = brotli.Compressor(quality=1)
78 self.compressor = brotli.Compressor(quality=6)
[all …]
/third_party/glib/gio/tests/
Dconverter-stream.c394 GConverter *expander, *compressor; in test_compressor() local
409 compressor = g_compressor_converter_new (); in test_compressor()
416 cstream = g_converter_input_stream_new (mem, compressor); in test_compressor()
439 g_converter_reset (compressor); in test_compressor()
442 cstream_out = g_converter_output_stream_new (mem_out, compressor); in test_compressor()
470 g_converter_reset (compressor); in test_compressor()
477 cstream = g_converter_input_stream_new (mem, compressor); in test_compressor()
503 cstream = g_converter_input_stream_new (mem, compressor); in test_compressor()
527 g_converter_reset (compressor); in test_compressor()
532 cstream = g_converter_input_stream_new (mem, compressor); in test_compressor()
[all …]
/third_party/skia/third_party/externals/brotli/python/
Dbrotli.py48 compressor = Compressor(mode=mode, quality=quality, lgwin=lgwin,
50 return compressor.process(string) + compressor.finish()
/third_party/ffmpeg/libavcodec/
Dhapdec.c68 ctx->chunks[i].compressor = bytestream2_get_byte(gbc) << 4; in hap_parse_decode_instructions()
123 || ctx->chunks[i].compressor != HAP_COMP_NONE) in hap_can_use_tex_in_place()
159 ctx->chunks[0].compressor = section_type & 0xF0; in hap_parse_frame_header()
163 if (ctx->chunks[0].compressor == HAP_COMP_NONE) { in hap_parse_frame_header()
199 if (chunk->compressor == HAP_COMP_SNAPPY) { in hap_parse_frame_header()
209 } else if (chunk->compressor == HAP_COMP_NONE) { in hap_parse_frame_header()
233 if (chunk->compressor == HAP_COMP_SNAPPY) { in decompress_chunks_thread()
243 } else if (chunk->compressor == HAP_COMP_NONE) { in decompress_chunks_thread()
Dhapenc.c128 chunk->compressor = HAP_COMP_NONE; in hap_compress_frame()
131 chunk->compressor = HAP_COMP_SNAPPY; in hap_compress_frame()
171 ctx->chunks[0].compressor | ctx->opt_tex_fmt); in hap_write_frame_header()
182 bytestream2_put_byte(&pbc, ctx->chunks[i].compressor >> 4); in hap_write_frame_header()
213 ctx->chunks[0].compressor = HAP_COMP_NONE; in hap_encode()
Dhap.h54 enum HapCompressor compressor; member
/third_party/zlib/doc/
Drfc1950.txt138 the specifications presented here; a compliant compressor must
290 bytes which are initially fed to the compressor without
294 which dictionary has been used by the compressor.
301 0 - compressor used fastest algorithm
302 1 - compressor used fast algorithm
303 2 - compressor used default algorithm
304 3 - compressor used maximum compression, slowest algorithm
345 A compliant compressor must produce streams with correct CMF, FLG
348 the compressor may use only preset dictionaries that are specified
350 preset dictionary feature, the compressor must not set the FDICT
[all …]
Drfc1951.txt122 compressor.
159 the specifications presented here; a compliant compressor must
763 A compressor may limit further the ranges of values specified in
766 32K. Similarly, a compressor may limit the size of blocks so that
780 recommended that the implementor of a compressor follow the general
791 specification per se, and a compressor need not follow it in order to
794 The compressor terminates a block when it determines that starting a
796 fills up the compressor's block buffer.
798 The compressor uses a chained hash table to find duplicated strings,
802 compressor examines the hash chain for XYZ. If the chain is empty,
[all …]
Drfc1952.txt109 compressor.
147 specifications presented here; a compliant compressor must produce
313 an optional indication, which the compressor may set by
320 this bit, since a compressor always has the option of
379 XFL = 2 - compressor used maximum compression,
381 XFL = 4 - compressor used fastest algorithm
464 A compliant compressor must produce files with correct ID1,
467 OS, 0 for all others). The compressor must set all reserved
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/doc/
Drfc1950.txt138 the specifications presented here; a compliant compressor must
290 bytes which are initially fed to the compressor without
294 which dictionary has been used by the compressor.
301 0 - compressor used fastest algorithm
302 1 - compressor used fast algorithm
303 2 - compressor used default algorithm
304 3 - compressor used maximum compression, slowest algorithm
345 A compliant compressor must produce streams with correct CMF, FLG
348 the compressor may use only preset dictionaries that are specified
350 preset dictionary feature, the compressor must not set the FDICT
[all …]
Drfc1951.txt122 compressor.
159 the specifications presented here; a compliant compressor must
763 A compressor may limit further the ranges of values specified in
766 32K. Similarly, a compressor may limit the size of blocks so that
780 recommended that the implementor of a compressor follow the general
791 specification per se, and a compressor need not follow it in order to
794 The compressor terminates a block when it determines that starting a
796 fills up the compressor's block buffer.
798 The compressor uses a chained hash table to find duplicated strings,
802 compressor examines the hash chain for XYZ. If the chain is empty,
[all …]
Drfc1952.txt109 compressor.
147 specifications presented here; a compliant compressor must produce
313 an optional indication, which the compressor may set by
320 this bit, since a compressor always has the option of
379 XFL = 2 - compressor used maximum compression,
381 XFL = 4 - compressor used fastest algorithm
464 A compliant compressor must produce files with correct ID1,
467 OS, 0 for all others). The compressor must set all reserved
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/doc/
Drfc1950.txt138 the specifications presented here; a compliant compressor must
290 bytes which are initially fed to the compressor without
294 which dictionary has been used by the compressor.
301 0 - compressor used fastest algorithm
302 1 - compressor used fast algorithm
303 2 - compressor used default algorithm
304 3 - compressor used maximum compression, slowest algorithm
345 A compliant compressor must produce streams with correct CMF, FLG
348 the compressor may use only preset dictionaries that are specified
350 preset dictionary feature, the compressor must not set the FDICT
[all …]
Drfc1951.txt122 compressor.
159 the specifications presented here; a compliant compressor must
763 A compressor may limit further the ranges of values specified in
766 32K. Similarly, a compressor may limit the size of blocks so that
780 recommended that the implementor of a compressor follow the general
791 specification per se, and a compressor need not follow it in order to
794 The compressor terminates a block when it determines that starting a
796 fills up the compressor's block buffer.
798 The compressor uses a chained hash table to find duplicated strings,
802 compressor examines the hash chain for XYZ. If the chain is empty,
[all …]
Drfc1952.txt109 compressor.
147 specifications presented here; a compliant compressor must produce
313 an optional indication, which the compressor may set by
320 this bit, since a compressor always has the option of
379 XFL = 2 - compressor used maximum compression,
381 XFL = 4 - compressor used fastest algorithm
464 A compliant compressor must produce files with correct ID1,
467 OS, 0 for all others). The compressor must set all reserved
/third_party/miniz/
DREADME.md3 …ed to be comparable to zlib's, and it also has a specialized real-time compressor function designe…
16 * Not a block based compressor: miniz.c fully supports stream based processing using a coroutine-st…
17 * Easy to use. The low-level compressor (tdefl) and decompressor (tinfl) have simple state structs …
34 … purposely uses the same core algorithms as the ones used by zlib. The compressor uses vanilla has…
/third_party/miniz/amalgamation/
Dreadme.md3 …ed to be comparable to zlib's, and it also has a specialized real-time compressor function designe…
16 * Not a block based compressor: miniz.c fully supports stream based processing using a coroutine-st…
17 * Easy to use. The low-level compressor (tdefl) and decompressor (tinfl) have simple state structs …
34 … purposely uses the same core algorithms as the ones used by zlib. The compressor uses vanilla has…
/third_party/bzip2/
DREADME.OpenSource9 …zip2 is a freely available, patent free (see below), high-quality data compressor. It typically co…
/third_party/python/Doc/library/
Dbz2.rst149 Create a new compressor object. This object may be used to compress data
158 Provide data to the compressor object. Returns a chunk of compressed data
161 When you have finished providing data to the compressor, call the
170 The compressor object may not be used after this method has been called.
295 ... # Provide data to the compressor object
299 >>> # finished providing data to the compressor.
/third_party/lz4/doc/
Dlz4_Block_format.md11 LZ4 is an LZ77-type compressor with a fixed, byte-oriented encoding.
19 not how the compressor nor decompressor actually work.
21 on implementation details of the compressor, and vice versa.
149 The format makes no assumption nor limits to the way the compressor
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DLzcompCompress.java412 LzcompCompress compressor = new LzcompCompress(); in compress() local
413 compressor.write(dataIn); in compress()
414 return compressor.toByteArray(); in compress()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DLzcompCompress.java412 LzcompCompress compressor = new LzcompCompress(); in compress() local
413 compressor.write(dataIn); in compress()
414 return compressor.toByteArray(); in compress()
/third_party/libwebsockets/lib/roles/http/compression/
DREADME.md7 The compression transforms expose an "ops" type struct and a compressor name

12345