Searched refs:PortBase (Results 1 - 9 of 9) sorted by relevance

/hardware/intel/common/wrs_omxil_core/base/inc/
H A Dportimage.h27 class PortImage : public PortBase
H A Dportother.h27 class PortOther : public PortBase
H A Dportbase.h33 class PortBase class
39 PortBase();
40 PortBase(const OMX_PARAM_PORTDEFINITIONTYPE *portdefinition);
41 virtual ~PortBase();
201 /* end of PortBase */
H A Dportvideo.h27 class PortVideo : public PortBase
H A Dportaudio.h27 class PortAudio : public PortBase
H A Dcomponentbase.h285 PortBase **ports;
338 /* state: PortBase::OMX_PortEnabled/Disabled */
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dportbase.cpp35 void PortBase::__PortBase(void)
78 PortBase::PortBase() function in class:PortBase
83 PortBase::PortBase(const OMX_PARAM_PORTDEFINITIONTYPE *portdefinition) function in class:PortBase
89 PortBase::~PortBase()
123 void PortBase::SetOwner(OMX_COMPONENTTYPE *handle)
129 OMX_COMPONENTTYPE *PortBase::GetOwner(void)
134 OMX_ERRORTYPE PortBase
[all...]
H A Dcomponentbase.cpp492 PortBase *port = NULL;
563 PortBase *port = NULL;
942 PortBase *port = NULL;
999 PortBase *port = NULL;
1047 PortBase *port = NULL;
1089 PortBase *port = NULL;
1158 PortBase *port = NULL;
1304 TransStatePort(port_index, PortBase::OMX_PortDisabled);
1310 TransStatePort(port_index, PortBase::OMX_PortEnabled);
1646 PortBase *por
[all...]
/hardware/intel/common/omx-components/videocodec/
H A DOMXComponentCodecBase.cpp47 this->ports = new PortBase* [NUMBER_PORTS];

Completed in 72 milliseconds