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()
685 if(handle) tjDestroy(handle); in bufSizeTest()
Dtjbench.c188 if(tjDestroy(handle)==-1) _throwtj("executing tjDestroy()"); in decomp()
269 if(handle) tjDestroy(handle); in decomp()
381 if(tjDestroy(handle)==-1) _throwtj("executing tjDestroy()"); in fullTest()
472 if(handle) {tjDestroy(handle); handle=NULL;} in fullTest()
699 if(handle) {tjDestroy(handle); handle=NULL;} in decompTest()
Dturbojpeg.h1433 DLLEXPORT int DLLCALL tjDestroy(tjhandle handle);
Dturbojpeg-jni.c534 if(tjDestroy(handle)==-1) _throw(tjGetErrorStr()); in Java_org_libjpegturbo_turbojpeg_TJCompressor_destroy()
Dturbojpeg.c527 DLLEXPORT int DLLCALL tjDestroy(tjhandle handle) in tjDestroy() function
DChangeLog.txt147 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()