Searched refs:_catch (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjpeg_turbo/
H A Djpgtest.cxx25 #define _catch(f) {if((f)==-1) {printf("Error in %s:\n%s\n", #f, tjGetErrorStr()); goto bailout;}} macro
115 _catch(tjCompress(hnd, rgbbuf, tilesizex, pitch, tilesizey, ps,
127 _catch(tjCompress(hnd, &rgbbuf[pitch*i+j*ps], tempw, pitch,
136 _catch(tjDestroy(hnd));
183 _catch(tjDecompress(hnd, jpegbuf[0], jpgbufsize, rgbbuf, tilesizex, pitch,
195 _catch(tjDecompress(hnd, jpegbuf[tilen], comptilesize[tilen],
202 _catch(tjDestroy(hnd));
H A Djpegut.c22 #define _catch(f) {if((f)==-1) {printf("TJPEG: %s\n", tjGetErrorStr()); bailout();}} macro
222 _catch(tjCompress(hnd, bmpbuf, w, 0, h, ps, jpegbuf, size, subsamp, qual, flags));
252 _catch(tjDecompressHeader(hnd, jpegbuf, jpegsize, &_w, &_h));
265 _catch(tjDecompress(hnd, jpegbuf, jpegsize, bmpbuf, w, w*ps, h, ps, flags));
352 _catch(tjCompress(hnd, bmpbuf, i, i*4, j, 4,
366 _catch(tjCompress(hnd, bmpbuf, j, j*4, i, 4,
H A Dturbojpegl.c66 #define _catch(f) {if((f)==-1) return -1;} macro

Completed in 82 milliseconds