Home
last modified time | relevance | path

Searched refs:IHDR (Results 1 – 7 of 7) sorted by relevance

/external/libpng/contrib/libtests/
Dfakepng.c40 const unsigned char IHDR[] = variable
61 put_chunk(IHDR, sizeof IHDR); in main()
/external/okhttp/okio/
DREADME.md105 if (type.equals("IHDR")) {
/external/syslinux/com32/lib/libpng/
DCHANGES423 Fixed a bug in the check for valid IHDR bit_depth/color_types in pngrutil.c
1086 check for missing PLTE or IHDR in png_push_read_chunk() (Matthias Clasen).
2086 Check IHDR length in png_push_read_chunk() before saving it.
2476 Moved redundant IHDR checking into new png_check_IHDR() in png.c
2477 and report all errors found in the IHDR data.
Dlibpng.txt359 take precedence. The IHDR and IEND chunks should not be named in
1175 If the file is interlaced (interlace_type != 0 in the IHDR chunk), things
/external/skia/third_party/libpng/
Dlibpng-manual.txt601 all known chunks except for the IHDR,
610 take precedence. The IHDR and IEND chunks should not be named in
2191 If the file is interlaced (interlace_type != 0 in the IHDR chunk), things
2949 the IHDR settings. The remaining png_set_*() functions can be called
4661 Checking for and reporting of errors in the IHDR chunk is more thorough.
/external/libpng/
Dlibpng-manual.txt601 all known chunks except for the IHDR,
610 take precedence. The IHDR and IEND chunks should not be named in
2191 If the file is interlaced (interlace_type != 0 in the IHDR chunk), things
2954 the IHDR settings. The remaining png_set_*() functions can be called
4666 Checking for and reporting of errors in the IHDR chunk is more thorough.
DCHANGES453 Fixed a bug in the check for valid IHDR bit_depth/color_types in pngrutil.c
1205 check for missing PLTE or IHDR in png_push_read_chunk() (Matthias Clasen).
2417 Moved redundant IHDR checking into new png_check_IHDR() in png.c
2418 and report all errors found in the IHDR data.
4156 unknown chunks and all known chunks except for IHDR, PLTE, tRNS, IDAT,