HomeSort by relevance Sort by last modified time
    Searched defs:OMXComponentBase (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/libstagefright/omx/
OMXComponentBase.h 25 struct OMXComponentBase {
26 OMXComponentBase(
30 virtual ~OMXComponentBase();
74 // Wraps a given OMXComponentBase instance into an OMX_COMPONENTTYPE
76 static OMX_COMPONENTTYPE *MakeComponent(OMXComponentBase *base);
90 OMXComponentBase(const OMXComponentBase &);
91 OMXComponentBase &operator=(const OMXComponentBase &);
OMXComponentBase.cpp 17 #include "OMXComponentBase.h"
25 OMXComponentBase::OMXComponentBase(
33 OMXComponentBase::~OMXComponentBase() {}
35 void OMXComponentBase::setComponentHandle(OMX_COMPONENTTYPE *handle) {
40 void OMXComponentBase::postEvent(
46 void OMXComponentBase::postFillBufferDone(OMX_BUFFERHEADERTYPE *bufHdr) {
50 void OMXComponentBase::postEmptyBufferDone(OMX_BUFFERHEADERTYPE *bufHdr) {
54 static OMXComponentBase *getBase(OMX_HANDLETYPE hComponent)
    [all...]

Completed in 20 milliseconds