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

  /frameworks/av/media/libstagefright/omx/
OMXNodeInstance.cpp 18 #define LOG_TAG "OMXNodeInstance"
21 #include "../include/OMXNodeInstance.h"
88 OMX_CALLBACKTYPE OMXNodeInstance::kCallbacks = {
92 OMXNodeInstance::OMXNodeInstance(
101 OMXNodeInstance::~OMXNodeInstance() {
105 void OMXNodeInstance::setHandle(OMX::node_id node_id, OMX_HANDLETYPE handle) {
111 sp<GraphicBufferSource> OMXNodeInstance::getGraphicBufferSource() {
116 void OMXNodeInstance::setGraphicBufferSource
    [all...]
Android.mk 8 OMXNodeInstance.cpp \
GraphicBufferSource.h 26 #include "../include/OMXNodeInstance.h"
51 GraphicBufferSource(OMXNodeInstance* nodeInstance,
83 // OMXNodeInstance.)
176 OMXNodeInstance* mNodeInstance;
OMX.cpp 25 #include "../include/OMXNodeInstance.h"
59 CallbackDispatcher(OMXNodeInstance *owner);
71 OMXNodeInstance *mOwner;
84 OMX::CallbackDispatcher::CallbackDispatcher(OMXNodeInstance *owner)
167 OMXNodeInstance *instance;
226 OMXNodeInstance *instance = new OMXNodeInstance(this, observer);
230 name, &OMXNodeInstance::kCallbacks,
253 OMXNodeInstance *instance = findInstance(node);
430 // Forward to OMXNodeInstance
    [all...]
GraphicBufferSource.cpp 35 GraphicBufferSource::GraphicBufferSource(OMXNodeInstance* nodeInstance,
  /frameworks/av/media/libstagefright/include/
OMX.h 27 class OMXNodeInstance;
155 KeyedVector<wp<IBinder>, OMXNodeInstance *> mLiveNodes;
156 KeyedVector<node_id, OMXNodeInstance *> mNodeIDToInstance;
159 node_id makeNodeID(OMXNodeInstance *instance);
160 OMXNodeInstance *findInstance(node_id node);
OMXNodeInstance.h 32 struct OMXNodeInstance {
33 OMXNodeInstance(
142 ~OMXNodeInstance();
173 OMXNodeInstance(const OMXNodeInstance &);
174 OMXNodeInstance &operator=(const OMXNodeInstance &);

Completed in 58 milliseconds