Searched refs:srcElementSize (Results 1 – 1 of 1) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg-jni.c | 213 (JNIEnv *env, jobject obj, jarray src, jint srcElementSize, jint x, jint y, in TJCompressor_compress() argument 232 if ((*env)->GetArrayLength(env, src) * srcElementSize < arraySize) in TJCompressor_compress() 390 (JNIEnv *env, jobject obj, jarray src, jint srcElementSize, jint x, jint y, in TJCompressor_encodeYUV() argument 420 if ((*env)->GetArrayLength(env, src) * srcElementSize < arraySize) in TJCompressor_encodeYUV() 495 (JNIEnv *env, jobject obj, jarray src, jint srcElementSize, jint width, in TJCompressor_encodeYUV_12() argument 511 if ((*env)->GetArrayLength(env, src) * srcElementSize < arraySize) in TJCompressor_encodeYUV_12()
|