HomeSort by relevance Sort by last modified time
    Searched refs:tjGetErrorStr (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/libjpeg_turbo/
turbojpeg-jni.c 64 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...]
jpgtest.cxx 25 #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());
jpegut.c 22 #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();}
turbojpeg.h 509 * 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().)
    [all...]
turbojpegl.c 350 DLLEXPORT char* DLLCALL tjGetErrorStr(void)
tjunittest.c 55 #define _throwtj() {printf("TurboJPEG ERROR:\n%s\n", tjGetErrorStr()); \
tjbench.c 45 #define _throwtj(m) _throw(m, tjGetErrorStr())
turbojpeg.c 442 DLLEXPORT char* DLLCALL tjGetErrorStr(void)
    [all...]

Completed in 287 milliseconds