Home
last modified time | relevance | path

Searched refs:jDstPlanes (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dturbojpeg-jni.c410 jbyteArray jDstPlanes[3] = { NULL, NULL, NULL }; in TJCompressor_encodeYUV() local
461 BAILIF0(jDstPlanes[i] = (*env)->GetObjectArrayElement(env, dstobjs, i)); in TJCompressor_encodeYUV()
462 if ((*env)->GetArrayLength(env, jDstPlanes[i]) < in TJCompressor_encodeYUV()
467 (*env)->GetPrimitiveArrayCritical(env, jDstPlanes[i], 0)); in TJCompressor_encodeYUV()
469 SAFE_RELEASE(jDstPlanes[i], dstPlanesTmp[i]); in TJCompressor_encodeYUV()
780 jbyteArray jDstPlanes[3] = { NULL, NULL, NULL }; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III() local
841 BAILIF0(jDstPlanes[i] = (*env)->GetObjectArrayElement(env, dstobjs, i)); in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()
842 if ((*env)->GetArrayLength(env, jDstPlanes[i]) < in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()
847 (*env)->GetPrimitiveArrayCritical(env, jDstPlanes[i], 0)); in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()
849 SAFE_RELEASE(jDstPlanes[ in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()
[all...]

Completed in 3 milliseconds