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

  /external/libjpeg-turbo/doc/html/search/
functions_74.js 19 ['tjgeterrorstr',['tjGetErrorStr',['../group___turbo_j_p_e_g.html#ga9af79c908ec131b1ae8d52fe40375abf',1,'turbojpeg.h']]],
all_74.js 35 ['tjgeterrorstr',['tjGetErrorStr',['../group___turbo_j_p_e_g.html#ga9af79c908ec131b1ae8d52fe40375abf',1,'turbojpeg.h']]],
  /external/libvncserver/common/
turbojpeg.h 300 * occurred (see #tjGetErrorStr().)
350 * @return 0 if successful, or -1 if an error occurred (see #tjGetErrorStr().)
385 * occurred (see #tjGetErrorStr().)
404 * @return 0 if successful, or -1 if an error occurred (see #tjGetErrorStr().)
419 * error is encountered (see #tjGetErrorStr().)
464 * @return 0 if successful, or -1 if an error occurred (see #tjGetErrorStr().)
477 * @return 0 if successful, or -1 if an error occurred (see #tjGetErrorStr().)
487 DLLEXPORT char* DLLCALL tjGetErrorStr(void);
turbojpeg.c 432 DLLEXPORT char* DLLCALL tjGetErrorStr(void)
  /external/libjpeg-turbo/
turbojpeg-jni.c 49 #define _throwtj() _throw(tjGetErrorStr(), "org/libjpegturbo/turbojpeg/TJException")
108 if(retval==-1) _throwarg(tjGetErrorStr());
119 if(retval==-1) _throwarg(tjGetErrorStr());
140 if(retval==-1) _throwarg(tjGetErrorStr());
151 if(retval==-1) _throwarg(tjGetErrorStr());
162 if(retval==-1) _throwarg(tjGetErrorStr());
325 _throwarg(tjGetErrorStr());
404 _throwarg(tjGetErrorStr());
574 _throwarg(tjGetErrorStr());
753 _throwarg(tjGetErrorStr());
    [all...]
turbojpeg.h 611 * occurred (see #tjGetErrorStr().)
673 * @return 0 if successful, or -1 if an error occurred (see #tjGetErrorStr().)
737 * @return 0 if successful, or -1 if an error occurred (see #tjGetErrorStr().)
807 * @return 0 if successful, or -1 if an error occurred (see #tjGetErrorStr().)
    [all...]
tjunittest.c 57 #define _throwtj() {printf("TurboJPEG ERROR:\n%s\n", tjGetErrorStr()); \
tjbench.c 45 #define _throwtj(m) _throw(m, tjGetErrorStr())
turbojpeg.c 545 DLLEXPORT char* DLLCALL tjGetErrorStr(void)
    [all...]
  /external/libvncserver/test/
tjunittest.c 45 #define _throwtj() {printf("TurboJPEG ERROR:\n%s\n", tjGetErrorStr()); \
tjbench.c 44 #define _throwtj(m) _throw(m, tjGetErrorStr())
  /external/libvncserver/libvncserver/
tight.c     [all...]

Completed in 187 milliseconds