Loading jni/filters/geometry.c +3 −1 Original line number Original line Diff line number Diff line Loading @@ -14,8 +14,10 @@ * limitations under the License. * limitations under the License. */ */ #include "filters.h" #include <stdio.h> #include <stdio.h> #include <stdlib.h> #include "filters.h" static __inline__ void flipVertical(char * source, int srcWidth, int srcHeight, char * destination, int dstWidth, int dstHeight){ static __inline__ void flipVertical(char * source, int srcWidth, int srcHeight, char * destination, int dstWidth, int dstHeight){ //Vertical //Vertical Loading jni/filters/highlight.c +2 −0 Original line number Original line Diff line number Diff line Loading @@ -15,6 +15,8 @@ */ */ #include <math.h> #include <math.h> #include <stdlib.h> #include "filters.h" #include "filters.h" void JNIFUNCF(ImageFilterHighlights, nativeApplyFilter, jobject bitmap, void JNIFUNCF(ImageFilterHighlights, nativeApplyFilter, jobject bitmap, Loading jni/filters/redEyeMath.c +2 −0 Original line number Original line Diff line number Diff line Loading @@ -15,6 +15,8 @@ */ */ #include <math.h> #include <math.h> #include <stdlib.h> #include "filters.h" #include "filters.h" int value(int r, int g, int b) { int value(int r, int g, int b) { Loading jni/filters/shadows.c +2 −0 Original line number Original line Diff line number Diff line Loading @@ -15,6 +15,8 @@ */ */ #include <math.h> #include <math.h> #include <stdlib.h> #include "filters.h" #include "filters.h" void JNIFUNCF(ImageFilterShadows, nativeApplyFilter, jobject bitmap, jint width, jint height, float scale){ void JNIFUNCF(ImageFilterShadows, nativeApplyFilter, jobject bitmap, jint width, jint height, float scale){ Loading jni/filters/wbalance.c +2 −0 Original line number Original line Diff line number Diff line Loading @@ -14,6 +14,8 @@ * limitations under the License. * limitations under the License. */ */ #include <stdlib.h> #include "filters.h" #include "filters.h" void estmateWhite(unsigned char *src, int len, int *wr, int *wb, int *wg){ void estmateWhite(unsigned char *src, int len, int *wr, int *wb, int *wg){ Loading Loading
jni/filters/geometry.c +3 −1 Original line number Original line Diff line number Diff line Loading @@ -14,8 +14,10 @@ * limitations under the License. * limitations under the License. */ */ #include "filters.h" #include <stdio.h> #include <stdio.h> #include <stdlib.h> #include "filters.h" static __inline__ void flipVertical(char * source, int srcWidth, int srcHeight, char * destination, int dstWidth, int dstHeight){ static __inline__ void flipVertical(char * source, int srcWidth, int srcHeight, char * destination, int dstWidth, int dstHeight){ //Vertical //Vertical Loading
jni/filters/highlight.c +2 −0 Original line number Original line Diff line number Diff line Loading @@ -15,6 +15,8 @@ */ */ #include <math.h> #include <math.h> #include <stdlib.h> #include "filters.h" #include "filters.h" void JNIFUNCF(ImageFilterHighlights, nativeApplyFilter, jobject bitmap, void JNIFUNCF(ImageFilterHighlights, nativeApplyFilter, jobject bitmap, Loading
jni/filters/redEyeMath.c +2 −0 Original line number Original line Diff line number Diff line Loading @@ -15,6 +15,8 @@ */ */ #include <math.h> #include <math.h> #include <stdlib.h> #include "filters.h" #include "filters.h" int value(int r, int g, int b) { int value(int r, int g, int b) { Loading
jni/filters/shadows.c +2 −0 Original line number Original line Diff line number Diff line Loading @@ -15,6 +15,8 @@ */ */ #include <math.h> #include <math.h> #include <stdlib.h> #include "filters.h" #include "filters.h" void JNIFUNCF(ImageFilterShadows, nativeApplyFilter, jobject bitmap, jint width, jint height, float scale){ void JNIFUNCF(ImageFilterShadows, nativeApplyFilter, jobject bitmap, jint width, jint height, float scale){ Loading
jni/filters/wbalance.c +2 −0 Original line number Original line Diff line number Diff line Loading @@ -14,6 +14,8 @@ * limitations under the License. * limitations under the License. */ */ #include <stdlib.h> #include "filters.h" #include "filters.h" void estmateWhite(unsigned char *src, int len, int *wr, int *wb, int *wg){ void estmateWhite(unsigned char *src, int len, int *wr, int *wb, int *wg){ Loading