hi_hdmi_color_space
Description
Defines the HDMI color space.
Prototype
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. |
HI_HDMI_COLOR_SPACE_YCBCR422 |
YUV422. |
HI_HDMI_COLOR_SPACE_YCBCR444 |
YUV444. |
HI_HDMI_COLOR_SPACE_YCBCR420 |
YUV420. |
HI_HDMI_COLOR_SPACE_BUTT |
Reserved. |
In the current version, the HDMI input comes from the VO, and the VO output format can only be YUV444.
Parent topic: HDMI Peripherals