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

  /hardware/intel/common/omx-components/videocodec/
OMXComponentCodecBase.h 41 virtual OMX_ERRORTYPE InitInputPort(void) = 0;
OMXVideoEncoderBase.h 42 virtual OMX_ERRORTYPE InitInputPort(void);
OMXVideoDecoderBase.h 40 virtual OMX_ERRORTYPE InitInputPort(void);
OMXComponentCodecBase.cpp 52 ret = InitInputPort();
53 CHECK_RETURN_VALUE("InitInputPort");
OMXVideoEncoderBase.cpp 81 OMX_ERRORTYPE OMXVideoEncoderBase::InitInputPort(void) {
    [all...]
OMXVideoDecoderBase.cpp 63 OMX_ERRORTYPE OMXVideoDecoderBase::InitInputPort(void) {
    [all...]

Completed in 57 milliseconds