HDMI Peripheral Return Codes

Table 1 HDMI error codes

Error Codes

Prototype

Description

0xA0288001

HI_ERR_HDMI_NOT_INIT

The HDMI is not initialized.

0xA0288002

HI_ERR_HDMI_INVALID_PARA

The parameter is invalid.

0xA0288003

HI_ERR_HDMI_NUL_PTR

The pointer is null.

0xA0288004

HI_ERR_HDMI_DEV_NOT_OPEN

The HDMI is disabled.

0xA0288005

HI_ERR_HDMI_DEV_NOT_CONNECT

The HDMI is disconnected.

0xA0288006

HI_ERR_HDMI_READ_SINK_FAILED

The HDMI fails to read the sink.

0xA0288007

HI_ERR_HDMI_INIT_ALREADY

The HDMI is already initialized.

0xA0288008

HI_ERR_HDMI_CALLBACK_ALREADY

The HDMI callback function is already registered.

0xA0288009

HI_ERR_HDMI_INVALID_CALLBACK

The callback function is invalid.

0xA028800A

HI_ERR_HDMI_FEATURE_NO_USPPORT

The function is not supported.

0xA028800B

HI_ERR_HDMI_BUS_BUSY

The bus is busy.

0xA028800C

HI_ERR_HDMI_READ_EVENT_FAILED

The event fails to be read.

0xA028800D

HI_ERR_HDMI_NOT_START

The HDMI is not working.

0xA028800E

HI_ERR_HDMI_READ_EDID_FAILED

The Extended Display Identification Data (EDID) fails to be read.

0xA028800F

HI_ERR_HDMI_INIT_FAILED

The initialization fails.

0xA0288010

HI_ERR_HDMI_CREATE_TESK_FAILED

The task fails to be created.

0xA0288011

HI_ERR_HDMI_MALLOC_FAILED

The memory allocation fails.

0xA0288012

HI_ERR_HDMI_FREE_FAILED

The memory fails to be freed.

0xA0288013

HI_ERR_HDMI_PTHREAD_CREATE_FAILED

The thread fails to be created.

0xA0288014

HI_ERR_HDMI_PTHREAD_JOIN_FAILED

Failed to join the thread.

0xA0288015

HI_ERR_HDMI_STRATEGY_FAILED

Working strategy fails.

0xA0288016

HI_ERR_HDMI_SET_ATTR_FAILED

Parameter setting fails.

0xA0288017

HI_ERR_HDMI_CALLBACK_NOT_REGISTER

The callback function is not registered.

0xA0288018

HI_ERR_HDMI_UNKNOWN_COMMAND

The command is unknown.

0xA0288019

HI_ERR_HDMI_MUTEX_LOCK_FAILED

The lock fails.