Home
last modified time | relevance | path

Searched refs:HDMI_CEC_OPCODE_SET_STREAM_PATH (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/support/platform/include/hdmi/
H A Dhdmi_cec.h97 #define HDMI_CEC_OPCODE_SET_STREAM_PATH 0x86 macro
/ohos5.0/drivers/hdf_core/framework/support/platform/src/hdmi/
H A Dhdmi_cec.c37 { HDMI_CEC_OPCODE_SET_STREAM_PATH, HDMI_CEC_GET_MSG_LEN(HDMI_CEC_SET_STREAM_PATH_MSG_PARAM_LEN),
323 msg->data[HDMI_CEC_MSG_DATA_FIRST_ELEMENT] = HDMI_CEC_OPCODE_SET_STREAM_PATH; in HdmiCecEncodingSetStreamPathMsg()