Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg-mapfile10 tjDestroy;
Dturbojpeg-mapfile.jni10 tjDestroy;
Dtjunittest.c426 tjDestroy(handle2); in compTest()
499 tjDestroy(handle2); in _decompTest()
589 if(chandle) tjDestroy(chandle); in doTest()
590 if(dhandle) tjDestroy(dhandle); in doTest()
719 if(handle) tjDestroy(handle); in bufSizeTest()
Dtjbench.c194 if(tjDestroy(handle)==-1) _throwtj("executing tjDestroy()"); in decomp()
279 if(handle) tjDestroy(handle); in decomp()
399 if(tjDestroy(handle)==-1) _throwtj("executing tjDestroy()"); in fullTest()
491 if(handle) {tjDestroy(handle); handle=NULL;} in fullTest()
725 if(handle) {tjDestroy(handle); handle=NULL;} in decompTest()
Dturbojpeg.h1433 DLLEXPORT int DLLCALL tjDestroy(tjhandle handle);
Dturbojpeg-jni.c539 if(tjDestroy(handle)==-1) _throwtj(); in Java_org_libjpegturbo_turbojpeg_TJCompressor_destroy()
Dturbojpeg.c551 DLLEXPORT int DLLCALL tjDestroy(tjhandle handle) in tjDestroy() function
DChangeLog.md378 now idempotent. Previously, that method would call the native `tjDestroy()`
/external/libvncserver/test/
Dtjbench.c136 if(tjDestroy(handle)==-1) _throwtj("executing tjDestroy()"); in decomptest()
202 if(handle) {tjDestroy(handle); handle=NULL;} in decomptest()
282 if(tjDestroy(handle)==-1) _throwtj("executing tjDestroy()"); in dotest()
346 if(handle) {tjDestroy(handle); handle=NULL;} in dotest()
464 if(handle) {tjDestroy(handle); handle=NULL;} in dodecomptest()
Dtjunittest.c370 if(chandle) tjDestroy(chandle); in doTest()
371 if(dhandle) tjDestroy(dhandle); in doTest()
438 if(handle) tjDestroy(handle); in bufSizeTest()
/external/libvncserver/common/
Dturbojpeg.h479 DLLEXPORT int DLLCALL tjDestroy(tjhandle handle);
Dturbojpeg.c438 DLLEXPORT int DLLCALL tjDestroy(tjhandle handle) in tjDestroy() function
/external/libvncserver/libvncserver/
Dtight.c166 if (j) tjDestroy(j); in rfbTightCleanup()