Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg-mapfile10 tjDestroy;
Dturbojpeg-mapfile.jni10 tjDestroy;
Dtjbench.c233 if (tjDestroy(handle) == -1) THROW_TJ("executing tjDestroy()"); in decomp()
311 if (handle) tjDestroy(handle); in decomp()
435 if (tjDestroy(handle) == -1) THROW_TJ("executing tjDestroy()"); in fullTest()
525 if (handle) tjDestroy(handle); in fullTest()
752 if (handle) { tjDestroy(handle); handle = NULL; } in decompTest()
Dtjunittest.c406 tjDestroy(handle2); in compTest()
479 tjDestroy(handle2); in _decompTest()
566 if (chandle) tjDestroy(chandle); in doTest()
567 if (dhandle) tjDestroy(dhandle); in doTest()
688 if (handle) tjDestroy(handle); in bufSizeTest()
Dturbojpeg.h1540 DLLEXPORT int tjDestroy(tjhandle handle);
Dturbojpeg.c446 DLLEXPORT int tjDestroy(tjhandle handle) in tjDestroy() function
2144 if (handle) tjDestroy(handle); in tjLoadImage()
2218 if (handle) tjDestroy(handle); in tjSaveImage()
Dturbojpeg-jni.c586 if (tjDestroy(handle) == -1) THROW_TJ(); in Java_org_libjpegturbo_turbojpeg_TJCompressor_destroy()
DChangeLog.md1113 now idempotent. Previously, that method would call the native `tjDestroy()`