Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg-jni.c73 #define _throwarg(msg) _throw(msg, "java/lang/IllegalArgumentException") macro
128 if (retval == -1) _throwarg(tjGetErrorStr()); in Java_org_libjpegturbo_turbojpeg_TJ_bufSize()
140 if (retval == -1) _throwarg(tjGetErrorStr()); in Java_org_libjpegturbo_turbojpeg_TJ_bufSizeYUV__IIII()
163 if (retval == -1) _throwarg(tjGetErrorStr()); in Java_org_libjpegturbo_turbojpeg_TJ_planeSizeYUV__IIIII()
175 if (retval == -1) _throwarg(tjGetErrorStr()); in Java_org_libjpegturbo_turbojpeg_TJ_planeWidth__III()
187 if (retval == -1) _throwarg(tjGetErrorStr()); in Java_org_libjpegturbo_turbojpeg_TJ_planeHeight__III()
226 _throwarg("Invalid argument in compress()"); in TJCompressor_compress()
228 _throwarg("Mismatch between Java and C API"); in TJCompressor_compress()
233 _throwarg("Source buffer is not large enough"); in TJCompressor_compress()
236 _throwarg("Destination buffer is not large enough"); in TJCompressor_compress()
[all …]