Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp153 OMX_CALLBACKTYPE OMXNodeInstance::kCallbacks = {
166 OMXNodeInstance::OMXNodeInstance( in OMXNodeInstance() function in android::OMXNodeInstance
187 OMXNodeInstance::~OMXNodeInstance() { in ~OMXNodeInstance()
192 void OMXNodeInstance::setHandle(OMX::node_id node_id, OMX_HANDLETYPE handle) { in setHandle()
199 sp<GraphicBufferSource> OMXNodeInstance::getGraphicBufferSource() { in getGraphicBufferSource()
204 void OMXNodeInstance::setGraphicBufferSource( in setGraphicBufferSource()
211 OMX *OMXNodeInstance::owner() { in owner()
215 sp<IOMXObserver> OMXNodeInstance::observer() { in observer()
219 OMX::node_id OMXNodeInstance::nodeID() { in nodeID()
235 status_t OMXNodeInstance::freeNode(OMXMaster *master) { in freeNode()
[all …]
DOMX.cpp61 CallbackDispatcher(OMXNodeInstance *owner);
73 OMXNodeInstance *mOwner;
86 OMX::CallbackDispatcher::CallbackDispatcher(OMXNodeInstance *owner) in CallbackDispatcher()
169 OMXNodeInstance *instance; in binderDied()
228 OMXNodeInstance *instance = new OMXNodeInstance(this, observer, name); in allocateNode()
232 name, &OMXNodeInstance::kCallbacks, in allocateNode()
255 OMXNodeInstance *instance = findInstance(node); in freeNode()
488 OMX::node_id OMX::makeNodeID(OMXNodeInstance *instance) { in makeNodeID()
497 OMXNodeInstance *OMX::findInstance(node_id node) { in findInstance()
DGraphicBufferSource.h51 GraphicBufferSource(OMXNodeInstance* nodeInstance,
207 OMXNodeInstance* mNodeInstance;
DAndroid.mk12 OMXNodeInstance.cpp \
DGraphicBufferSource.cpp39 GraphicBufferSource::GraphicBufferSource(OMXNodeInstance* nodeInstance, in GraphicBufferSource()
/frameworks/av/media/libstagefright/include/
DOMXNodeInstance.h32 struct OMXNodeInstance { struct
33 OMXNodeInstance(
164 ~OMXNodeInstance(); argument
208 OMXNodeInstance(const OMXNodeInstance &);
209 OMXNodeInstance &operator=(const OMXNodeInstance &); argument
DOMX.h27 class OMXNodeInstance; variable
159 KeyedVector<wp<IBinder>, OMXNodeInstance *> mLiveNodes;
160 KeyedVector<node_id, OMXNodeInstance *> mNodeIDToInstance;
163 node_id makeNodeID(OMXNodeInstance *instance);
164 OMXNodeInstance *findInstance(node_id node);