summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-09-22 08:06:01 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-09-22 08:06:01 +0000
commit1d3c4fedd0c46bf59444ca790bbd9f90c1983d2d (patch)
treea36eec0d63be9009a85b031cae2f90552007353b
parent01dd223a8426ffab8bb144b5c67835339749b697 (diff)
parentc4bdd3cb590aff6e65e3d8333df189034bfabdad (diff)
downloadeasel-1d3c4fedd0c46bf59444ca790bbd9f90c1983d2d.tar.gz
release-request-ed8626b9-4479-4c76-9207-5f511f136606-for-git_pi-release-4354758 snap-temp-L65900000105223161
Change-Id: I65d0f8961a8fad2b8ffbd9978bc5eccb9aaf4bfb
-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;