hi_isp_ae_grid_info

说明

定义AE分区间统计信息的坐标信息。

定义

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;

成员

成员名称

描述

grid_y_pos[HI_ISP_AE_ZONE_ROW + 1]

AE每个分区 Y 方向坐标值。

#define HI_ISP_AE_ZONE_ROW 	15

grid_x_pos[HI_ISP_AE_ZONE_COLUMN + 1]

AE每个分区 X 方向坐标值。

#define HI_ISP_AE_ZONE_COLUMN 	17

status

AE统计信息坐标更新状态。

注意事项