hi_hdmi_color_space
Description
Defines the HDMI color space.
Definition
typedef enum {
HI_HDMI_COLOR_SPACE_RGB444,
HI_HDMI_COLOR_SPACE_YCBCR422,
HI_HDMI_COLOR_SPACE_YCBCR444,
HI_HDMI_COLOR_SPACE_YCBCR420,
HI_HDMI_COLOR_SPACE_BUTT
} hi_hdmi_color_space;
Members
Member |
Description |
|---|---|
HI_HDMI_COLOR_SPACE_RGB444 |
RGB444. Not supported in the current version. |
HI_HDMI_COLOR_SPACE_YCBCR422 |
YUV422. Not supported in the current version. |
HI_HDMI_COLOR_SPACE_YCBCR444 |
YUV444. |
HI_HDMI_COLOR_SPACE_YCBCR420 |
YUV420. Not supported in the current version. |
HI_HDMI_COLOR_SPACE_BUTT |
Reserved. |
Parent topic: HDMI Peripherals