Searched refs:InitOutputPort (Results 1 - 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
H A DOMXComponentCodecBase.h42 virtual OMX_ERRORTYPE InitOutputPort(void) = 0;
H A DOMXVideoDecoderBase.h41 virtual OMX_ERRORTYPE InitOutputPort(void);
H A DOMXVideoEncoderBase.h43 virtual OMX_ERRORTYPE InitOutputPort(void);
H A DOMXComponentCodecBase.cpp55 ret = InitOutputPort();
56 CHECK_RETURN_VALUE("InitOutputPort");
H A DOMXVideoDecoderBase.cpp116 OMX_ERRORTYPE OMXVideoDecoderBase::InitOutputPort(void) { function in class:OMXVideoDecoderBase
H A DOMXVideoEncoderBase.cpp140 OMX_ERRORTYPE OMXVideoEncoderBase::InitOutputPort(void) { function in class:OMXVideoEncoderBase

Completed in 212 milliseconds