summaryrefslogtreecommitdiff
path: root/aiq
diff options
context:
space:
mode:
authorHan-Lin Chen <hanlinchen@chromium.org>2021-11-11 18:49:05 +0800
committerKieran Bingham <kieran.bingham@ideasonboard.com>2021-11-19 16:35:49 +0000
commit8bd6f571aa7ab598968558f54164f094b8c56a0e (patch)
treeec09f6a40d62d0f6c7a3c308d7c501007e4cb9c7 /aiq
parent8966fdb06ec2a07c8094cea478739df96eaef038 (diff)
ipu3: Set statistics with the effective AE AiqResults
Set the statistics with the latest AE AiqResults which has the same exposure time and analog gain. The patch reduces the AE hunting during the converging process. Signed-off-by: Han-Lin Chen <hanlinchen@chromium.org> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'aiq')
-rw-r--r--aiq/aiq_input_parameters.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/aiq/aiq_input_parameters.cpp b/aiq/aiq_input_parameters.cpp
index bc87b31..46553a6 100644
--- a/aiq/aiq_input_parameters.cpp
+++ b/aiq/aiq_input_parameters.cpp
@@ -130,7 +130,7 @@ AiqInputParameters &AiqInputParameters::operator=(const AiqInputParameters &othe
void AiqInputParameters::setAeAwbAfDefaults()
{
- /*Ae Params */
+ /* Ae Params */
aeInputParams.num_exposures = NUM_EXPOSURES;
aeInputParams.frame_use = ia_aiq_frame_use_preview;
aeInputParams.flash_mode = ia_aiq_flash_mode_off;