summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChien-Yu Chen <cychen@google.com>2017-09-21 03:48:09 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-09-21 03:48:09 +0000
commitc4bdd3cb590aff6e65e3d8333df189034bfabdad (patch)
treea36eec0d63be9009a85b031cae2f90552007353b
parent0b7066a6c10ca9d5d41c570bcf982f8a9c79ffff (diff)
parentb9230a500912e1aacae15d5dea575990c7ae9a36 (diff)
downloadeasel-c4bdd3cb590aff6e65e3d8333df189034bfabdad.tar.gz
pbcamera: Support sensor crop am: 20c11cd548
am: b9230a5009 Change-Id: I4e675f00755268b8a3245402585792512b9d2d5e
-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;