---
title: hi_isp_awb_switch
description: "定义AWB统计模块在ISP pipeline的位置。"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/others/ispdevug/ispdevapi_0472.html
sourcePath: /source/zh/canncommercial/900/others/ispdevug/ispdevapi_0472.html
indexId: d13f4fb7e16a14264b4e866604072ef06388fae69ee4640c1b68eb7d68c5fdb865
---
# hi_isp_awb_switch

#### 说明

定义AWB统计模块在ISP pipeline的位置。


#### 定义

```
typedef enum {
HI_ISP_AWB_AFTER_DG = 0,
HI_ISP_AWB_AFTER_EXPANDER,
HI_ISP_AWB_AFTER_DRC,
HI_ISP_AWB_SWITCH_BUTT
} hi_isp_awb_switch;
```


#### 成员

| 成员名称 | 描述 |
| --- | --- |
| HI\_ISP\_AWB\_AFTER\_DG | AWB统计模块位置在Ditial Gain后。 |
| HI\_ISP\_AWB\_AFTER\_EXPANDER | AWB统计模块位置在Expander后。 |
| HI\_ISP\_AWB\_AFTER\_DRC | AWB统计模块位置在DRC后。 |
