diff options
author | Stefan Klug <stefan.klug@ideasonboard.com> | 2024-05-22 15:31:51 +0200 |
---|---|---|
committer | Stefan Klug <stefan.klug@ideasonboard.com> | 2024-06-11 15:11:11 +0200 |
commit | acfd602767638aa6ce19fd831d5221bdf233195c (patch) | |
tree | 5db6222ad02171909572885a79f4a15562a585c8 /src/android/hal_framebuffer.h | |
parent | 294ead848c3fa200b71062ed78550656a051cfbe (diff) |
ipa: rkisp1: Fix algorithm controls vanish after configure
std::unordered_map::merge(source) has the side effect of actually moving items
from source to target. In this case the controls were removed from the source
maps on the first call to updateControls() and on the second call to
updateControls() they were missing in the source maps and therefore also
removed from the camera. Fix this by using insert() instead of merge(). This is
most likely cheaper than copy-contructing the source map.
Fixes: 4c5152843a2a ("ipa: rkisp1: Derive rkisp1::algorithms::Agc from AgcMeanLuminance")
Signed-off-by: Stefan Klug <stefan.klug@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
Diffstat (limited to 'src/android/hal_framebuffer.h')
0 files changed, 0 insertions, 0 deletions