summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-09-21 07:27:37 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-09-21 07:27:37 +0000
commitb0f9dc8adec6b282b1c18b4add60b88229907574 (patch)
treea36eec0d63be9009a85b031cae2f90552007353b
parente5e9034f8673f5c5ae13af2512d5e30a8f0d1e63 (diff)
parent20c11cd54858229ebe1f8cea221ee7c4e0172ae2 (diff)
downloadeasel-b0f9dc8adec6b282b1c18b4add60b88229907574.tar.gz
release-request-bbc747ae-190b-4d38-8704-432aa6396c16-for-git_oc-mr1-release-4351869 snap-temp-L93800000104806132
Change-Id: I9d58fa4457745dd5d67a370657a9671dfdfcd0e2
-rw-r--r--camera/include/HdrPlusTypes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/camera/include/HdrPlusTypes.h b/camera/include/HdrPlusTypes.h
index 407d67b..e6abb50 100644
--- a/camera/include/HdrPlusTypes.h
+++ b/camera/include/HdrPlusTypes.h
@@ -149,6 +149,10 @@ struct SensorMode {
// Easel, this offset should be subtracted from AP timestamp.
int64_t timestampOffsetNs;
+ // Sensor timestamp offset due to sensor cropping. When comparing timestamps between AP and
+ // Easel, this offset should be subtracted from AP timestamp.
+ int64_t timestampCropOffsetNs;
+
// Sensor output format as defined in android_pixel_format.
int format;