Searched refs:filter_method (Results 1 – 11 of 11) 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/cronet/tot/third_party/rust/chromium_crates_io/vendor/png-0.17.14/src/ |
D | encoder.rs | 679 let filter_method = self.options.filter; in write_image_data() localVariable 689 filter_method, in write_image_data() 730 filter_method, in write_image_data()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/png-0.17.14/src/ |
D | encoder.rs | 679 let filter_method = self.options.filter; in write_image_data() localVariable 689 filter_method, in write_image_data() 730 filter_method, in write_image_data()
|
/external/libpng/contrib/tools/ |
D | pngfix.c | 835 png_byte filter_method; member 1459 else if (file->filter_method != 0) in calc_image_size() 2888 file->filter_method = reread_byte(file); in process_chunk()
|
/external/libpng/ |
D | png.h | 2014 int *compression_method, int *filter_method)); 2019 int filter_method));
|
D | pngpriv.h | 1107 int compression_method, int filter_method, int interlace_method),PNG_EMPTY);
|
D | libpng-manual.txt | 1257 &compression_type, &filter_method); 1294 filter_method - (must be PNG_FILTER_TYPE_BASE 1301 interlace_type, compression_type, or filter_method can 1329 filter_method = png_get_filter_type(png_ptr, 2948 compression_type, filter_method) 2986 filter_method - (must be PNG_FILTER_TYPE_DEFAULT 2998 filter_method later by calling png_set_IHDR() again; if you do this, the 4476 same as the value of filter_method used
|