hi_isp_drc_curve_select
Description
Defines the type of the ISP DRC tone mapping curve.
Definition
typedef enum {
HI_ISP_DRC_CURVE_ASYMMETRY = 0x0,
HI_ISP_DRC_CURVE_USER,
HI_ISP_DRC_CURVE_BUTT
} hi_isp_drc_curve_select;
Members
Member |
Description |
|---|---|
HI_ISP_DRC_CURVE_ASYMMETRY |
Asymmetry curve |
HI_ISP_DRC_CURVE_USER |
User-defined curve |
HI_ISP_DRC_CURVE_BUTT |
Invalid |
Parent topic: Data Types