Home
last modified time | relevance | path

Searched refs:tjInitCompress (Results 1 – 12 of 12) sorted by relevance

/external/libjpeg-turbo/
Dturbojpeg-mapfile4 tjInitCompress;
Dturbojpeg-mapfile.jni4 tjInitCompress;
Dtjunittest.c416 tjhandle handle2=tjInitCompress(); in compTest()
560 if((chandle=tjInitCompress())==NULL || (dhandle=tjInitDecompress())==NULL) in doTest()
603 if((handle=tjInitCompress())==NULL) _throwtj(); in bufSizeTest()
Dturbojpeg.h613 DLLEXPORT tjhandle DLLCALL tjInitCompress(void);
Dtjbench.c331 if((handle=tjInitCompress())==NULL) in fullTest()
Dturbojpeg-jni.c176 if((handle=tjInitCompress())==NULL) in Java_org_libjpegturbo_turbojpeg_TJCompressor_init()
Dturbojpeg.c608 DLLEXPORT tjhandle DLLCALL tjInitCompress(void) in tjInitCompress() function
/external/libvncserver/common/
Dturbojpeg.h302 DLLEXPORT tjhandle DLLCALL tjInitCompress(void);
Dturbojpeg.c484 DLLEXPORT tjhandle DLLCALL tjInitCompress(void) in tjInitCompress() function
/external/libvncserver/test/
Dtjunittest.c347 if((chandle=tjInitCompress())==NULL || (dhandle=tjInitDecompress())==NULL) in doTest()
384 if((handle=tjInitCompress())==NULL) _throwtj(); in bufSizeTest()
Dtjbench.c254 if((handle=tjInitCompress())==NULL) in dotest()
/external/libvncserver/libvncserver/
Dtight.c1572 if ((j = tjInitCompress()) == NULL) { in SendJpegRect()