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

Lines Matching defs:tjDecompress2

1376 DLLEXPORT int DLLCALL tjDecompress2(tjhandle handle,
1389 _throw("tjDecompress2(): Instance has not been initialized for decompression");
1393 _throw("tjDecompress2(): Invalid argument");
1425 _throw("tjDecompress2(): Could not scale down to desired image dimensions");
1441 if(!rgbBuf) _throw("tjDecompress2(): Memory allocation failure");
1449 _throw("tjDecompress2(): Memory allocation failure");
1489 return tjDecompress2(handle, jpegBuf, jpegSize, dstBuf, width, pitch,