HomeSort by relevance Sort by last modified time
    Searched defs:windowBits (Results 1 - 7 of 7) sorted by null

  /bootable/recovery/applypatch/
imgpatch.cpp 135 int windowBits = Read4(deflate_header+48);
222 int ret = deflateInit2(&strm, level, method, windowBits, memLevel, strategy);
imgdiff.cpp 80 * windowBits (4)
94 * windowBits (4)
158 int level, method, windowBits, memLevel, strategy;
555 chunk->level, chunk->method, chunk->windowBits,
566 ret = deflateInit2(&strm, chunk->level, chunk->method, chunk->windowBits,
591 * we started with. Sets the level, method, windowBits, memLevel, and
607 chunk->windowBits = -15; // 32kb window; negative to indicate a raw stream.
    [all...]
  /external/libpng/
pngwutil.c 245 * deflate header) to correct the windowBits value to match the actual data
256 if (data_size <= 16384) /* else windowBits must be 15 */
330 int windowBits = png_ptr->zlib_window_bits;
352 windowBits = png_ptr->zlib_text_window_bits;
365 /* Adjust 'windowBits' down if larger than 'data_size'; to stop this
369 * next windowBits size we need to fix up the value later. (Because even
379 unsigned int half_window_size = 1U << (windowBits-1);
384 --windowBits;
392 png_ptr->zlib_set_window_bits != windowBits ||
418 ret = deflateInit2(&png_ptr->zstream, level, method, windowBits,
    [all...]
  /external/pdfium/third_party/lpng_v163/
pngwutil.c 244 * deflate header) to correct the windowBits value to match the actual data
255 if (data_size <= 16384) /* else windowBits must be 15 */
329 int windowBits = png_ptr->zlib_window_bits;
351 windowBits = png_ptr->zlib_text_window_bits;
364 /* Adjust 'windowBits' down if larger than 'data_size'; to stop this
368 * next windowBits size we need to fix up the value later. (Because even
378 unsigned int half_window_size = 1U << (windowBits-1);
383 --windowBits;
391 png_ptr->zlib_set_window_bits != windowBits ||
417 ret = deflateInit2(&png_ptr->zstream, level, method, windowBits,
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/
netty-codec-http-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.0.CR3/
netty-codec-http2-4.1.0.CR3.jar 

Completed in 483 milliseconds