Searched refs:tjGetErrorStr (Results 1 – 12 of 12) sorted by relevance
11 tjGetErrorStr;
49 #define _throwtj() _throw(tjGetErrorStr(), "org/libjpegturbo/turbojpeg/TJException")108 if(retval==-1) _throwarg(tjGetErrorStr()); in Java_org_libjpegturbo_turbojpeg_TJ_bufSize()119 if(retval==-1) _throwarg(tjGetErrorStr()); in Java_org_libjpegturbo_turbojpeg_TJ_bufSizeYUV__IIII()140 if(retval==-1) _throwarg(tjGetErrorStr()); in Java_org_libjpegturbo_turbojpeg_TJ_planeSizeYUV__IIIII()151 if(retval==-1) _throwarg(tjGetErrorStr()); in Java_org_libjpegturbo_turbojpeg_TJ_planeWidth__III()162 if(retval==-1) _throwarg(tjGetErrorStr()); in Java_org_libjpegturbo_turbojpeg_TJ_planeHeight__III()325 _throwarg(tjGetErrorStr()); in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII()404 _throwarg(tjGetErrorStr()); in TJCompressor_encodeYUV()574 _throwarg(tjGetErrorStr()); in Java_org_libjpegturbo_turbojpeg_TJ_getScalingFactors()753 _throwarg(tjGetErrorStr()); in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()[all …]
1470 DLLEXPORT char* DLLCALL tjGetErrorStr(void);
57 #define _throwtj() {printf("TurboJPEG ERROR:\n%s\n", tjGetErrorStr()); \
45 #define _throwtj(m) _throw(m, tjGetErrorStr())
545 DLLEXPORT char* DLLCALL tjGetErrorStr(void) in tjGetErrorStr() function
487 DLLEXPORT char* DLLCALL tjGetErrorStr(void);
432 DLLEXPORT char* DLLCALL tjGetErrorStr(void) in tjGetErrorStr() function
45 #define _throwtj() {printf("TurboJPEG ERROR:\n%s\n", tjGetErrorStr()); \
44 #define _throwtj(m) _throw(m, tjGetErrorStr())
1573 rfbLog("JPEG Error: %s\n", tjGetErrorStr()); in SendJpegRect()1643 rfbLog("JPEG Error: %s\n", tjGetErrorStr()); in SendJpegRect()