hi_csc_param
Description
Defines the CSC information.
Prototype
typedef struct {
hi_vpc_pic_info src;
hi_vpc_pic_info dst;
hi_csc_opt csc_opt;
} hi_csc_param
Members
Member |
Description |
|---|---|
src |
Input image information. |
dst |
Output image information. |
csc_opt |
CSC parameter. |
Parent topic: VPC Image Processing