Home
last modified time | relevance | path

Searched refs:ImgIoUtilCheckSizeArgumentsOverflow (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/
A Dimageio_util.h58 int ImgIoUtilCheckSizeArgumentsOverflow(uint64_t nmemb, size_t size);
A Dpngdec.c51 if (!ImgIoUtilCheckSizeArgumentsOverflow(size, 1)) return NULL; in MallocFunc()
312 !ImgIoUtilCheckSizeArgumentsOverflow(stride, height)) { in ReadPNG()
A Dimageio_util.c151 int ImgIoUtilCheckSizeArgumentsOverflow(uint64_t nmemb, size_t size) { in ImgIoUtilCheckSizeArgumentsOverflow() function
A Dtiffdec.c197 if (!ImgIoUtilCheckSizeArgumentsOverflow((uint64_t)width * height, in ReadTIFF()
A Dwebpdec.c178 if (!ImgIoUtilCheckSizeArgumentsOverflow(stride, bitstream->height)) { in ReadWebP()
A Dpnmdec.c215 !ImgIoUtilCheckSizeArgumentsOverflow(stride, info.height)) { in ReadPNM()
A Djpegdec.c306 !ImgIoUtilCheckSizeArgumentsOverflow(stride, height)) { in ReadJPEG()
A Dwicdec.c344 !ImgIoUtilCheckSizeArgumentsOverflow(stride, height)) { in ReadPictureWithWIC()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog314 86fc4dd9 webpdec: use ImgIoUtilCheckSizeArgumentsOverflow
681 c284780f imageio_util: add ImgIoUtilCheckSizeArgumentsOverflow
706 20ef9915 Merge "imageio_util: add ImgIoUtilCheckSizeArgumentsOverflow"
707 bc86b7a8 imageio_util: add ImgIoUtilCheckSizeArgumentsOverflow

Completed in 14 milliseconds