Searched refs:IDAT (Results 1 – 11 of 11) sorted by relevance
/external/oss-fuzz/projects/libpng-proto/ |
D | png_fuzz_proto.proto | 16 message IDAT { message 35 IDAT idat = 2;
|
/external/libpng/tests/ |
D | pngunknown-IDAT | 2 exec ./pngunknown --strict default=discard IDAT=save "${srcdir}/pngtest.png"
|
/external/libpng/contrib/oss-fuzz/ |
D | png.dict | 13 section_IDAT="IDAT"
|
/external/libpng/contrib/tools/ |
D | pngfix.c | 831 struct IDAT; 893 struct IDAT * idat; 985 static void IDAT_end(struct IDAT **); 1749 struct IDAT struct 1771 IDAT_end(struct IDAT **idat_var) in IDAT_end() 1773 struct IDAT *idat = *idat_var; in IDAT_end() 1791 IDAT_init(struct IDAT * const idat, struct file * const file) in IDAT_init() 1826 rechunk_length(struct IDAT *idat, int start) in rechunk_length() 1969 struct IDAT *idat; in process_IDAT() 2013 struct IDAT * idat; /* NOTE: May be NULL */ [all …]
|
/external/tensorflow/tensorflow/core/kernels/fuzzing/dictionaries/ |
D | decode_png.dict | 13 section_IDAT="IDAT"
|
/external/libpng/scripts/ |
D | pnglibconf.dfa | 557 # non-IDAT chunks (zTXt, iTXt, iCCP, and unknown chunks). This feature 705 # an IDAT chunk. Make this whatever size you feel is best for your 730 # This is the maximum amount of IDAT data that the sequential reader will 731 # process at one time. The setting does not affect the size of IDAT chunks 734 # The sequential reader is currently unable to process more than one IDAT at 736 # this to a value larger than the IDAT chunks typically encountered (it would 738 # of ZBUF_SIZE (the size of IDAT chunks written by libpng.)
|
/external/libpng/ |
D | Makefile.am | 75 tests/pngstest-sRGB tests/pngstest-sRGB-alpha tests/pngunknown-IDAT\
|
D | CHANGES | 659 and to write the iTXt chunk after IDAT if it appears in the end_ptr. 1321 Detect buffer overflow in pngpread.c when IDAT is corrupted with extra data. 1402 Fixed handling of unknown chunks that come after IDAT (Cosmin). 1514 Fixed bug with "optimized window size" in the IDAT datastream, that 1756 Allow zero-length IDAT chunks after the entire zlib datastream, but not 3300 Re-initialize the zlib compressor before compressing non-IDAT chunks. 3302 set parameters for zlib compression of non-IDAT chunks. 3309 Optimize the zlib CMF byte in non-IDAT compressed chunks 3362 IDAT compression failed if preceded by a compressed text chunk (bug 3364 reset the zlib stream in png_write_IDAT happened after the first IDAT [all …]
|
D | CMakeLists.txt | 736 …png_add_test(NAME pngunknown-IDAT COMMAND pngunknown OPTIONS --strict default=discard IDAT=save FI…
|
D | libpng-manual.txt | 145 IDAT chunks and another (called "end_info" below) for things after them. 472 is handled while reading the IDAT chunk. Note that it is impossible to 607 PLTE, tRNS, IDAT, and IEND chunks are 692 memory that any chunk other than IDAT can occupy, originally or when 2420 If you do this, libpng will not process any chunks after IDAT other than 2427 left pointing to the first chunk after the last IDAT, which is probably 2922 /* Set other zlib parameters for compressing IDAT */ 2932 * fall back on those defined for IDAT chunks 3233 PNG_HAVE_PLTE: before IDAT 3234 PNG_AFTER_IDAT: after IDAT [all …]
|
D | Makefile.in | 752 tests/pngstest-sRGB tests/pngstest-sRGB-alpha tests/pngunknown-IDAT\ 1749 tests/pngunknown-IDAT.log: tests/pngunknown-IDAT
|