summaryrefslogtreecommitdiff
path: root/includes/dynamic_depth/depth_jpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/dynamic_depth/depth_jpeg.h')
-rw-r--r--includes/dynamic_depth/depth_jpeg.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/includes/dynamic_depth/depth_jpeg.h b/includes/dynamic_depth/depth_jpeg.h
new file mode 100644
index 0000000..e4d7d26
--- /dev/null
+++ b/includes/dynamic_depth/depth_jpeg.h
@@ -0,0 +1,14 @@
+#ifndef DYNAMIC_DEPTH_INCLUDES_DYNAMIC_DEPTH_JPEG_H_ // NOLINT
+#define DYNAMIC_DEPTH_INCLUDES_DYNAMIC_DEPTH_JPEG_H_ // NOLINT
+
+#include <stddef.h>
+#include <stdint.h>
+
+namespace dynamic_depth {
+
+// Android depth photo validation sequence
+int32_t ValidateAndroidDynamicDepthBuffer(const char* buffer, size_t buffer_length);
+
+} // namespace dynamic_depth
+
+#endif // DYNAMIC_DEPTH_INCLUDES_DYNAMIC_DEPTH_JPEG_H_ // NOLINT