Home
last modified time | relevance | path

Searched refs:THROW_TJ (Results 1 – 4 of 4) sorted by relevance

/external/libjpeg-turbo/
Dtjexample.c52 #define THROW_TJ(action) THROW(action, tjGetErrorStr2(tjInstance)) macro
175 THROW_TJ("getting scaling factors"); in main()
288 THROW_TJ("initializing transformer"); in main()
292 THROW_TJ("transforming input image"); in main()
298 THROW_TJ("initializing decompressor"); in main()
303 THROW_TJ("reading JPEG header"); in main()
337 THROW_TJ("decompressing JPEG image"); in main()
344 THROW_TJ("loading input image"); in main()
367 THROW_TJ("initializing compressor"); in main()
370 THROW_TJ("compressing image"); in main()
[all …]
Dtjbench.c56 #define THROW_TJ(m) { \ macro
161 THROW_TJ("executing tjInitDecompress()"); in decomp()
181 THROW_TJ("allocating YUV buffer"); in decomp()
206 THROW_TJ("executing tjDecompressToYUV2()"); in decomp()
210 THROW_TJ("executing tjDecodeYUV()"); in decomp()
215 THROW_TJ("executing tjDecompress2()"); in decomp()
229 if (tjDestroy(handle) == -1) THROW_TJ("executing tjDestroy()"); in decomp()
372 THROW_TJ("executing tjInitCompress()"); in fullTest()
377 THROW_TJ("allocating YUV buffer"); in fullTest()
403 THROW_TJ("executing tjEncodeYUV3()"); in fullTest()
[all …]
Dtjunittest.c62 #define THROW_TJ() { \ macro
66 #define TRY_TJ(f) { if ((f) == -1) THROW_TJ(); }
382 if (!handle2) THROW_TJ(); in compTest()
442 if (!handle2) THROW_TJ(); in _decompTest()
491 if (!sf || !n) THROW_TJ(); in decompTest()
524 THROW_TJ(); in doTest()
598 if ((handle = tjInitCompress()) == NULL) THROW_TJ(); in bufSizeTest()
788 THROW_TJ(); in doBmpTest()
802 THROW_TJ(); in doBmpTest()
813 THROW_TJ(); in doBmpTest()
[all …]
Dturbojpeg-jni.c56 #define THROW_TJ() { \ macro
246 THROW_TJ(); in TJCompressor_compress()
373 THROW_TJ(); in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII()
450 THROW_TJ(); in TJCompressor_encodeYUV()
522 THROW_TJ(); in TJCompressor_encodeYUV_12()
564 if (tjDestroy(handle) == -1) THROW_TJ(); in Java_org_libjpegturbo_turbojpeg_TJCompressor_destroy()
638 THROW_TJ(); in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressHeader()
687 THROW_TJ(); in TJDecompressor_decompress()
817 THROW_TJ(); in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()
860 THROW_TJ(); in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3BI()
[all …]