Home
last modified time | relevance | path

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

/hardware/intel/common/wrs_omxil_core/base/src/
Dportbase.cpp36 void PortBase::__PortBase(void) in __PortBase()
79 PortBase::PortBase() in PortBase() function in PortBase
84 PortBase::PortBase(const OMX_PARAM_PORTDEFINITIONTYPE *portdefinition) in PortBase() function in PortBase
90 PortBase::~PortBase() in ~PortBase()
124 void PortBase::SetOwner(OMX_COMPONENTTYPE *handle) in SetOwner()
130 OMX_COMPONENTTYPE *PortBase::GetOwner(void) in GetOwner()
135 OMX_ERRORTYPE PortBase::SetCallbacks(OMX_HANDLETYPE hComponent, in SetCallbacks()
148 OMX_ERRORTYPE PortBase::SetMemAllocator(CustomMemAlloc *pMemAlloc, CustomMemFree *pMemFree, OMX_PTR… in SetMemAllocator()
156 OMX_ERRORTYPE PortBase::SetMemAlignment(OMX_U32 nAlignment) in SetMemAlignment()
162 OMX_U32 PortBase::getFrameBufSize(OMX_COLOR_FORMATTYPE colorFormat, OMX_U32 width, OMX_U32 height) in getFrameBufSize()
[all …]
Dcomponentbase.cpp489 PortBase *port = NULL; in CBaseGetParameter()
560 PortBase *port = NULL; in CBaseSetParameter()
944 PortBase *port = NULL; in CBaseUseBuffer()
1000 PortBase *port = NULL; in CBaseAllocateBuffer()
1047 PortBase *port = NULL; in CBaseFreeBuffer()
1088 PortBase *port = NULL; in CBaseEmptyThisBuffer()
1157 PortBase *port = NULL; in CBaseFillThisBuffer()
1303 TransStatePort(port_index, PortBase::OMX_PortDisabled); in CmdHandler()
1309 TransStatePort(port_index, PortBase::OMX_PortEnabled); in CmdHandler()
1645 PortBase *port = NULL; in PushThisMark()
[all …]
/hardware/intel/common/wrs_omxil_core/base/inc/
Dportbase.h33 class PortBase
39 PortBase();
40 PortBase(const OMX_PARAM_PORTDEFINITIONTYPE *portdefinition);
41 virtual ~PortBase();
Dportimage.h27 class PortImage : public PortBase
Dportother.h27 class PortOther : public PortBase
Dportvideo.h27 class PortVideo : public PortBase
Dportaudio.h27 class PortAudio : public PortBase
Dcomponentbase.h285 PortBase **ports;
/hardware/intel/common/omx-components/videocodec/
DOMXComponentCodecBase.cpp47 this->ports = new PortBase* [NUMBER_PORTS]; in ComponentAllocatePorts()