HomeSort by relevance Sort by last modified time
    Searched refs:_throwtj (Results 1 - 4 of 4) sorted by null

  /external/libvncserver/test/
tjbench.c 44 #define _throwtj(m) _throw(m, tjGetErrorStr()) macro
101 _throwtj("executing tjInitDecompress()");
117 _throwtj("executing tjDecompress2()");
131 _throwtj("executing tjDecompress2()");
136 if(tjDestroy(handle)==-1) _throwtj("executing tjDestroy()");
255 _throwtj("executing tjInitCompress()");
260 _throwtj("executing tjCompress2()");
276 _throwtj("executing tjCompress()2");
282 if(tjDestroy(handle)==-1) _throwtj("executing tjDestroy()");
376 _throwtj("executing tjInitDecompress()")
    [all...]
tjunittest.c 45 #define _throwtj() {printf("TurboJPEG ERROR:\n%s\n", tjGetErrorStr()); \ macro
47 #define _tj(f) {if((f)==-1) _throwtj();}
319 if(!sf || !n) _throwtj();
348 _throwtj();
384 if((handle=tjInitCompress())==NULL) _throwtj();
  /external/libjpeg-turbo/
tjbench.c 45 #define _throwtj(m) _throw(m, tjGetErrorStr()) macro
126 _throwtj("executing tjInitDecompress()");
166 _throwtj("executing tjDecompressToYUV2()");
170 _throwtj("executing tjDecodeYUV()");
176 _throwtj("executing tjDecompress2()");
188 if(tjDestroy(handle)==-1) _throwtj("executing tjDestroy()");
327 _throwtj("executing tjInitCompress()");
357 _throwtj("executing tjEncodeYUV3()");
361 _throwtj("executing tjCompressFromYUV()");
367 _throwtj("executing tjCompress2()")
    [all...]
tjunittest.c 57 #define _throwtj() {printf("TurboJPEG ERROR:\n%s\n", tjGetErrorStr()); \ macro
59 #define _tj(f) {if((f)==-1) _throwtj();}
417 if(!handle2) _throwtj();
479 if(!handle2) _throwtj();
529 if(!sf || !n) _throwtj();
561 _throwtj();
603 if((handle=tjInitCompress())==NULL) _throwtj();

Completed in 342 milliseconds