summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2017-10-09 20:37:18 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-10-09 20:37:18 +0000
commite1769f8ee154e1917d6f116a827ca2d2cb0255c3 (patch)
tree7ff00afb0a6009126048b7930da657e01fa7f422
parent427c6082d910848aeae1d060d62bebee5187aca6 (diff)
parentdb154055d224885c1c722df9568dac8f6065f05d (diff)
downloadeasel-e1769f8ee154e1917d6f116a827ca2d2cb0255c3.tar.gz
Merge "Add debug variable for dumping profiles from easel"
-rw-r--r--camera/include/HdrPlusTypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/camera/include/HdrPlusTypes.h b/camera/include/HdrPlusTypes.h
index 9f66ffb..9e6a0cf 100644
--- a/camera/include/HdrPlusTypes.h
+++ b/camera/include/HdrPlusTypes.h
@@ -232,6 +232,7 @@ static const uint32_t DEBUG_PARAM_NONE = 0u;
static const uint32_t DEBUG_PARAM_SAVE_GCAME_INPUT_METERING = (1u);
static const uint32_t DEBUG_PARAM_SAVE_GCAME_INPUT_PAYLOAD = (1u << 1);
static const uint32_t DEBUG_PARAM_SAVE_GCAME_TEXT = (1u << 2);
+static const uint32_t DEBUG_PARAM_SAVE_PROFILE = (1u << 3);
/*
* StaticMetadata defines a camera device's characteristics.