Searched refs:end_info (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/ |
A D | pngdec.c | 153 png_infop const end_info, in ExtractMetadataFromPNG() argument 158 png_infop const info = (p == 0) ? head_info : end_info; in ExtractMetadataFromPNG() 235 volatile png_infop end_info = NULL; in ReadPNG() local 264 end_info = png_create_info_struct(png); in ReadPNG() 265 if (end_info == NULL) goto Error; in ReadPNG() 325 png_read_end(png, end_info); in ReadPNG() 328 !ExtractMetadataFromPNG(png, info, end_info, metadata)) { in ReadPNG() 345 (png_infopp)&info, (png_infopp)&end_info); in ReadPNG()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | libpng-manual.txt | 145 IDAT chunks and another (called "end_info" below) for things after them. 423 &end_info); 428 Pass (png_infopp)NULL instead of &end_info if you didn't create 429 an end_info structure. 2407 png_infop end_info = png_create_info_struct(png_ptr); 2409 if (!end_info) 2416 png_read_end(png_ptr, end_info); 2419 but you can pass NULL, avoiding the need to create an end_info structure. 2434 &end_info); 2436 or, if you didn't create an end_info structure,
|
A D | CHANGES | 6037 Add end_info structure and png_read_end() to the libpng fuzzer.
|
Completed in 15 milliseconds