Home | History | Annotate | Download | only in libjpeg_turbo

Lines Matching refs:_throw

40 #define _throw(msg) {  \
50 _throw(temps); \
64 if(retval==-1) _throw(tjGetErrorStr());
74 if(retval==-1) _throw(tjGetErrorStr());
88 _throw(tjGetErrorStr());
112 _throw("Invalid argument in compress()");
114 _throw("Mismatch between Java and C API");
119 _throw("Source buffer is not large enough");
122 _throw("Destination buffer is not large enough");
134 _throw(tjGetErrorStr());
167 _throw("Invalid argument in compress()");
169 _throw("Mismatch between Java and C API");
171 _throw("Pixel format must be 32-bit when compressing from an integer buffer.");
176 _throw("Source buffer is not large enough");
179 _throw("Destination buffer is not large enough");
191 _throw(tjGetErrorStr());
222 _throw("Invalid argument in encodeYUV()");
224 _throw("Mismatch between Java and C API");
228 _throw("Source buffer is not large enough");
231 _throw("Destination buffer is not large enough");
242 _throw(tjGetErrorStr());
263 _throw("Invalid argument in encodeYUV()");
265 _throw("Mismatch between Java and C API");
267 _throw("Pixel format must be 32-bit when encoding from an integer buffer.");
271 _throw("Source buffer is not large enough");
274 _throw("Destination buffer is not large enough");
285 _throw(tjGetErrorStr());
301 if(tjDestroy(handle)==-1) _throw(tjGetErrorStr());
315 if((handle=tjInitDecompress())==NULL) _throw(tjGetErrorStr());
334 _throw(tjGetErrorStr());
363 _throw("Source buffer is not large enough");
371 _throw(tjGetErrorStr());
397 _throw("Invalid argument in decompress()");
399 _throw("Mismatch between Java and C API");
402 _throw("Source buffer is not large enough");
406 _throw("Destination buffer is not large enough");
418 _throw(tjGetErrorStr());
446 _throw("Invalid argument in decompress()");
448 _throw("Mismatch between Java and C API");
450 _throw("Pixel format must be 32-bit when decompressing to an integer buffer.");
453 _throw("Source buffer is not large enough");
457 _throw("Destination buffer is not large enough");
469 _throw(tjGetErrorStr());
498 _throw("Source buffer is not large enough");
507 _throw("Destination buffer is not large enough");
518 _throw(tjGetErrorStr());
534 if((handle=tjInitTransform())==NULL) _throw(tjGetErrorStr());
623 _throw("Source buffer is not large enough");
633 _throw("Mismatch between size of transforms array and destination buffers array");
636 _throw("Memory allocation failure");
638 _throw("Memory allocation failure");
640 _throw("Memory allocation failure");
642 _throw("Memory allocation failure");
645 _throw("Memory allocation failure");
694 _throw("Destination buffer is not large enough");
708 _throw(tjGetErrorStr());