Home
last modified time | relevance | path

Searched refs:tjInitDecompress (Results 1 – 11 of 11) sorted by relevance

/external/libjpeg-turbo/
Dturbojpeg-mapfile7 tjInitDecompress;
Dturbojpeg-mapfile.jni7 tjInitDecompress;
Dturbojpeg.h1039 DLLEXPORT tjhandle DLLCALL tjInitDecompress(void);
Dtjunittest.c478 tjhandle handle2=tjInitDecompress(); in _decompTest()
560 if((chandle=tjInitCompress())==NULL || (dhandle=tjInitDecompress())==NULL) in doTest()
Dtjbench.c125 if((handle=tjInitDecompress())==NULL) in decomp()
Dturbojpeg-jni.c554 if((handle=tjInitDecompress())==NULL) _throwtj(); in Java_org_libjpegturbo_turbojpeg_TJDecompressor_init()
Dturbojpeg.c1279 DLLEXPORT tjhandle DLLCALL tjInitDecompress(void) in tjInitDecompress() function
/external/libvncserver/common/
Dturbojpeg.h387 DLLEXPORT tjhandle DLLCALL tjInitDecompress(void);
Dturbojpeg.c670 DLLEXPORT tjhandle DLLCALL tjInitDecompress(void) in tjInitDecompress() function
/external/libvncserver/test/
Dtjbench.c100 if((handle=tjInitDecompress())==NULL) in decomptest()
375 if((handle=tjInitDecompress())==NULL) in dodecomptest()
Dtjunittest.c347 if((chandle=tjInitCompress())==NULL || (dhandle=tjInitDecompress())==NULL) in doTest()