aboutsummaryrefslogtreecommitdiff
path: root/camera/QCamera2/HAL3/QCamera3HWI.h
diff options
context:
space:
mode:
authorRanjith Kagathi Ananda <ranjith@codeaurora.org>2016-08-02 18:39:18 -0700
committerCosme Domínguez Díaz <cosme.ddiaz@gmail.com>2018-03-31 19:09:33 +0200
commita2cdeabe180388b00073b140651f9d17402fec60 (patch)
tree6855723308a6c432c6b9886ce9212f4f6cdc6762 /camera/QCamera2/HAL3/QCamera3HWI.h
parent836fbbd8d0f240cfbeb4a8c6cf97ea023a3cabf2 (diff)
msm8996-common: camera: HAL3: Set timestamps in private display metadata
Set the timestamp in display metadata so that clients aware of private_handle such as VT can use this un-modified timestamps. Camera framework is unaware of this timestamp and cannot modify this CRs-Fixed: 1050092 Change-Id: I78668d9981e354b6986caa75dca5721c1901e9b6
Diffstat (limited to 'camera/QCamera2/HAL3/QCamera3HWI.h')
-rw-r--r--camera/QCamera2/HAL3/QCamera3HWI.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/camera/QCamera2/HAL3/QCamera3HWI.h b/camera/QCamera2/HAL3/QCamera3HWI.h
index 47df2be..b093996 100644
--- a/camera/QCamera2/HAL3/QCamera3HWI.h
+++ b/camera/QCamera2/HAL3/QCamera3HWI.h
@@ -320,7 +320,9 @@ private:
void addToPPFeatureMask(int stream_format, uint32_t stream_idx);
void updateFpsInPreviewBuffer(metadata_buffer_t *metadata, uint32_t frame_number);
-
+#ifndef USE_HAL_3_3
+ void updateTimeStampInPendingBuffers(uint32_t frameNumber, nsecs_t timestamp);
+#endif
void enablePowerHint();
void disablePowerHint();
int32_t dynamicUpdateMetaStreamInfo();