@@ -27,56 +27,56 @@ extern "C" {
2727
2828
2929
30- /*
31- * Class: com_android_viewer_imageprocessing_Native
32- * Method: decodeYUV420SP_native
33- * Signature: ([BII[I)[I
34- */
35- JNIEXPORT jint JNICALL Java_com_android_viewer_imageprocessing_Native_decodeYUV420SP_1native
36- (JNIEnv * , jclass , jbyteArray , jint , jint , jintArray );
37-
38-
39- /*
40- * Class: com_android_viewer_imageprocessing_Native
41- * Method: cvtRGB2GRAY_native
42- * Signature:
43- */
44- JNIEXPORT jint JNICALL Java_com_android_viewer_imageprocessing_Native_cvtRGB2GRAY_1native
45- (JNIEnv * , jclass , jintArray , jint , jint , jintArray );
46-
47-
48- /*
49- * Class: com_android_viewer_imageprocessing_Native
50- * Method: createHistogram_native
51- * Signature:
52- */
53- JNIEXPORT jint JNICALL Java_com_android_viewer_imageprocessing_Native_createHistogram_1native
54- (JNIEnv * , jclass , jintArray , jint , jintArray );
55-
56-
57- /*
58- * Class: com_android_viewer_imageprocessing_Native
59- * Method: overlayHistogram_native
60- * Signature:
61- */
62- JNIEXPORT jint JNICALL Java_com_android_viewer_imageprocessing_Native_overlayHistogram_1native
63- (JNIEnv * , jclass , jintArray , jint , jint , jintArray );
64-
65- /*
66- * Class: com_android_viewer_imageprocessing_Native
67- * Method: sobel_native
68- * Signature:
69- */
70- JNIEXPORT jint JNICALL Java_com_android_viewer_imageprocessing_Native_sobel_1native
71- (JNIEnv * , jclass , jintArray , jint , jint , jintArray , jint );
72-
73- /*
74- * Class: com_android_viewer_imageprocessing_Native
75- * Method: histogramEq_native
76- * Signature:
77- */
78- JNIEXPORT jint JNICALL Java_com_android_viewer_imageprocessing_Native_histogramEq_1native
79- (JNIEnv * , jclass , jintArray , jintArray , jint , jint );
30+ /*
31+ * Class: com_android_viewer_imageprocessing_Native
32+ * Method: decodeYUV420SP_native
33+ * Signature: ([BII[I)[I
34+ */
35+ JNIEXPORT jint JNICALL Java_com_android_viewer_imageprocessing_Native_decodeYUV420SP_1native
36+ (JNIEnv * , jclass , jbyteArray , jint , jint , jintArray );
37+
38+
39+ /*
40+ * Class: com_android_viewer_imageprocessing_Native
41+ * Method: cvtRGB2GRAY_native
42+ * Signature:
43+ */
44+ JNIEXPORT jint JNICALL Java_com_android_viewer_imageprocessing_Native_cvtRGB2GRAY_1native
45+ (JNIEnv * , jclass , jintArray , jint , jint , jintArray );
46+
47+
48+ /*
49+ * Class: com_android_viewer_imageprocessing_Native
50+ * Method: createHistogram_native
51+ * Signature:
52+ */
53+ JNIEXPORT jint JNICALL Java_com_android_viewer_imageprocessing_Native_createHistogram_1native
54+ (JNIEnv * , jclass , jintArray , jint , jintArray );
55+
56+
57+ /*
58+ * Class: com_android_viewer_imageprocessing_Native
59+ * Method: overlayHistogram_native
60+ * Signature:
61+ */
62+ JNIEXPORT jint JNICALL Java_com_android_viewer_imageprocessing_Native_overlayHistogram_1native
63+ (JNIEnv * , jclass , jintArray , jint , jint , jintArray );
64+
65+ /*
66+ * Class: com_android_viewer_imageprocessing_Native
67+ * Method: sobel_native
68+ * Signature:
69+ */
70+ JNIEXPORT jint JNICALL Java_com_android_viewer_imageprocessing_Native_sobel_1native
71+ (JNIEnv * , jclass , jintArray , jint , jint , jintArray , jint );
72+
73+ /*
74+ * Class: com_android_viewer_imageprocessing_Native
75+ * Method: histogramEq_native
76+ * Signature:
77+ */
78+ JNIEXPORT jint JNICALL Java_com_android_viewer_imageprocessing_Native_histogramEq_1native
79+ (JNIEnv * , jclass , jintArray , jintArray , jint , jint );
8080
8181
8282
0 commit comments