Home
last modified time | relevance | path

Searched refs:_throwtj (Results 1 – 4 of 4) 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()
188 if(tjDestroy(handle)==-1) _throwtj("executing tjDestroy()"); in decomp()
327 _throwtj("executing tjInitCompress()"); in fullTest()
357 _throwtj("executing tjEncodeYUV3()"); in fullTest()
361 _throwtj("executing tjCompressFromYUV()"); in fullTest()
367 _throwtj("executing tjCompress2()"); in fullTest()
[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()