Home
last modified time | relevance | path

Searched refs:filter_method (Results 1 – 13 of 13) sorted by relevance

/external/honggfuzz/examples/libpng/
Dpersistent-png.c115 int bit_depth, color_type, interlace_method, compression_method, filter_method, unit_type, in LLVMFuzzerTestOneInput() local
121 &compression_method, &filter_method); in LLVMFuzzerTestOneInput()
/external/bcc/tools/lib/
Duflow.py106 filter_method = "if (!prefix_method(data.method)) { return 0; }" \
112 .replace("FILTER_METHOD", filter_method) \
/external/libpng/contrib/examples/
Dpngpixel.c184 compression_method, filter_method; in main() local
219 &compression_method, &filter_method)) in main()
/external/libpng/contrib/libtests/
Dpngimage.c567 int filter_method; member
951 &dp->interlace_method, &dp->compression_method, &dp->filter_method)) in update_display()
1000 int interlace_method, compression_method, filter_method; in compare_read() local
1004 &color_type, &interlace_method, &compression_method, &filter_method); in compare_read()
1017 C(filter_method); in compare_read()
1356 dp->interlace_method, dp->compression_method, dp->filter_method); in write_png()
/external/zopfli/src/zopflipng/lodepng/
Dlodepng.h405 unsigned filter_method; /*filter method of the original file*/ member
Dlodepng.cpp2844 info->filter_method = 0; in lodepng_info_init()
3984 info->filter_method = in[27]; in lodepng_inspect()
4000 if(info->filter_method != 0) CERROR_RETURN_ERROR(state->error, 33); in lodepng_inspect()
/external/libpng/contrib/tools/
Dpngfix.c853 png_byte filter_method; member
1469 else if (file->filter_method != 0) in calc_image_size()
2898 file->filter_method = reread_byte(file); in process_chunk()
/external/libpng/
Dpng.h2049 int *compression_method, int *filter_method));
2054 int filter_method));
Dpngpriv.h1114 int compression_method, int filter_method, int interlace_method),PNG_EMPTY);
Dlibpng-manual.txt1258 &compression_type, &filter_method);
1295 filter_method - (must be PNG_FILTER_TYPE_BASE
1302 interlace_type, compression_type, or filter_method can
1330 filter_method = png_get_filter_type(png_ptr,
2956 compression_type, filter_method)
2994 filter_method - (must be PNG_FILTER_TYPE_DEFAULT
3006 filter_method later by calling png_set_IHDR() again; if you do this, the
4484 same as the value of filter_method used
/external/pdfium/third_party/libpng16/
Dpng.h2043 int *compression_method, int *filter_method));
2048 int filter_method));
Dpngpriv.h1040 int compression_method, int filter_method, int interlace_method),PNG_EMPTY);
/external/ImageMagick/coders/
Dpng.c629 filter_method, member
4038 mng_info->ob[object_id]->filter_method=ping_filter_method; in ReadOnePNGImage()