hi_isp_awb_stat_result
Description
Defines the AWB statistics information.
Definition
typedef struct {
hi_u16 *zone_avg_r;
hi_u16 *zone_avg_g;
hi_u16 *zone_avg_b;
hi_u16 *zone_count;
} hi_isp_awb_stat_result;
Members
Member |
Description |
|---|---|
zone_avg_r |
Start address of R-component average value array of white points in zoned statistics for the Bayer domain. The value range of the R-component average value is [0, 0xFFFF]. |
zone_avg_g |
Start address of G-component average value array of white points in zoned statistics for the Bayer domain. The value range of the G-component average value is [0, 0xFFFF]. |
zone_avg_b |
Start address of B-component average value array of white points in zoned statistics for the Bayer domain. The value range of the B-component average value is [0, 0xFFFF]. |
zone_count |
Array start address of the number of white points in zoned statistics for the Bayer domain. Normalization has been performed. The value range of the number of white points is [0, 0xFFFF]. |