Home
last modified time | relevance | path

Searched refs:ComponentAllocatePorts (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
DOMXComponentCodecBase.h40 virtual OMX_ERRORTYPE ComponentAllocatePorts(void);
DOMXComponentCodecBase.cpp44 OMX_ERRORTYPE OMXComponentCodecBase::ComponentAllocatePorts(void) { in ComponentAllocatePorts() function in OMXComponentCodecBase
/hardware/intel/common/wrs_omxil_core/base/inc/
Dcomponentbase.h330 virtual OMX_ERRORTYPE ComponentAllocatePorts(void) = 0;
/hardware/intel/common/wrs_omxil_core/base/src/
Dcomponentbase.cpp1826 ret = ComponentAllocatePorts(); in AllocatePorts()