Searched refs:tjGetErrorStr (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libjpeg_turbo/
H A Dturbojpeg-jni.c64 if(retval==-1) _throw(tjGetErrorStr());
74 if(retval==-1) _throw(tjGetErrorStr());
88 _throw(tjGetErrorStr());
134 _throw(tjGetErrorStr());
191 _throw(tjGetErrorStr());
242 _throw(tjGetErrorStr());
285 _throw(tjGetErrorStr());
301 if(tjDestroy(handle)==-1) _throw(tjGetErrorStr());
315 if((handle=tjInitDecompress())==NULL) _throw(tjGetErrorStr());
334 _throw(tjGetErrorStr());
[all...]
H A Djpgtest.cxx25 #define _catch(f) {if((f)==-1) {printf("Error in %s:\n%s\n", #f, tjGetErrorStr()); goto bailout;}}
112 printf("Error in tjInitCompress():\n%s\n", tjGetErrorStr());
180 printf("Error in tjInitDecompress():\n%s\n", tjGetErrorStr());
H A Djpegut.c22 #define _catch(f) {if((f)==-1) {printf("TJPEG: %s\n", tjGetErrorStr()); bailout();}}
288 {printf("Error in tjInitCompress():\n%s\n", tjGetErrorStr()); bailout();}
290 {printf("Error in tjInitDecompress():\n%s\n", tjGetErrorStr()); bailout();}
333 {printf("Error in tjInitCompress():\n%s\n", tjGetErrorStr()); bailout();}
H A Dturbojpeg.h509 * occurred (see #tjGetErrorStr().)
559 * @return 0 if successful, or -1 if an error occurred (see #tjGetErrorStr().)
647 * @return 0 if successful, or -1 if an error occurred (see #tjGetErrorStr().)
658 * occurred (see #tjGetErrorStr().)
677 * @return 0 if successful, or -1 if an error occurred (see #tjGetErrorStr().)
692 * error is encountered (see #tjGetErrorStr().)
738 * @return 0 if successful, or -1 if an error occurred (see #tjGetErrorStr().)
767 * @return 0 if successful, or -1 if an error occurred (see #tjGetErrorStr().)
778 * occurred (see #tjGetErrorStr().)
830 * @return 0 if successful, or -1 if an error occurred (see #tjGetErrorStr()
[all...]
H A Dturbojpegl.c350 DLLEXPORT char* DLLCALL tjGetErrorStr(void) function
H A Dtjunittest.c55 #define _throwtj() {printf("TurboJPEG ERROR:\n%s\n", tjGetErrorStr()); \
H A Dtjbench.c45 #define _throwtj(m) _throw(m, tjGetErrorStr())
H A Dturbojpeg.c442 DLLEXPORT char* DLLCALL tjGetErrorStr(void) function

Completed in 175 milliseconds