Home
last modified time | relevance | path

Searched defs:OMXNodeInstance (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/include/
DOMXNodeInstance.h32 struct OMXNodeInstance { struct
122 static OMX_CALLBACKTYPE kCallbacks;
127 OMX *mOwner;
128 OMX::node_id mNodeID;
129 OMX_HANDLETYPE mHandle;
130 sp<IOMXObserver> mObserver;
131 bool mDying;
135 Mutex mGraphicBufferSourceLock;
137 sp<GraphicBufferSource> mGraphicBufferSource;
140 struct ActiveBuffer {
[all …]
DOMX.h27 class OMXNodeInstance; variable
/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp166 OMXNodeInstance::OMXNodeInstance( in OMXNodeInstance() function in android::OMXNodeInstance