summaryrefslogtreecommitdiff
Diffstat
-rwxr-xr-xv3/fake-pipeline2/Sensor.cpp61
-rwxr-xr-xv3/fake-pipeline2/camera_hw.cpp9
-rwxr-xr-xv3/fake-pipeline2/camera_hw.h1
3 files changed, 43 insertions, 28 deletions
diff --git a/v3/fake-pipeline2/camera_hw.h b/v3/fake-pipeline2/camera_hw.h
index 6ed581d..30a1fb4 100755
--- a/v3/fake-pipeline2/camera_hw.h
+++ b/v3/fake-pipeline2/camera_hw.h
@@ -69,4 +69,5 @@ extern uintptr_t get_frame_phys(struct VideoInfo *vinfo);
extern void *get_frame(struct VideoInfo *vinfo);
extern void *get_picture(struct VideoInfo *vinfo);
extern int putback_frame(struct VideoInfo *vinfo);
+extern int putback_picture_frame(struct VideoInfo *vinfo);
#endif