Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg-mapfile4 tjInitCompress;
Dturbojpeg-mapfile.jni4 tjInitCompress;
Dturbojpeg.h680 DLLEXPORT tjhandle tjInitCompress(void);
Dtjunittest.c380 tjhandle handle2 = tjInitCompress(); in compTest()
522 if ((chandle = tjInitCompress()) == NULL || in doTest()
598 if ((handle = tjInitCompress()) == NULL) THROW_TJ(); in bufSizeTest()
Dtjexample.c366 if ((tjInstance = tjInitCompress()) == NULL) in main()
Dtjbench.c371 if ((handle = tjInitCompress()) == NULL) in fullTest()
Dturbojpeg.c475 DLLEXPORT tjhandle tjInitCompress(void) in tjInitCompress() function
2005 if ((handle = tjInitCompress()) == NULL) return NULL; in tjLoadImage()
Dturbojpeg-jni.c201 if ((handle = tjInitCompress()) == NULL) in Java_org_libjpegturbo_turbojpeg_TJCompressor_init()
DChangeLog.md182 as `tjInitCompress()` or `tjBufSize()`, is still thread-unsafe, but since those