hi_isp_ae_grid_info

Description

Defines the coordinates of AE zoned statistics.

Definition

typedef struct {
    hi_u16 grid_y_pos[HI_ISP_AE_ZONE_ROW + 1];
    hi_u16 grid_x_pos[HI_ISP_AE_ZONE_COLUMN + 1]; 
    hi_u8  status;
} hi_isp_ae_grid_info;

Members

Member

Description

grid_y_pos[HI_ISP_AE_ZONE_ROW + 1]

Vertical coordinate of each AE zone.

#define HI_ISP_AE_ZONE_ROW 	15

grid_x_pos[HI_ISP_AE_ZONE_COLUMN + 1]

Horizontal coordinate of each AE zone.

#define HI_ISP_AE_ZONE_COLUMN 	17

status

AE statistics coordinate update status.

Restrictions

  • In the non-block division scenario, the AE zoned statistics are the statistics of 15 x 17 even zones.
  • In the BE block division scenario, the AE zoned statistics are statistics of uneven zones for information consistency. The start coordinates of each zone are provided.