Searched refs:interlace_method (Results 1 – 10 of 10) sorted by relevance
/external/libpng/contrib/examples/ |
D | pngpixel.c | 181 int bit_depth, color_type, interlace_method, in main() local 216 &bit_depth, &color_type, &interlace_method, in main() 226 switch (interlace_method) in main() 248 if (interlace_method == PNG_INTERLACE_ADAM7) in main()
|
/external/libpng/contrib/libtests/ |
D | pngimage.c | 521 int interlace_method; member 868 &dp->interlace_method, &dp->compression_method, &dp->filter_method)) in update_display() 920 int interlace_method, compression_method, filter_method; in compare_read() local 924 &color_type, &interlace_method, &compression_method, &filter_method); in compare_read() 935 C(interlace_method); in compare_read() 1271 dp->interlace_method, dp->compression_method, dp->filter_method); in write_png()
|
/external/zopfli/src/zopflipng/lodepng/ |
D | lodepng.h | 406 unsigned interlace_method; /*interlace method of the original file*/ member
|
D | lodepng.cpp | 2842 info->interlace_method = 0; in lodepng_info_init() 3985 info->interlace_method = in[28]; in lodepng_inspect() 4002 if(info->interlace_method > 1) CERROR_RETURN_ERROR(state->error, 34); in lodepng_inspect() 4217 if(info_png->interlace_method == 0) in postProcessScanlines() 4903 … LodePNGColorType colortype, unsigned bitdepth, unsigned interlace_method) in addChunk_IHDR() argument 4915 ucvector_push_back(&header, interlace_method); /*interlace method*/ in addChunk_IHDR() 5547 if(info_png->interlace_method == 0) in preProcessScanlines() 5696 if(state->info_png.interlace_method > 1) in lodepng_encode() 5731 addChunk_IHDR(&outv, w, h, info.color.colortype, info.color.bitdepth, info.interlace_method); in lodepng_encode()
|
D | lodepng_util.cpp | 199 if(state.info_png.interlace_method == 0) in getFilterTypesInterlaced()
|
/external/libpng/contrib/tools/ |
D | pngfix.c | 849 png_byte interlace_method; member 1467 else switch (file->interlace_method) in calc_image_size() 2893 file->interlace_method = reread_byte(file); in process_chunk()
|
/external/libpng/ |
D | png.h | 2172 int *bit_depth, int *color_type, int *interlace_method, 2177 int color_type, int interlace_method, int compression_method,
|
D | pngpriv.h | 1023 int compression_method, int filter_method, int interlace_method),PNG_EMPTY);
|
/external/qemu/distrib/libpng-1.2.46/ |
D | png.h | 2472 int *bit_depth, int *color_type, int *interlace_method, 2477 int color_type, int interlace_method, int compression_method, 3322 int interlace_method)) PNG_PRIVATE;
|
/external/chromium_org/third_party/libpng/ |
D | png.h | 2400 int *bit_depth, int *color_type, int *interlace_method, 2405 int color_type, int interlace_method, int compression_method, 3238 int interlace_method)) PNG_PRIVATE;
|