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 DOMXVideoEncoderBase.h47 virtual OMX_ERRORTYPE InitOutputPort(void);
H A DOMXComponentCodecBase.cpp55 ret = InitOutputPort();
56 CHECK_RETURN_VALUE("InitOutputPort");
H A DOMXVideoDecoderBase.h41 virtual OMX_ERRORTYPE InitOutputPort(void);
H A DOMXVideoEncoderBase.cpp141 OMX_ERRORTYPE OMXVideoEncoderBase::InitOutputPort(void) { function in class:OMXVideoEncoderBase
H A DOMXVideoDecoderBase.cpp124 OMX_ERRORTYPE OMXVideoDecoderBase::InitOutputPort(void) { function in class:OMXVideoDecoderBase

Completed in 54 milliseconds