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

Lines Matching full:_throw

42 #define _throw(msg) {  \
52 _throw(temps); \
104 if(retval==-1) _throw(tjGetErrorStr());
115 if(retval==-1) _throw(tjGetErrorStr());
136 if(retval==-1) _throw(tjGetErrorStr());
147 if(retval==-1) _throw(tjGetErrorStr());
158 if(retval==-1) _throw(tjGetErrorStr());
173 _throw(tjGetErrorStr());
197 _throw("Invalid argument in compress()");
199 _throw("Mismatch between Java and C API");
204 _throw("Source buffer is not large enough");
207 _throw("Destination buffer is not large enough");
217 _throw(tjGetErrorStr());
252 _throw("Invalid argument in compress()");
254 _throw("Pixel format must be 32-bit when compressing from an integer buffer.");
270 _throw("Invalid argument in compress()");
272 _throw("Pixel format must be 32-bit when compressing from an integer buffer.");
297 _throw("Invalid argument in compressFromYUV()");
299 _throw("Mismatch between Java and C API");
302 _throw("Planes array is too small for the subsampling type");
304 _throw("Offsets array is too small for the subsampling type");
306 _throw("Strides array is too small for the subsampling type");
310 _throw("Destination buffer is not large enough");
320 _throw(tjGetErrorStr());
323 _throw("Invalid argument in compressFromYUV()");
325 _throw("Negative plane stride would cause memory to be accessed below plane boundary");
329 _throw("Source plane is not large enough");
341 _throw(tjGetErrorStr());
374 _throw("Invalid argument in encodeYUV()");
377 _throw("Mismatch between Java and C API");
380 _throw("Planes array is too small for the subsampling type");
382 _throw("Offsets array is too small for the subsampling type");
384 _throw("Strides array is too small for the subsampling type");
389 _throw("Source buffer is not large enough");
399 _throw(tjGetErrorStr());
402 _throw("Invalid argument in encodeYUV()");
404 _throw("Negative plane stride would cause memory to be accessed below plane boundary");
408 _throw("Destination plane is not large enough");
418 _throw(tjGetErrorStr());
452 _throw("Invalid argument in encodeYUV()");
454 _throw("Pixel format must be 32-bit when encoding from an integer buffer.");
476 _throw("Invalid argument in encodeYUV()");
478 _throw("Mismatch between Java and C API");
482 _throw("Source buffer is not large enough");
485 _throw("Destination buffer is not large enough");
492 _throw(tjGetErrorStr());
515 _throw("Invalid argument in encodeYUV()");
517 _throw("Pixel format must be 32-bit when encoding from an integer buffer.");
534 if(tjDestroy(handle)==-1) _throw(tjGetErrorStr());
549 if((handle=tjInitDecompress())==NULL) _throw(tjGetErrorStr());
569 _throw(tjGetErrorStr());
599 _throw("Source buffer is not large enough");
605 _throw(tjGetErrorStr());
637 _throw("Invalid argument in decompress()");
639 _throw("Mismatch between Java and C API");
642 _throw("Source buffer is not large enough");
646 _throw("Destination buffer is not large enough");
654 _throw(tjGetErrorStr());
686 _throw("Invalid argument in decompress()");
688 _throw("Pixel format must be 32-bit when decompressing to an integer buffer.");
703 _throw("Invalid argument in decompress()");
705 _throw("Pixel format must be 32-bit when decompressing to an integer buffer.");
733 _throw("Source buffer is not large enough");
748 _throw(tjGetErrorStr());
766 _throw(tjGetErrorStr());
769 _throw("Invalid argument in decompressToYUV()");
771 _throw("Negative plane stride would cause memory to be accessed below plane boundary");
775 _throw("Destination plane is not large enough");
785 _throw(tjGetErrorStr());
814 _throw("Source buffer is not large enough");
823 _throw("Destination buffer is not large enough");
830 _throw(tjGetErrorStr());
854 _throw("Invalid argument in decodeYUV()");
857 _throw("Mismatch between Java and C API");
860 _throw("Planes array is too small for the subsampling type");
862 _throw("Offsets array is too small for the subsampling type");
864 _throw("Strides array is too small for the subsampling type");
869 _throw("Destination buffer is not large enough");
879 _throw(tjGetErrorStr());
882 _throw("Invalid argument in decodeYUV()");
884 _throw("Negative plane stride would cause memory to be accessed below plane boundary");
888 _throw("Source plane is not large enough");
899 _throw(tjGetErrorStr());
933 _throw("Invalid argument in decodeYUV()");
935 _throw("Pixel format must be 32-bit when decoding to an integer buffer.");
953 if((handle=tjInitTransform())==NULL) _throw(tjGetErrorStr());
1043 _throw("Source buffer is not large enough");
1053 _throw("Mismatch between size of transforms array and destination buffers array");
1056 _throw("Memory allocation failure");
1058 _throw("Memory allocation failure");
1060 _throw("Memory allocation failure");
1062 _throw("Memory allocation failure");
1065 _throw("Memory allocation failure");
1113 _throw("Destination buffer is not large enough");
1121 _throw(tjGetErrorStr());