Home
last modified time | relevance | path

Searched refs:tjGetErrorStr (Results 1 – 12 of 12) sorted by relevance

/external/libjpeg-turbo/
Dturbojpeg-mapfile11 tjGetErrorStr;
Dturbojpeg-jni.c49 #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 …]
Dturbojpeg-mapfile.jni11 tjGetErrorStr;
Dturbojpeg.h1470 DLLEXPORT char* DLLCALL tjGetErrorStr(void);
Dtjunittest.c57 #define _throwtj() {printf("TurboJPEG ERROR:\n%s\n", tjGetErrorStr()); \
Dtjbench.c45 #define _throwtj(m) _throw(m, tjGetErrorStr())
Dturbojpeg.c545 DLLEXPORT char* DLLCALL tjGetErrorStr(void) in tjGetErrorStr() function
/external/libvncserver/common/
Dturbojpeg.h487 DLLEXPORT char* DLLCALL tjGetErrorStr(void);
Dturbojpeg.c432 DLLEXPORT char* DLLCALL tjGetErrorStr(void) in tjGetErrorStr() function
/external/libvncserver/test/
Dtjunittest.c45 #define _throwtj() {printf("TurboJPEG ERROR:\n%s\n", tjGetErrorStr()); \
Dtjbench.c44 #define _throwtj(m) _throw(m, tjGetErrorStr())
/external/libvncserver/libvncserver/
Dtight.c1573 rfbLog("JPEG Error: %s\n", tjGetErrorStr()); in SendJpegRect()
1643 rfbLog("JPEG Error: %s\n", tjGetErrorStr()); in SendJpegRect()