Searched refs:tjInitCompress (Results 1 – 12 of 12) sorted by relevance
4 tjInitCompress;
416 tjhandle handle2=tjInitCompress(); in compTest()560 if((chandle=tjInitCompress())==NULL || (dhandle=tjInitDecompress())==NULL) in doTest()603 if((handle=tjInitCompress())==NULL) _throwtj(); in bufSizeTest()
613 DLLEXPORT tjhandle DLLCALL tjInitCompress(void);
331 if((handle=tjInitCompress())==NULL) in fullTest()
176 if((handle=tjInitCompress())==NULL) in Java_org_libjpegturbo_turbojpeg_TJCompressor_init()
608 DLLEXPORT tjhandle DLLCALL tjInitCompress(void) in tjInitCompress() function
302 DLLEXPORT tjhandle DLLCALL tjInitCompress(void);
484 DLLEXPORT tjhandle DLLCALL tjInitCompress(void) in tjInitCompress() function
347 if((chandle=tjInitCompress())==NULL || (dhandle=tjInitDecompress())==NULL) in doTest()384 if((handle=tjInitCompress())==NULL) _throwtj(); in bufSizeTest()
254 if((handle=tjInitCompress())==NULL) in dotest()
1572 if ((j = tjInitCompress()) == NULL) { in SendJpegRect()