hi_isp_mg_grid_info
Description
Defines coordinates of the MG zoned statistics.
Definition
typedef struct {
hi_u16 grid_y_pos[HI_ISP_MG_ZONE_ROW + 1];
hi_u16 grid_x_pos[HI_ISP_MG_ZONE_COLUMN + 1];
hi_u8 status;
} hi_isp_mg_grid_info;
Members
Member |
Description |
|---|---|
grid_y_pos[HI_ISP_MG_ZONE_ROW + 1] |
Vertical coordinate of each MG zone. #define HI_ISP_MG_ZONE_ROW 15 |
grid_x_pos[HI_ISP_MG_ZONE_COLUMN + 1] |
Horizontal coordinate of each MG zone. #define HI_ISP_MG_ZONE_COLUMN 17 |
status |
MG statistics coordinate update status. |
Restrictions
- In the non-block division scenario, the MG zoned statistics are the statistics of 15 x 17 even zones.
- In the BE block division scenario, the MG zoned statistics are statistics of uneven zones for information consistency. The start coordinates of each zone are provided.
Parent topic: Data Types