Searched defs:png_IDAT (Results 1 - 3 of 3) sorted by relevance

/external/libpng/contrib/libtests/
H A Dpngunknown.c100 #define png_IDAT PNG_U32( 73, 68, 65, 84) macro
181 { "IDAT", PNG_INFO_IDAT, png_IDAT, 0, 0, START, 0 }, /* must be [0] */
/external/libpng/
H A Dpngpriv.h752 #define png_IDAT PNG_U32( 73, 68, 65, 84) macro
/external/libpng/contrib/tools/
H A Dpngfix.c106 #define png_IDAT PNG_U32( 73, 68, 65, 84) macro
1609 /* This may return png_IDAT for errors detected (late) in the header; that
1611 * that if the chunk_type is png_IDAT and the file write count is 8 this is
1622 if (code <= LIBPNG_ERROR_CODE && type == png_IDAT &&
1787 /* When the chunk is png_IDAT instantiate an IDAT control structure in place
1929 * png_IDAT, process the whole stream using the list data to check validity
1950 * the caller, if this is png_IDAT return 'skip' to the caller.
1952 if (file->type == png_IDAT)
1974 type_message(file, png_IDAT, "extra uncompressed data");
2840 if (type != png_IDAT)
[all...]

Completed in 570 milliseconds