hi_isp_fe_ae_stitch_stat_3
Description
Defines the AE statistics information.
Definition
typedef struct {
hi_u16 zone_avg[HI_VI_MAX_PIPE_NUM][HI_ISP_CHN_MAX_NUM][HI_ISP_AE_ZONE_ROW][HI_ISP_AE_ZONE_COLUMN][HI_ISP_BAYER_PATTERN_NUM];
} hi_isp_fe_ae_stitch_stat_3;
The macros are defined as follows:
#define HI_VI_MAX_PHY_PIPE_NUM 4 #define HI_VI_MAX_VIR_PIPE_NUM 8 #define HI_VI_MAX_PIPE_NUM (HI_VI_MAX_PHY_PIPE_NUM + HI_VI_MAX_VIR_PIPE_NUM) #define HI_ISP_CHN_MAX_NUM 4 #define HI_ISP_AE_ZONE_ROW 15 #define HI_ISP_AE_ZONE_COLUMN 17
Members
Member |
Description |
|---|---|
zone_avg |
Average values of the R, Gr, Gb, and B components during zoned statistics after stitching. This parameter is valid in stitching mode, and the value range is [0, 0xFFFF]. Only average values of zoned statistics of pipes in stitching are valid, and the average values of other pipes are invalid. |
Parent topic: Data Types