summaryrefslogtreecommitdiff
Diffstat
-rwxr-xr-xv3/fake-pipeline2/Sensor.cpp12
-rwxr-xr-xv3/fake-pipeline2/util.c52
-rwxr-xr-xv3/fake-pipeline2/util.h2
3 files changed, 54 insertions, 12 deletions
diff --git a/v3/fake-pipeline2/util.h b/v3/fake-pipeline2/util.h
index 18969a8..16ef745 100755
--- a/v3/fake-pipeline2/util.h
+++ b/v3/fake-pipeline2/util.h
@@ -7,6 +7,8 @@ extern "C" {
void yuyv422_to_rgb24(unsigned char *buf, unsigned char *rgb, int width, int height);
void nv21_to_rgb24(unsigned char *buf, unsigned char *rgb, int width, int height);
+void nv21_memcpy_align32(unsigned char *dst, unsigned char *src, int width, int height);
+void yv12_memcpy_align32(unsigned char *dst, unsigned char *src, int width, int height);
#ifdef __cplusplus
}