hi_isp_awb_switch

Description

Defines the position of the AWB statistical module in the ISP pipeline.

Definition

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;

Members

Member

Description

HI_ISP_AWB_AFTER_DG

The AWB statistical module is located after the digital gain module.

HI_ISP_AWB_AFTER_EXPANDER

The AWB statistical module is located after the expander module.

HI_ISP_AWB_AFTER_DRC

The AWB statistical module is located after the DRC module.