Searched refs:jSrcStrides (Results 1 – 1 of 1) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg-jni.c | 288 jint width, jintArray jSrcStrides, jint height, jint subsamp, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() argument 310 if((*env)->GetArrayLength(env, jSrcStrides)<nc) in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() 318 bailif0(srcStrides=(*env)->GetPrimitiveArrayCritical(env, jSrcStrides, 0)); in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() 357 (*env)->ReleasePrimitiveArrayCritical(env, jSrcStrides, srcStrides, 0); in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() 847 jintArray jSrcStrides, jint subsamp, jarray dst, jint dstElementSize, in TJDecompressor_decodeYUV() argument 871 if((*env)->GetArrayLength(env, jSrcStrides)<nc) in TJDecompressor_decodeYUV() 880 bailif0(srcStrides=(*env)->GetPrimitiveArrayCritical(env, jSrcStrides, 0)); in TJDecompressor_decodeYUV() 918 (*env)->ReleasePrimitiveArrayCritical(env, jSrcStrides, srcStrides, 0); in TJDecompressor_decodeYUV() 927 jintArray jSrcStrides, jint subsamp, jbyteArray dst, jint x, jint y, in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decodeYUV___3_3B_3I_3II_3BIIIIIII() argument 930 TJDecompressor_decodeYUV(env, obj, srcobjs, jSrcOffsets, jSrcStrides, in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decodeYUV___3_3B_3I_3II_3BIIIIIII() [all …]
|