hi_csc_coefficient
Description
Defines the CSC matrix parameters.
Definition
typedef struct {
hi_coefficient yuv_to_rgb_coefficient;
hi_coefficient rgb_to_yuv_coefficient;
} hi_csc_coefficient;
Members
Member |
Description |
|---|---|
yuv_to_rgb_coefficient |
YUV-to-RGB CSC parameters. |
rgb_to_yuv_coefficient |
RGB-to-YUV CSC parameters. |
Parent topic: Common