Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg-mapfile7 tjInitDecompress;
Dturbojpeg-mapfile.jni7 tjInitDecompress;
Dturbojpeg.h1117 DLLEXPORT tjhandle tjInitDecompress(void);
Dtjexample.c297 if ((tjInstance = tjInitDecompress()) == NULL) in main()
Dtjunittest.c440 tjhandle handle2 = tjInitDecompress(); in _decompTest()
523 (dhandle = tjInitDecompress()) == NULL) in doTest()
Dtjbench.c159 if ((handle = tjInitDecompress()) == NULL) in decomp()
Dturbojpeg.c1134 DLLEXPORT tjhandle tjInitDecompress(void) in tjInitDecompress() function
2086 if ((handle = tjInitDecompress()) == NULL) in tjSaveImage()
Dturbojpeg-jni.c579 if ((handle = tjInitDecompress()) == NULL) in Java_org_libjpegturbo_turbojpeg_TJDecompressor_init()