Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching refs:tjDecompress2

1335 DLLEXPORT int DLLCALL tjDecompress2(tjhandle handle, unsigned char *jpegBuf,
1348 _throw("tjDecompress2(): Instance has not been initialized for decompression");
1352 _throw("tjDecompress2(): Invalid argument");
1385 _throw("tjDecompress2(): Could not scale down to desired image dimensions");
1401 if(!rgbBuf) _throw("tjDecompress2(): Memory allocation failure");
1409 _throw("tjDecompress2(): Memory allocation failure");
1444 return tjDecompress2(handle, jpegBuf, jpegSize, dstBuf, width, pitch,