summaryrefslogtreecommitdiff
path: root/src/android/camera_hal_config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/android/camera_hal_config.cpp')
0 files changed, 0 insertions, 0 deletions
on the AGC histogram. #ifdef __cplusplus extern "C" { #endif #define CONTRAST_NUM_POINTS 33 struct ContrastPoint { uint16_t x; uint16_t y; }; struct ContrastStatus { struct ContrastPoint points[CONTRAST_NUM_POINTS]; double brightness; double contrast; }; #ifdef __cplusplus } #endif