HomeSort by relevance Sort by last modified time
    Searched refs:png_error (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/opencv3/3rdparty/libpng/
pngrio.c 40 png_error(png_ptr, "Call to NULL read function");
64 png_error(png_ptr, "Read Error");
120 png_error(png_ptr, "read Error");
140 * function should call png_error(png_ptr, "Error msg").
pngwio.c 40 png_error(png_ptr, "Call to NULL write function");
61 png_error(png_ptr, "Write Error");
117 png_error(png_ptr, "Write Error");
161 * function should call png_error(png_ptr, "Error msg")
234 png_error(png_ptr, "segment lost in conversion");
248 png_error(png_ptr, "segment lost in conversion");
pngmem.c 152 png_error(png_ptr, "Out of memory");
228 png_error(png_ptr, "Out Of Memory"); /* Note "O", "M" */
240 png_error(png_ptr,
258 png_error(png_ptr, "Out Of memory"); /* Note "O", "m" */
289 png_error(png_ptr, "Out of Memory"); /* Note "O" and "M" */
307 png_error(png_ptr, "Out of memory"); /* Note "o" and "m" */
513 png_error(png_ptr, "Out of Memory");
532 png_error(png_ptr, "Cannot Allocate > 64K");
568 png_error(png_ptr, "Out of Memory");
619 * instead of issuing a png_error, if it fails to allocate the requeste
    [all...]
pngpread.c 83 png_error(png_ptr,
92 png_error(png_ptr, "png_process_data_skip called with saved data");
170 png_error(png_ptr, "Not a PNG file");
173 png_error(png_ptr, "PNG file corrupted by ASCII conversion");
233 png_error(png_ptr, "Invalid IHDR length");
278 png_error(png_ptr, "Missing IHDR before IDAT");
282 png_error(png_ptr, "Missing PLTE before IDAT");
305 png_error(png_ptr, "Missing IHDR before IDAT");
309 png_error(png_ptr, "Missing PLTE before IDAT");
712 png_error(png_ptr, "Potential overflow of save_buffer")
    [all...]
pngread.c 79 * encounter a png_error() will longjmp here. Since the jmpbuf is
221 png_error(png_ptr, "Missing IHDR before IDAT");
225 png_error(png_ptr, "Missing PLTE before IDAT");
237 png_error(png_ptr, "Missing IHDR before IDAT");
241 png_error(png_ptr, "Missing PLTE before IDAT");
529 png_error(png_ptr, "Invalid attempt to read row data");
546 png_error(png_ptr, "Not enough image data");
570 png_error(png_ptr, png_ptr->zstream.msg ? png_ptr->zstream.msg :
581 png_error(png_ptr, "bad adaptive filter value");
611 png_error(png_ptr, "sequential row overflow")
    [all...]
  /external/libpng/
pngrio.c 40 png_error(png_ptr, "Call to NULL read function");
63 png_error(png_ptr, "Read Error");
82 * function should call png_error(png_ptr, "Error msg").
pngwio.c 41 png_error(png_ptr, "Call to NULL write function");
61 png_error(png_ptr, "Write Error");
103 * function should call png_error(png_ptr, "Error msg")
pngmem.c 29 /* png_free might call png_error and may certainly call
126 png_error(png_ptr, "internal error: array alloc");
138 png_error(png_ptr, "internal error: array realloc");
182 png_error(png_ptr, "Out of memory"); /* 'm' means png_malloc */
201 png_error(png_ptr, "Out of Memory"); /* 'M' means png_malloc_default */
209 * png_error, if it fails to allocate the requested memory.
pngwutil.c 184 png_error(png_ptr, "length exceeds PNG maximum");
323 png_error(png_ptr, msg);
664 png_error(png_ptr, "error writing ancillary chunked compressed data");
697 png_error(png_ptr,
708 png_error(png_ptr, "Invalid bit depth for RGB image");
724 png_error(png_ptr, "Invalid bit depth for paletted image");
730 png_error(png_ptr, "Invalid bit depth for grayscale+alpha image");
741 png_error(png_ptr, "Invalid bit depth for RGBA image");
747 png_error(png_ptr, "Invalid image color type specified");
858 png_error(png_ptr, "Invalid number of colors in palette")
    [all...]
pngread.c 531 png_error(png_ptr, "Invalid attempt to read row data");
542 png_error(png_ptr, "bad adaptive filter value");
571 png_error(png_ptr, "sequential row overflow");
575 png_error(png_ptr, "internal sequential row size calculation error");
731 png_error(png_ptr,
1034 png_error(png_ptr, "Image is too high to process with png_read_png()");
    [all...]
pngpread.c 152 png_error(png_ptr, "Not a PNG file");
155 png_error(png_ptr, "PNG file corrupted by ASCII conversion");
207 png_error(png_ptr, "Missing IHDR before IDAT");
211 png_error(png_ptr, "Missing PLTE before IDAT");
227 png_error(png_ptr, "Invalid IHDR length");
488 png_error(png_ptr, "Potential overflow of save_buffer");
499 png_error(png_ptr, "Insufficient memory for save_buffer");
549 png_error(png_ptr, "Not enough compressed data");
626 png_error(png_ptr, "No IDAT data (internal error)");
682 png_error(png_ptr, "Decompression error in IDAT")
    [all...]
pngerror.c 39 png_error,(png_const_structrp png_ptr, png_const_charp error_message),
383 png_error(png_ptr, error_message);
397 png_error(png_ptr, error_message);
410 png_error(png_ptr, error_message);
485 png_error(png_ptr, error_message);
490 png_error(png_ptr, msg);
587 png_error(png_ptr, msg);
644 * this is a png_error because that makes it easy to detect.
646 png_error(png_ptr, "Libpng jmp_buf still allocated");
943 /* Safely execute function(arg) with png_error returning to this function. *
    [all...]
  /external/pdfium/third_party/lpng_v163/
pngrio.c 39 png_error(png_ptr, "Call to NULL read function");
62 png_error(png_ptr, "Read Error");
81 * function should call png_error(png_ptr, "Error msg").
pngwio.c 40 png_error(png_ptr, "Call to NULL write function");
60 png_error(png_ptr, "Write Error");
102 * function should call png_error(png_ptr, "Error msg")
pngmem.c 39 /* png_free might call png_error and may certainly call
131 png_error(png_ptr, "internal error: array alloc");
143 png_error(png_ptr, "internal error: array realloc");
186 png_error(png_ptr, "Out of memory"); /* 'm' means png_malloc */
205 png_error(png_ptr, "Out of Memory"); /* 'M' means png_malloc_default */
213 * png_error, if it fails to allocate the requested memory.
pngread.c 461 png_error(png_ptr, "Invalid attempt to read row data");
472 png_error(png_ptr, "bad adaptive filter value");
502 png_error(png_ptr, "sequential row overflow");
506 png_error(png_ptr, "internal sequential row size calculation error");
661 png_error(png_ptr,
948 png_error(png_ptr, "Image is too high to process with png_read_png()");
    [all...]
pngpread.c 82 png_error(png_ptr,
91 png_error(png_ptr, "png_process_data_skip called with saved data");
169 png_error(png_ptr, "Not a PNG file");
172 png_error(png_ptr, "PNG file corrupted by ASCII conversion");
229 png_error(png_ptr, "Missing IHDR before IDAT");
233 png_error(png_ptr, "Missing PLTE before IDAT");
248 png_error(png_ptr, "Invalid IHDR length");
685 png_error(png_ptr, "Potential overflow of save_buffer");
696 png_error(png_ptr, "Insufficient memory for save_buffer");
751 png_error(png_ptr, "Not enough compressed data");
    [all...]
pngerror.c 38 png_error,(png_const_structrp png_ptr, png_const_charp error_message),
382 png_error(png_ptr, error_message);
392 png_error(png_ptr, error_message);
401 png_error(png_ptr, error_message);
471 png_error(png_ptr, error_message);
476 png_error(png_ptr, msg);
564 png_error(png_ptr, msg);
621 * this is a png_error because that makes it easy to detect.
623 png_error(png_ptr, "Libpng jmp_buf still allocated");
911 /* Safely execute function(arg) with png_error returning to this function. */
    [all...]
pngwutil.c 183 png_error(png_ptr, "length exceeds PNG maxima");
322 png_error(png_ptr, msg);
662 png_error(png_ptr, "error writing ancillary chunked compressed data");
676 * valid one could not be generated, and the caller must png_error.
777 png_error(png_ptr,
788 png_error(png_ptr, "Invalid bit depth for RGB image");
804 png_error(png_ptr, "Invalid bit depth for paletted image");
810 png_error(png_ptr, "Invalid bit depth for grayscale+alpha image");
821 png_error(png_ptr, "Invalid bit depth for RGBA image");
827 png_error(png_ptr, "Invalid image color type specified");
    [all...]
  /external/libpng/contrib/libtests/
readpng.c 56 png_error(png_ptr, "OOM allocating info structure");
70 png_error(png_ptr, "OOM allocating row buffers");
timepng.c 59 png_error(png_ptr, "OOM allocating info structure");
70 png_error(png_ptr, "OOM allocating row buffers");
  /external/libpng/contrib/examples/
iccfrompng.c 62 png_error(png_ptr, "OOM allocating info structure");
79 png_error(png_ptr, "OOM allocating profile buffer");
pngpixel.c 137 png_error(png_ptr, "pngpixel: invalid color type");
214 * png_get_IHDR, if this fails we can now use 'png_error' to
239 png_error(png_ptr, "pngpixel: unknown interlace");
325 png_error(png_ptr, "pngpixel: png_get_IHDR failed");
  /external/libpng/contrib/arm-neon/
linux.c 150 png_error(png_ptr, "png_have_neon: internal error (bug)");
  /external/libpng/contrib/visupng/
PngFile.c 242 png_error(png_ptr, "Visual PNG: out of memory");
251 png_error(png_ptr, "Visual PNG: out of memory");
421 png_error(png_ptr, "Read Error");
433 png_error(png_ptr, "Write Error");

Completed in 871 milliseconds

1 2 3