Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dtjexample.c339 tjDestroy(tjInstance); tjInstance = NULL; in main()
371 tjDestroy(tjInstance); tjInstance = NULL; in main()
378 tjDestroy(tjInstance); tjInstance = NULL; in main()
391 if (tjInstance) tjDestroy(tjInstance); in main()
Dturbojpeg-mapfile10 tjDestroy;
Dturbojpeg-mapfile.jni10 tjDestroy;
Dtjunittest.c391 tjDestroy(handle2); in compTest()
462 tjDestroy(handle2); in _decompTest()
549 if (chandle) tjDestroy(chandle); in doTest()
550 if (dhandle) tjDestroy(dhandle); in doTest()
668 if (handle) tjDestroy(handle); in bufSizeTest()
Dtjbench.c229 if (tjDestroy(handle) == -1) THROW_TJ("executing tjDestroy()"); in decomp()
305 if (handle) tjDestroy(handle); in decomp()
429 if (tjDestroy(handle) == -1) THROW_TJ("executing tjDestroy()"); in fullTest()
515 if (handle) { tjDestroy(handle); handle = NULL; } in fullTest()
739 if (handle) { tjDestroy(handle); handle = NULL; } in decompTest()
Dturbojpeg.h1529 DLLEXPORT int tjDestroy(tjhandle handle);
Dturbojpeg.c414 DLLEXPORT int tjDestroy(tjhandle handle) in tjDestroy() function
2071 if (handle) tjDestroy(handle); in tjLoadImage()
2145 if (handle) tjDestroy(handle); in tjSaveImage()
Dturbojpeg-jni.c564 if (tjDestroy(handle) == -1) THROW_TJ(); in Java_org_libjpegturbo_turbojpeg_TJCompressor_destroy()
DChangeLog.md755 now idempotent. Previously, that method would call the native `tjDestroy()`