Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/
DOMXNodeInstance.h32 struct OMXNodeInstance { struct
133 bool isSecure() const { in isSecure()
144 static OMX_CALLBACKTYPE kCallbacks;
149 OMX *mOwner;
150 OMX::node_id mNodeID;
151 OMX_HANDLETYPE mHandle;
152 sp<IOMXObserver> mObserver;
153 bool mDying;
154 bool mIsSecure;
158 Mutex mGraphicBufferSourceLock;
[all …]
/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp192 OMXNodeInstance::OMXNodeInstance( in OMXNodeInstance() function in android::OMXNodeInstance