Searched refs:decompressor (Results 1 – 14 of 14) sorted by relevance
/external/chromium/net/spdy/ |
D | spdy_framer.cc | 751 z_stream* decompressor = in ProcessDataFramePayload() local 753 if (!decompressor) in ProcessDataFramePayload() 758 decompressor->next_in = reinterpret_cast<Bytef*>( in ProcessDataFramePayload() 760 decompressor->avail_in = amount_to_forward; in ProcessDataFramePayload() 761 decompressor->next_out = in ProcessDataFramePayload() 763 decompressor->avail_out = decompressed_max_size; in ProcessDataFramePayload() 765 int rv = inflate(decompressor, Z_SYNC_FLUSH); in ProcessDataFramePayload() 772 decompressor->avail_out; in ProcessDataFramePayload() 779 amount_to_forward -= decompressor->avail_in; in ProcessDataFramePayload() 881 scoped_ptr<z_stream> decompressor(new z_stream); in GetStreamDecompressor() local [all …]
|
D | spdy_framer.h | 312 z_stream* decompressor);
|
/external/zlib/doc/ |
D | rfc1950.txt | 136 Unless otherwise indicated below, a compliant decompressor must be 293 below). The decompressor can use this identifier to determine 353 A compliant decompressor must check CMF, FLG, and ADLER32, and 355 A compliant decompressor must give an error indication if CM is 359 data to be interpreted incorrectly. A compliant decompressor must 361 identifier of a known preset dictionary. A decompressor may 364 decompressor must support all the preset dictionaries specified by 366 dictionary feature, a compliant decompressor must reject any 462 decompressor can be initialized with the appropriate context by 468 The compressor and the decompressor must use exactly the same [all …]
|
D | rfc1952.txt | 145 Unless otherwise indicated below, a compliant decompressor must be 318 decompressor can use FTEXT to choose the appropriate format. 321 leaving it cleared and a decompressor always has the option 470 A compliant decompressor must check ID1, ID2, and CM, and 475 trailer; in particular, a decompressor may ignore FTEXT and OS 477 compliant decompressor must give an error indication if any 581 includes a modification time, the gzip decompressor provides a
|
D | rfc1951.txt | 157 Unless otherwise indicated below, a compliant decompressor must be 769 A compliant decompressor must accept the full range of possible 884 compressor and decompressor is available within the zlib package at
|
/external/liblzf/ |
D | Changes | 48 - no changes to the decompressor.
|
/external/jpeg/ |
D | structure.doc | 120 The compressor and decompressor are each divided into two main sections: 121 the JPEG compressor or decompressor proper, and the preprocessing or 147 The decompressor library contains the following main elements: 166 in the decompressor, where a wide range of speed/quality tradeoffs is very 527 decompressor is divided into two sections that can run independently: 552 The main impact of dividing the decompressor in this fashion is that we must 929 1. Testing for a DNL marker must occur in the inner loop of the decompressor's 943 this approach we'd simply treat DNL as a no-op in the decompressor (at most,
|
D | libjpeg.doc | 233 The data format returned by the decompressor is the same in all details, 235 colormapped. But you can ask the decompressor to perform on-the-fly color 1390 buffer-reload procedure would be invoked only if the decompressor ran off the 1488 This routine is called only when the decompressor has failed to find 1507 is the best course of action --- this will allow the decompressor to output 1508 however much of the image is there. In pathological cases, the decompressor 1597 not decompression. The decompressor supports input suspension in all of its 1604 This will cause the decompressor to return to its caller with an indication 1615 Just as with compression, the decompressor will typically backtrack to a 1618 which is where the decompressor will backtrack to if FALSE is returned. [all …]
|
D | filelist.doc | 84 jdmainct.c Main buffer controller (JPEG decompressor => postprocessor).
|
D | change.log | 15 New decompressor library feature: COM and APPn markers found in the input
|
/external/bzip2/ |
D | CHANGES | 274 decompressor to crash, loop or access memory which does not
|
D | bzip2.txt | 255 decompressor will allocate 3700k but only touch 100k +
|
D | bzip2.1.preformatted | 258 decompressor will allocate 3700k but only touch 100k +
|
/external/zlib/ |
D | ChangeLog | 392 - Add a fast gzip decompressor, gun.c, to examples (use of inflateBack) 975 bit, so the decompressor could decompress all the correct data but went 1024 - allow preset dictionary shared between compressor and decompressor
|