Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg-jni.c360 jint width, jint pitch, jint height, jint pf, jobjectArray dstobjs, in TJCompressor_encodeYUV() argument
379 if((*env)->GetArrayLength(env, dstobjs)<nc) in TJCompressor_encodeYUV()
406 bailif0(jDstPlanes[i]=(*env)->GetObjectArrayElement(env, dstobjs, i)); in TJCompressor_encodeYUV()
438 jint pitch, jint height, jint pf, jobjectArray dstobjs, 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()
448 jint stride, jint height, jint pf, jobjectArray dstobjs, 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()
718 jobjectArray dstobjs, jintArray jDstOffsets, jint desiredWidth, in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III() argument
773 bailif0(jDstPlanes[i]=(*env)->GetObjectArrayElement(env, dstobjs, i)); in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()
1030 jobjectArray dstobjs, jobjectArray tobjs, jint flags) in Java_org_libjpegturbo_turbojpeg_TJTransformer_transform() argument
[all …]