Searched defs:idat (Results 1 – 7 of 7) sorted by relevance
/external/oss-fuzz/projects/libpng-proto/ |
D | png_fuzz_proto.proto | 35 IDAT idat = 2; field
|
/external/libpng/contrib/tools/ |
D | pngfix.c | 893 struct IDAT * idat; member 1773 struct IDAT *idat = *idat_var; in IDAT_end() local 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() local 2013 struct IDAT * idat; /* NOTE: May be NULL */ member 2195 zlib_init(struct zlib *zlib, struct IDAT *idat, struct chunk *chunk, in zlib_init() 3362 struct IDAT *idat = file->idat; in read_callback() local 3527 struct IDAT idat; member
|
/external/mp4parser/isoparser/src/main/resources/ |
D | isoparser-default.properties | 136 idat=com.coremedia.iso.boxes.ItemDataBox() key
|
/external/zopfli/src/zopflipng/lodepng/ |
D | lodepng_util.cpp | 578 std::vector<unsigned char> idat; //the data from idat chunks in decode() local
|
D | lodepng.cpp | 4569 ucvector idat; /*the data from idat chunks*/ in decodeGeneric() local
|
/external/skqp/src/codec/ |
D | SkPngCodec.cpp | 236 png_byte idat[] = {0, 0, 0, 0, 'I', 'D', 'A', 'T'}; in processData() local
|
/external/skia/src/codec/ |
D | SkPngCodec.cpp | 235 png_byte idat[] = {0, 0, 0, 0, 'I', 'D', 'A', 'T'}; in processData() local
|