Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg-jni.c51 #define _throwarg(msg) _throw(msg, "java/lang/IllegalArgumentException") macro
108 if(retval==-1) _throwarg(tjGetErrorStr()); in Java_org_libjpegturbo_turbojpeg_TJ_bufSize()
119 if(retval==-1) _throwarg(tjGetErrorStr()); in Java_org_libjpegturbo_turbojpeg_TJ_bufSizeYUV__IIII()
140 if(retval==-1) _throwarg(tjGetErrorStr()); in Java_org_libjpegturbo_turbojpeg_TJ_planeSizeYUV__IIIII()
151 if(retval==-1) _throwarg(tjGetErrorStr()); in Java_org_libjpegturbo_turbojpeg_TJ_planeWidth__III()
162 if(retval==-1) _throwarg(tjGetErrorStr()); in Java_org_libjpegturbo_turbojpeg_TJ_planeHeight__III()
201 _throwarg("Invalid argument in compress()"); in TJCompressor_compress()
203 _throwarg("Mismatch between Java and C API"); in TJCompressor_compress()
208 _throwarg("Source buffer is not large enough"); in TJCompressor_compress()
211 _throwarg("Destination buffer is not large enough"); in TJCompressor_compress()
[all …]