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

  /hardware/intel/common/wrs_omxil_core/base/inc/
portimage.h 25 #include <portbase.h>
27 class PortImage : public PortBase
portother.h 25 #include <portbase.h>
27 class PortOther : public PortBase
portbase.h 2 * portbase.h, port base class
33 class PortBase
39 PortBase();
40 PortBase(const OMX_PARAM_PORTDEFINITIONTYPE *portdefinition);
41 virtual ~PortBase();
201 /* end of PortBase */
portaudio.h 25 #include <portbase.h>
27 class PortAudio : public PortBase
portvideo.h 25 #include <portbase.h>
27 class PortVideo : public PortBase
componentbase.h 26 #include <portbase.h>
285 PortBase **ports;
329 /* allocate specific port type derived from portbase */
338 /* state: PortBase::OMX_PortEnabled/Disabled */
  /hardware/intel/common/wrs_omxil_core/base/src/
portbase.cpp 2 * portbase.cpp, base port class
25 #include <portbase.h>
29 #define LOG_TAG "portbase"
35 void PortBase::__PortBase(void)
78 PortBase::PortBase()
83 PortBase::PortBase(const OMX_PARAM_PORTDEFINITIONTYPE *portdefinition)
89 PortBase::~PortBase()
    [all...]
componentbase.cpp 492 PortBase *port = NULL;
563 PortBase *port = NULL;
942 PortBase *port = NULL;
999 PortBase *port = NULL;
1047 PortBase *port = NULL;
1089 PortBase *port = NULL;
1158 PortBase *port = NULL;
    [all...]
  /hardware/intel/common/omx-components/videocodec/
OMXComponentCodecBase.cpp 47 this->ports = new PortBase* [NUMBER_PORTS];

Completed in 2005 milliseconds