hi_rcsc_conf
说明
色域转换配置信息。
定义
typedef struct {
hi_u16 gamma_coef[257];
hi_u32 resv[2];
} hi_rcsc_conf;
成员
成员名称 |
描述 |
|---|---|
gamma_coef |
Gamma表系数,对应258个系数。 |
resv |
预留参数。 |
父主题: VPC图像处理
色域转换配置信息。
typedef struct {
hi_u16 gamma_coef[257];
hi_u32 resv[2];
} hi_rcsc_conf;
成员名称 |
描述 |
|---|---|
gamma_coef |
Gamma表系数,对应258个系数。 |
resv |
预留参数。 |