Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/
DOMXNodeInstance.h33 struct OMXNodeInstance { struct
134 bool isSecure() const { in isSecure()
145 static OMX_CALLBACKTYPE kCallbacks;
150 OMX *mOwner;
151 OMX::node_id mNodeID;
152 OMX_HANDLETYPE mHandle;
153 sp<IOMXObserver> mObserver;
154 bool mDying;
155 bool mSailed; // configuration is set (no more meta-mode changes)
156 bool mQueriedProhibitedExtensions;
[all …]
/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp206 OMXNodeInstance::OMXNodeInstance( in OMXNodeInstance() function in android::OMXNodeInstance