Home
last modified time | relevance | path

Searched refs:decompressor (Results 1 – 25 of 28) sorted by relevance

12

/external/chromium_org/net/quic/
Dquic_spdy_decompressor_test.cc49 QuicSpdyDecompressor decompressor; in TEST_F() local
52 EXPECT_EQ(1u, decompressor.current_header_id()); in TEST_F()
56 decompressor.DecompressData(partial_compressed_headers, in TEST_F()
58 EXPECT_EQ(1u, decompressor.current_header_id()) << "i: " << i; in TEST_F()
63 decompressor.DecompressData(remaining_compressed_headers, in TEST_F()
67 EXPECT_EQ(2u, decompressor.current_header_id()); in TEST_F()
Dquic_data_stream.cc148 session()->decompressor()->current_header_id(); in ProcessRawData()
170 size_t bytes_consumed = session()->decompressor()->DecompressData( in ProcessRawData()
190 session()->decompressor()->current_header_id() != headers_id_; in ProcessRawData()
241 session()->decompressor()->current_header_id()); in OnDecompressorAvailable()
252 size_t bytes_consumed = session()->decompressor()->DecompressData( in OnDecompressorAvailable()
263 session()->decompressor()->current_header_id() != headers_id_; in OnDecompressorAvailable()
Dquic_spdy_compressor_test.cc26 QuicSpdyDecompressor decompressor; in TEST_F() local
39 decompressor.DecompressData(compressed_data, &visitor_); in TEST_F()
Dquic_data_stream_test.cc328 EXPECT_EQ(2u, session_->decompressor()->current_header_id()); in TEST_F()
371 EXPECT_EQ(2u, session_->decompressor()->current_header_id()); in TEST_F()
420 EXPECT_EQ(2u, session_->decompressor()->current_header_id()); in TEST_F()
437 EXPECT_EQ(2u, session_->decompressor()->current_header_id()); in TEST_F()
Dquic_session.h167 QuicSpdyDecompressor* decompressor() { return &decompressor_; } in decompressor() function
/external/chromium/net/spdy/
Dspdy_framer.cc93 int DecompressHeaderBlockInZStream(z_stream* decompressor) { in DecompressHeaderBlockInZStream() argument
94 int rv = inflate(decompressor, Z_SYNC_FLUSH); in DecompressHeaderBlockInZStream()
97 if (decompressor->adler == dictionary_id) { in DecompressHeaderBlockInZStream()
98 rv = inflateSetDictionary(decompressor, in DecompressHeaderBlockInZStream()
102 rv = inflate(decompressor, Z_SYNC_FLUSH); in DecompressHeaderBlockInZStream()
1064 z_stream* decompressor = in ProcessDataFramePayload() local
1066 if (!decompressor) in ProcessDataFramePayload()
1071 decompressor->next_in = reinterpret_cast<Bytef*>( in ProcessDataFramePayload()
1073 decompressor->avail_in = amount_to_forward; in ProcessDataFramePayload()
1074 decompressor->next_out = in ProcessDataFramePayload()
[all …]
Dspdy_framer.h375 z_stream* decompressor);
/external/chromium_org/chrome/installer/mac/
Ddirpatcher.sh168 local decompressor="${4}"
170 if ! "${decompressor}" -c < "${patch_file}" > "${new_file}"; then
171 err "couldn't decompress ${patch_file} to ${new_file} with ${decompressor}"
/external/zlib/src/doc/
Drfc1950.txt136 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 …]
Drfc1952.txt145 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
Drfc1951.txt157 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/chromium_org/third_party/snappy/
DREADME.chromium1 Name: Snappy: A fast compressor/decompressor
/external/chromium_org/net/tools/quic/
Dquic_spdy_server_stream_test.cc83 QuicSpdyDecompressor decompressor; in ValidateHeaders() local
92 decompressor.DecompressData(headers.substr(4), &visitor)); in ValidateHeaders()
/external/liblzf/
DChanges48 - no changes to the decompressor.
/external/qemu/distrib/jpeg-6b/
Dstructure.doc120 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,
Dfilelist.doc84 jdmainct.c Main buffer controller (JPEG decompressor => postprocessor).
Dlibjpeg.doc233 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 …]
Dchange.log15 New decompressor library feature: COM and APPn markers found in the input
/external/jpeg/
Dstructure.doc120 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,
Dfilelist.doc84 jdmainct.c Main buffer controller (JPEG decompressor => postprocessor).
Dlibjpeg.doc233 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 …]
Dchange.log15 New decompressor library feature: COM and APPn markers found in the input
/external/bzip2/
DCHANGES274 decompressor to crash, loop or access memory which does not
Dbzip2.txt255 decompressor will allocate 3700k but only touch 100k +
/external/chromium_org/net/third_party/nss/ssl/
Dsslimpl.h589 SSLCompressor decompressor; /* and uncompress because zconf.h */ member

12