Searched refs:windowBits (Results 1 – 2 of 2) sorted by relevance
/bootable/recovery/applypatch/ |
D | imgpatch.cpp | 135 int windowBits = Read4(deflate_header+48); in ApplyImagePatch() local 222 int ret = deflateInit2(&strm, level, method, windowBits, memLevel, strategy); in ApplyImagePatch()
|
D | imgdiff.cpp | 158 int level, method, windowBits, memLevel, strategy; member 555 chunk->level, chunk->method, chunk->windowBits, in TryReconstruction() 566 ret = deflateInit2(&strm, chunk->level, chunk->method, chunk->windowBits, in TryReconstruction() 607 chunk->windowBits = -15; // 32kb window; negative to indicate a raw stream. in ReconstructDeflateChunk() 1057 Write4(tgt_chunks[i].windowBits, f); in main()
|