Searched refs:OMXNodeInstance (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp18 #define LOG_TAG "OMXNodeInstance"
23 #include "../include/OMXNodeInstance.h"
153 OMX_CALLBACKTYPE OMXNodeInstance::kCallbacks = {
166 OMXNodeInstance::OMXNodeInstance( function in class:android::OMXNodeInstance
187 OMXNodeInstance::~OMXNodeInstance() {
192 void OMXNodeInstance::setHandle(OMX::node_id node_id, OMX_HANDLETYPE handle) {
199 sp<GraphicBufferSource> OMXNodeInstance::getGraphicBufferSource() {
204 void OMXNodeInstance
[all...]
H A DAndroid.mk12 OMXNodeInstance.cpp \
H A DGraphicBufferSource.h26 #include "../include/OMXNodeInstance.h"
51 GraphicBufferSource(OMXNodeInstance* nodeInstance,
84 // OMXNodeInstance.)
207 OMXNodeInstance* mNodeInstance;
H A DOMX.cpp27 #include "../include/OMXNodeInstance.h"
61 CallbackDispatcher(OMXNodeInstance *owner);
73 OMXNodeInstance *mOwner;
86 OMX::CallbackDispatcher::CallbackDispatcher(OMXNodeInstance *owner)
169 OMXNodeInstance *instance;
228 OMXNodeInstance *instance = new OMXNodeInstance(this, observer, name);
232 name, &OMXNodeInstance::kCallbacks,
255 OMXNodeInstance *instance = findInstance(node);
441 // Forward to OMXNodeInstance
[all...]
H A DGraphicBufferSource.cpp39 GraphicBufferSource::GraphicBufferSource(OMXNodeInstance* nodeInstance,
/frameworks/av/media/libstagefright/include/
H A DOMXNodeInstance.h32 struct OMXNodeInstance { struct in namespace:android
33 OMXNodeInstance(
164 ~OMXNodeInstance();
208 OMXNodeInstance(const OMXNodeInstance &);
209 OMXNodeInstance &operator=(const OMXNodeInstance &);
H A DOMX.h27 class OMXNodeInstance;
159 KeyedVector<wp<IBinder>, OMXNodeInstance *> mLiveNodes;
160 KeyedVector<node_id, OMXNodeInstance *> mNodeIDToInstance;
163 node_id makeNodeID(OMXNodeInstance *instance);
164 OMXNodeInstance *findInstance(node_id node);

Completed in 74 milliseconds