Searched refs:level (Results 1 – 2 of 2) sorted by relevance
/bootable/recovery/applypatch/ |
D | imgdiff.cpp | 254 bool TryReconstruction(int level); 404 for (int level = 6; level <= 9; level += 3) { in ReconstructDeflateChunk() local 405 if (TryReconstruction(level)) { in ReconstructDeflateChunk() 406 compress_level_ = level; in ReconstructDeflateChunk() 420 bool ImageChunk::TryReconstruction(int level) { in TryReconstruction() argument 427 int ret = deflateInit2(&strm, level, METHOD, WINDOWBITS, MEMLEVEL, STRATEGY); in TryReconstruction()
|
D | imgpatch.cpp | 54 int level = Read4(deflate_header + 40); in ApplyBSDiffPatchAndStreamOutput() local 66 int ret = deflateInit2(strm.get(), level, method, window_bits, mem_level, strategy); in ApplyBSDiffPatchAndStreamOutput()
|