summaryrefslogtreecommitdiff
path: root/.clang-tidy
diff options
context:
space:
mode:
authorHarvey Yang <chenghaoyang@chromium.org>2024-11-29 12:27:50 +0000
committerKieran Bingham <kieran.bingham@ideasonboard.com>2024-11-29 16:24:48 +0000
commit8e0e6886f7522e161839c9c9ea42a6552d8c6cdf (patch)
treee5e6cec924c3e445548dfddaea2a65599f510128 /.clang-tidy
parent407620187398724fadee5dea2adeb6dc72173ce0 (diff)
libcamera: libipa: camera_sensor: Add GalaxyCore gc08a3 sensor properties
Provide the GalaxyCore gc08a3 camera sensor properties and registration with libipa for the gain code helpers. Signed-off-by: Han-Lin Chen <hanlinchen@chromium.org> Co-developed-by: Xing Gu <xinggu@chromium.org> Signed-off-by: Xing Gu <xinggu@chromium.org> Co-developed-by: Yudhistira Erlandinata <yerlandinata@chromium.org> Signed-off-by: Yudhistira Erlandinata <yerlandinata@chromium.org> Co-developed-by: Harvey Yang <chenghaoyang@chromium.org> Signed-off-by: Harvey Yang <chenghaoyang@chromium.org> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Kieran */ #ifndef __ANDROID_CAMERA_MANAGER_H__ #define __ANDROID_CAMERA_MANAGER_H__ #include <map> #include <mutex> #include <stddef.h> #include <tuple> #include <vector> #include <hardware/camera_common.h> #include <hardware/hardware.h> #include <system/camera_metadata.h>