Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 60ae153a authored by Dan Albert's avatar Dan Albert Committed by android-build-merger
Browse files

Merge \\\"Add missing includes.\\\" am: 2ca742cd am: ede3bd22

am: 65c808e7

Change-Id: I43e9681c153ddc5dc4fb23ce2f7cf1131bcf1e14
parents f2aad3fe 65c808e7
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -14,8 +14,10 @@
 * limitations under the License.
 */

#include "filters.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){
    //Vertical
+2 −0
Original line number Diff line number Diff line
@@ -15,6 +15,8 @@
 */

#include <math.h>
#include <stdlib.h>

#include "filters.h"

void JNIFUNCF(ImageFilterHighlights, nativeApplyFilter, jobject bitmap,
+2 −0
Original line number Diff line number Diff line
@@ -15,6 +15,8 @@
 */

#include <math.h>
#include <stdlib.h>

#include "filters.h"

int value(int r, int g, int b) {
+2 −0
Original line number Diff line number Diff line
@@ -15,6 +15,8 @@
 */

#include <math.h>
#include <stdlib.h>

#include "filters.h"

void JNIFUNCF(ImageFilterShadows, nativeApplyFilter, jobject bitmap, jint width, jint height, float scale){
+2 −0
Original line number Diff line number Diff line
@@ -14,6 +14,8 @@
 * limitations under the License.
 */

#include <stdlib.h>

#include "filters.h"

void estmateWhite(unsigned char *src, int len, int *wr, int *wb, int *wg){