Home
last modified time | relevance | path

Searched refs:tjGetErrorStr2 (Results 1 – 8 of 8) sorted by relevance

/external/libjpeg-turbo/
Dturbojpeg-mapfile62 tjGetErrorStr2;
Dturbojpeg-mapfile.jni98 tjGetErrorStr2;
Dturbojpeg.h1656 DLLEXPORT char *tjGetErrorStr2(tjhandle handle);
Dtjexample.c52 #define _throwtj(action) _throw(action, tjGetErrorStr2(tjInstance))
Dtjbench.c51 tjGetErrorStr2(NULL)); \
57 char *_tjErrorStr = tjGetErrorStr2(handle); \
Dturbojpeg-jni.c62 bailif0(_errstr = (*env)->NewStringUTF(env, tjGetErrorStr2(handle))); \
Dturbojpeg.c387 DLLEXPORT char *tjGetErrorStr2(tjhandle handle) in tjGetErrorStr2() function
DChangeLog.md179 - Introduced a new function (`tjGetErrorStr2()`) in the TurboJPEG C API