hi_isp_fe_ae_stat_3
Description
Defines the AE statistics information.
Definition
typedef struct {
hi_u16 zone_avg[HI_ISP_CHN_MAX_NUM][HI_ISP_AE_ZONE_ROW][HI_ISP_AE_ZONE_COLUMN][HI_ISP_BAYER_PATTERN_NUM];
} hi_isp_fe_ae_stat_3;
The macros are defined as follows:
#define HI_ISP_CHN_MAX_NUM 4 #define HI_ISP_AE_ZONE_ROW 15 #define HI_ISP_AE_ZONE_COLUMN 17 #define HI_ISP_BAYER_PATTERN_NUM 4
Members
Member |
Description |
|---|---|
zone_avg |
Average values of components R, Gr, Gb, and B during zoned statistics. The value range is [0, 0xFFFF]. |
Parent topic: Data Types