Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjpeg_turbo/
Dtjbench.c157 if(tjDestroy(handle)==-1) _throwtj("executing tjDestroy()"); in decomptest()
236 if(handle) {tjDestroy(handle); handle=NULL;} in decomptest()
278 if(tjDestroy(handle)==-1) _throwtj("executing tjDestroy()"); in dotestyuv()
313 if(handle) {tjDestroy(handle); handle=NULL;} in dotestyuv()
395 if(tjDestroy(handle)==-1) _throwtj("executing tjDestroy()"); in dotest()
459 if(handle) {tjDestroy(handle); handle=NULL;} in dotest()
662 if(handle) {tjDestroy(handle); handle=NULL;} in dodecomptest()
Djpegut.c320 if(hnd) tjDestroy(hnd); in dotest()
321 if(dhnd) tjDestroy(dhnd); in dotest()
375 if(hnd) tjDestroy(hnd); in dotest1()
Dtjunittest.c527 if(chandle) tjDestroy(chandle); in doTest()
528 if(dhandle) tjDestroy(dhandle); in doTest()
617 if(handle) tjDestroy(handle); in bufSizeTest()
Dturbojpeg.h845 DLLEXPORT int DLLCALL tjDestroy(tjhandle handle);
Djpgtest.cxx136 _catch(tjDestroy(hnd)); in dotest()
202 _catch(tjDestroy(hnd)); in dotest()
Dturbojpegl.c355 DLLEXPORT int DLLCALL tjDestroy(tjhandle h) in tjDestroy() function
Dturbojpeg-jni.c301 if(tjDestroy(handle)==-1) _throw(tjGetErrorStr()); in Java_org_libjpegturbo_turbojpeg_TJCompressor_destroy()
Dturbojpeg.c448 DLLEXPORT int DLLCALL tjDestroy(tjhandle handle) in tjDestroy() function