Searched refs:PortBase (Results 1 – 9 of 9) sorted by relevance
36 void PortBase::__PortBase(void) in __PortBase()79 PortBase::PortBase() in PortBase() function in PortBase84 PortBase::PortBase(const OMX_PARAM_PORTDEFINITIONTYPE *portdefinition) in PortBase() function in PortBase90 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 …]
489 PortBase *port = NULL; in CBaseGetParameter()560 PortBase *port = NULL; in CBaseSetParameter()939 PortBase *port = NULL; in CBaseUseBuffer()995 PortBase *port = NULL; in CBaseAllocateBuffer()1042 PortBase *port = NULL; in CBaseFreeBuffer()1083 PortBase *port = NULL; in CBaseEmptyThisBuffer()1152 PortBase *port = NULL; in CBaseFillThisBuffer()1298 TransStatePort(port_index, PortBase::OMX_PortDisabled); in CmdHandler()1304 TransStatePort(port_index, PortBase::OMX_PortEnabled); in CmdHandler()1640 PortBase *port = NULL; in PushThisMark()[all …]
33 class PortBase39 PortBase();40 PortBase(const OMX_PARAM_PORTDEFINITIONTYPE *portdefinition);41 virtual ~PortBase();
27 class PortOther : public PortBase
27 class PortImage : public PortBase
27 class PortVideo : public PortBase
27 class PortAudio : public PortBase
285 PortBase **ports;
47 this->ports = new PortBase* [NUMBER_PORTS]; in ComponentAllocatePorts()