diff options
| author | android-build-team Robot <android-build-team-robot@google.com> | 2017-10-10 08:04:37 +0000 |
|---|---|---|
| committer | android-build-team Robot <android-build-team-robot@google.com> | 2017-10-10 08:04:37 +0000 |
| commit | 72d633c92d79392a74da70d276c1b608e12a43e5 (patch) | |
| tree | 7ff00afb0a6009126048b7930da657e01fa7f422 | |
| parent | be243c6ae07393a615725d17d2a78dcd8ffd0166 (diff) | |
| parent | e1769f8ee154e1917d6f116a827ca2d2cb0255c3 (diff) | |
| download | platform_hardware_google_easel-72d633c92d79392a74da70d276c1b608e12a43e5.tar.gz platform_hardware_google_easel-72d633c92d79392a74da70d276c1b608e12a43e5.tar.bz2 platform_hardware_google_easel-72d633c92d79392a74da70d276c1b608e12a43e5.zip | |
Snap for 4386413 from e1769f8ee154e1917d6f116a827ca2d2cb0255c3 to pi-release
Change-Id: I1b860386efb1ac2f05d1f624f7001a4139663cc4
| -rw-r--r-- | camera/include/HdrPlusTypes.h | 1 |
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. |
