Searched refs:dstobjs (Results 1 – 1 of 1) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg-jni.c | 365 jint width, jint pitch, jint height, jint pf, jobjectArray dstobjs, in TJCompressor_encodeYUV() argument 384 if((*env)->GetArrayLength(env, dstobjs)<nc) in TJCompressor_encodeYUV() 411 bailif0(jDstPlanes[i]=(*env)->GetObjectArrayElement(env, dstobjs, i)); in TJCompressor_encodeYUV() 443 jint pitch, jint height, jint pf, jobjectArray dstobjs, in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3BIIIIII_3_3B_3I_3III() argument 447 dstobjs, jDstOffsets, jDstStrides, subsamp, flags); in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3BIIIIII_3_3B_3I_3III() 453 jint stride, jint height, jint pf, jobjectArray dstobjs, in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3IIIIIII_3_3B_3I_3III() argument 462 stride*sizeof(jint), height, pf, dstobjs, jDstOffsets, jDstStrides, in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3IIIIIII_3_3B_3I_3III() 723 jobjectArray dstobjs, jintArray jDstOffsets, jint desiredWidth, in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III() argument 780 bailif0(jDstPlanes[i]=(*env)->GetObjectArrayElement(env, dstobjs, i)); in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III() 1038 jobjectArray dstobjs, jobjectArray tobjs, jint flags) in Java_org_libjpegturbo_turbojpeg_TJTransformer_transform() argument [all …]
|