Searched defs:OMXNodeInstance (Results 1 – 3 of 3) sorted by relevance
32 struct OMXNodeInstance { struct122 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 …]
27 class OMXNodeInstance; variable
166 OMXNodeInstance::OMXNodeInstance( in OMXNodeInstance() function in android::OMXNodeInstance