Home
last modified time | relevance | path

Searched refs:_throwtj (Results 1 – 5 of 5) sorted by relevance

/external/libvncserver/test/
Dtjbench.c44 #define _throwtj(m) _throw(m, tjGetErrorStr()) macro
101 _throwtj("executing tjInitDecompress()"); in decomptest()
117 _throwtj("executing tjDecompress2()"); in decomptest()
131 _throwtj("executing tjDecompress2()"); in decomptest()
136 if(tjDestroy(handle)==-1) _throwtj("executing tjDestroy()"); in decomptest()
255 _throwtj("executing tjInitCompress()"); in dotest()
260 _throwtj("executing tjCompress2()"); in dotest()
276 _throwtj("executing tjCompress()2"); in dotest()
282 if(tjDestroy(handle)==-1) _throwtj("executing tjDestroy()"); in dotest()
376 _throwtj("executing tjInitDecompress()"); in dodecomptest()
[all …]
Dtjunittest.c45 #define _throwtj() {printf("TurboJPEG ERROR:\n%s\n", tjGetErrorStr()); \ macro
47 #define _tj(f) {if((f)==-1) _throwtj();}
319 if(!sf || !n) _throwtj(); in decompTest()
348 _throwtj(); in doTest()
384 if((handle=tjInitCompress())==NULL) _throwtj(); in bufSizeTest()
/external/libjpeg-turbo/
Dtjbench.c45 #define _throwtj(m) _throw(m, tjGetErrorStr()) macro
126 _throwtj("executing tjInitDecompress()"); in decomp()
166 _throwtj("executing tjDecompressToYUV2()"); in decomp()
170 _throwtj("executing tjDecodeYUV()"); in decomp()
176 _throwtj("executing tjDecompress2()"); in decomp()
193 if(tjDestroy(handle)==-1) _throwtj("executing tjDestroy()"); in decomp()
337 _throwtj("executing tjInitCompress()"); in fullTest()
367 _throwtj("executing tjEncodeYUV3()"); in fullTest()
371 _throwtj("executing tjCompressFromYUV()"); in fullTest()
377 _throwtj("executing tjCompress2()"); in fullTest()
[all …]
Dturbojpeg-jni.c49 #define _throwtj() _throw(tjGetErrorStr(), "org/libjpegturbo/turbojpeg/TJException") macro
177 _throwtj(); in Java_org_libjpegturbo_turbojpeg_TJCompressor_init()
221 _throwtj(); in TJCompressor_compress()
346 _throwtj(); in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII()
423 _throwtj(); in TJCompressor_encodeYUV()
497 _throwtj(); in TJCompressor_encodeYUV_12()
539 if(tjDestroy(handle)==-1) _throwtj(); in Java_org_libjpegturbo_turbojpeg_TJCompressor_destroy()
554 if((handle=tjInitDecompress())==NULL) _throwtj(); in Java_org_libjpegturbo_turbojpeg_TJDecompressor_init()
610 _throwtj(); in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressHeader()
659 _throwtj(); in TJDecompressor_decompress()
[all …]
Dtjunittest.c57 #define _throwtj() {printf("TurboJPEG ERROR:\n%s\n", tjGetErrorStr()); \ macro
59 #define _tj(f) {if((f)==-1) _throwtj();}
417 if(!handle2) _throwtj(); in compTest()
479 if(!handle2) _throwtj(); in _decompTest()
529 if(!sf || !n) _throwtj(); in decompTest()
561 _throwtj(); in doTest()
603 if((handle=tjInitCompress())==NULL) _throwtj(); in bufSizeTest()