Searched refs:filter_method (Results 1 – 10 of 10) sorted by relevance
/external/bcc/tools/lib/ |
D | uflow.py | 109 filter_method = "if (!prefix_method(data.method)) { return 0; }" \ 115 .replace("FILTER_METHOD", filter_method) \
|
/external/libpng/contrib/examples/ |
D | pngpixel.c | 184 compression_method, filter_method; in main() local 219 &compression_method, &filter_method)) in main()
|
/external/libpng/contrib/libtests/ |
D | pngimage.c | 570 int filter_method; member 954 &dp->interlace_method, &dp->compression_method, &dp->filter_method)) in update_display() 1006 int interlace_method, compression_method, filter_method; in compare_read() local 1010 &color_type, &interlace_method, &compression_method, &filter_method)) in compare_read() 1024 C(filter_method); in compare_read() 1365 dp->interlace_method, dp->compression_method, dp->filter_method); in write_png()
|
/external/zopfli/src/zopflipng/lodepng/ |
D | lodepng.h | 432 unsigned filter_method; /*filter method of the original file*/ member
|
D | lodepng.cpp | 3036 info->filter_method = 0; in lodepng_info_init() 4073 info->filter_method = in[27]; in lodepng_inspect() 4086 if(info->filter_method != 0) CERROR_RETURN_ERROR(state->error, 33); in lodepng_inspect()
|
/external/libpng/contrib/tools/ |
D | pngfix.c | 853 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/ |
D | png.h | 2018 int *compression_method, int *filter_method)); 2023 int filter_method));
|
D | pngpriv.h | 1114 int compression_method, int filter_method, int interlace_method),PNG_EMPTY);
|
D | libpng-manual.txt | 1259 &compression_type, &filter_method); 1296 filter_method - (must be PNG_FILTER_TYPE_BASE 1303 interlace_type, compression_type, or filter_method can 1331 filter_method = png_get_filter_type(png_ptr, 2957 compression_type, filter_method) 2995 filter_method - (must be PNG_FILTER_TYPE_DEFAULT 3007 filter_method later by calling png_set_IHDR() again; if you do this, the 4485 same as the value of filter_method used
|
/external/ImageMagick/coders/ |
D | png.c | 630 filter_method, member 4043 mng_info->ob[object_id]->filter_method=ping_filter_method; in ReadOnePNGImage()
|