Home
last modified time | relevance | path

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

/hardware/intel/common/wrs_omxil_core/base/inc/
Dcomponentbase.h339 void TransStatePort(OMX_U32 port_index, OMX_U8 state);
/hardware/intel/common/wrs_omxil_core/base/src/
Dcomponentbase.cpp1309 TransStatePort(port_index, PortBase::OMX_PortDisabled); in CmdHandler()
1315 TransStatePort(port_index, PortBase::OMX_PortEnabled); in CmdHandler()
1718 void ComponentBase::TransStatePort(OMX_U32 port_index, OMX_U8 state) in TransStatePort() function in ComponentBase