Searched refs:jDstStrides (Results 1 – 1 of 1) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg-jni.c | 361 jintArray jDstOffsets, jintArray jDstStrides, jint subsamp, jint flags) in TJCompressor_encodeYUV() argument 383 if((*env)->GetArrayLength(env, jDstStrides)<nc) in TJCompressor_encodeYUV() 392 bailif0(dstStrides=(*env)->GetPrimitiveArrayCritical(env, jDstStrides, 0)); in TJCompressor_encodeYUV() 429 (*env)->ReleasePrimitiveArrayCritical(env, jDstStrides, dstStrides, 0); in TJCompressor_encodeYUV() 439 jintArray jDstOffsets, jintArray jDstStrides, jint subsamp, jint flags) in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3BIIIIII_3_3B_3I_3III() argument 442 dstobjs, jDstOffsets, jDstStrides, subsamp, flags); in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3BIIIIII_3_3B_3I_3III() 449 jintArray jDstOffsets, jintArray jDstStrides, jint subsamp, jint flags) in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3IIIIIII_3_3B_3I_3III() argument 457 stride*sizeof(jint), height, pf, dstobjs, jDstOffsets, jDstStrides, in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3IIIIIII_3_3B_3I_3III() 719 jintArray jDstStrides, jint desiredHeight, jint flags) in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III() argument 758 bailif0(dstStrides=(*env)->GetPrimitiveArrayCritical(env, jDstStrides, 0)); in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III() [all …]
|