HomeSort by relevance Sort by last modified time
    Searched refs:InitOutputPort (Results 1 - 6 of 6) sorted by null

  /hardware/intel/common/omx-components/videocodec/
OMXComponentCodecBase.h 42 virtual OMX_ERRORTYPE InitOutputPort(void) = 0;
OMXVideoEncoderBase.h 43 virtual OMX_ERRORTYPE InitOutputPort(void);
OMXVideoDecoderBase.h 41 virtual OMX_ERRORTYPE InitOutputPort(void);
OMXComponentCodecBase.cpp 55 ret = InitOutputPort();
56 CHECK_RETURN_VALUE("InitOutputPort");
OMXVideoEncoderBase.cpp 140 OMX_ERRORTYPE OMXVideoEncoderBase::InitOutputPort(void) {
    [all...]
OMXVideoDecoderBase.cpp 121 OMX_ERRORTYPE OMXVideoDecoderBase::InitOutputPort(void) {
    [all...]

Completed in 171 milliseconds