Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
H A DOMXNodeInstance.h97 enum Quirks {
107 bool isSecure() const { in isSecure()
124 Mutex mLock;
126 Omx *mOwner;
127 OMX_HANDLETYPE mHandle;
134 bool mIsSecure;
135 uint32_t mQuirks;
143 struct ActiveBuffer {
149 Mutex mBufferIDLock;
158 enum SecureBufferType {
[all …]
/aosp12/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp424 OMXNodeInstance::OMXNodeInstance( in OMXNodeInstance() function in android::OMXNodeInstance