Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg-jni.c392 jintArray jDstOffsets, jintArray jDstStrides, jint subsamp, jint flags) in TJCompressor_encodeYUV() argument
413 if ((*env)->GetArrayLength(env, jDstOffsets) < nc) in TJCompressor_encodeYUV()
423 BAILIF0(dstOffsets = (*env)->GetPrimitiveArrayCritical(env, jDstOffsets, 0)); in TJCompressor_encodeYUV()
462 (*env)->ReleasePrimitiveArrayCritical(env, jDstOffsets, dstOffsets, 0); in TJCompressor_encodeYUV()
469 jintArray jDstOffsets, jintArray jDstStrides, jint subsamp, jint flags) in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3BIIIIII_3_3B_3I_3III() argument
472 dstobjs, jDstOffsets, jDstStrides, subsamp, flags); in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3BIIIIII_3_3B_3I_3III()
479 jintArray jDstOffsets, jintArray jDstStrides, jint subsamp, jint flags) in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3IIIIIII_3_3B_3I_3III() argument
488 jDstOffsets, jDstStrides, subsamp, flags); in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3IIIIIII_3_3B_3I_3III()
749 jobjectArray dstobjs, jintArray jDstOffsets, jint desiredWidth, in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III() argument
789 BAILIF0(dstOffsets = (*env)->GetPrimitiveArrayCritical(env, jDstOffsets, 0)); in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()
[all …]