hi_mpi_hdmi_start
Applicability
|
Product |
Supported |
|---|---|
|
Atlas 350 Accelerator Card |
☓ |
|
|
☓ |
|
|
☓ |
|
|
√ |
|
|
☓ |
|
|
☓ |
Function Description
Starts a specified HDMI and enables its display capability.
Prototype
hi_s32 hi_mpi_hdmi_start(hi_hdmi_id hdmi)
Parameters
|
Parameter |
Input/Output |
Description |
|---|---|---|
|
hdmi |
Input |
HDMI ID. Value range: [0, 2) |
Returns
- 0: success
- Other values: failure. For details, see HDMI Peripheral Return Codes.
Restrictions
- Before the hi_mpi_hdmi_start interface is called, the hi_mpi_hdmi_open interface must be called to enable the corresponding HDMI, and the values of the input parameters hi_hdmi_id of the two interfaces must be the same.
- Currently, this API does not support multiple processes.
Parent topic: HDMI Peripherals