Lines Matching refs:_throw
107 #define _throw(m) {snprintf(errStr, JMSG_LENGTH_MAX, "%s", m); \ macro
251 _throw("Unsupported pixel format"); in setDecompDefaults()
503 _throw("tjBufSize(): Invalid argument"); in tjBufSize()
524 _throw("TJBUFSIZE(): Invalid argument"); in TJBUFSIZE()
549 _throw("tjCompress2(): Instance has not been initialized for compression"); in tjCompress2()
554 _throw("tjCompress2(): Invalid argument"); in tjCompress2()
569 if(!rgbBuf) _throw("tjCompress2(): Memory allocation failure"); in tjCompress2()
590 _throw("tjCompress2(): Memory allocation failure"); in tjCompress2()
692 _throw("tjDecompressHeader2(): Instance has not been initialized for decompression"); in tjDecompressHeader2()
696 _throw("tjDecompressHeader2(): Invalid argument"); in tjDecompressHeader2()
715 _throw("tjDecompressHeader2(): Could not determine subsampling type for JPEG image"); in tjDecompressHeader2()
717 _throw("tjDecompressHeader2(): Invalid data returned in header"); in tjDecompressHeader2()
759 _throw("tjDecompress2(): Instance has not been initialized for decompression"); in tjDecompress2()
763 _throw("tjDecompress2(): Invalid argument"); in tjDecompress2()
797 _throw("tjDecompress2(): Could not scale down to desired image dimensions"); in tjDecompress2()
813 if(!rgbBuf) _throw("tjDecompress2(): Memory allocation failure"); in tjDecompress2()
821 _throw("tjDecompress2(): Memory allocation failure"); in tjDecompress2()