Searched refs:srcElementSize (Results 1 – 1 of 1) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg-jni.c | 188 (JNIEnv *env, jobject obj, jarray src, jint srcElementSize, jint x, jint y, in TJCompressor_compress() argument 207 if((*env)->GetArrayLength(env, src)*srcElementSize<arraySize) in TJCompressor_compress() 364 (JNIEnv *env, jobject obj, jarray src, jint srcElementSize, jint x, jint y, in TJCompressor_encodeYUV() argument 393 if((*env)->GetArrayLength(env, src)*srcElementSize<arraySize) in TJCompressor_encodeYUV() 470 (JNIEnv *env, jobject obj, jarray src, jint srcElementSize, jint width, in TJCompressor_encodeYUV_12() argument 486 if((*env)->GetArrayLength(env, src)*srcElementSize<arraySize) in TJCompressor_encodeYUV_12()
|