Home
last modified time | relevance | path

Searched refs:zlib_strategy (Results 1 – 7 of 7) sorted by relevance

/external/zlib/contrib/bench/
Dzlib_bench.cc105 static int zlib_strategy = Z_DEFAULT_STRATEGY; variable
110 if (zlib_strategy == Z_HUFFMAN_ONLY) in zlib_level_strategy_name()
112 if (zlib_strategy == Z_RLE) in zlib_level_strategy_name()
114 if (zlib_strategy == Z_DEFAULT_STRATEGY) in zlib_level_strategy_name()
116 error_exit("bad strategy", zlib_strategy); in zlib_level_strategy_name()
137 zlib_stream_wrapper_type(type), MAX_MEM_LEVEL, zlib_strategy); in zlib_compress()
332 zlib_strategy = Z_HUFFMAN_ONLY; in main()
334 zlib_strategy = Z_RLE; in main()
/external/libpng/
Dpngstruct.h193 int zlib_strategy; /* holds zlib compression strategy */ member
Dpngwrite.c529 png_ptr->zlib_strategy = PNG_Z_DEFAULT_STRATEGY;
1190 png_ptr->zlib_strategy = strategy; in png_set_compression_strategy()
Dpngwutil.c337 strategy = png_ptr->zlib_strategy; in png_deflate_claim()
/external/pdfium/third_party/libpng16/
Dpngstruct.h193 int zlib_strategy; /* holds zlib compression strategy */ member
Dpngwrite.c529 png_ptr->zlib_strategy = PNG_Z_DEFAULT_STRATEGY;
1190 png_ptr->zlib_strategy = strategy; in png_set_compression_strategy()
Dpngwutil.c337 strategy = png_ptr->zlib_strategy; in png_deflate_claim()