Home
last modified time | relevance | path

Searched refs:mSecureBufferType (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp451 mSecureBufferType[0] = kSecureBufferTypeUnknown; in OMXNodeInstance()
452 mSecureBufferType[1] = kSecureBufferTypeUnknown; in OMXNodeInstance()
905 if (portIndex >= NELEM(mSecureBufferType)) { in enableNativeBuffers_l()
931 mSecureBufferType[portIndex] = in enableNativeBuffers_l()
933 } else if (mSecureBufferType[portIndex] == kSecureBufferTypeUnknown) { in enableNativeBuffers_l()
934 mSecureBufferType[portIndex] = kSecureBufferTypeOpaque; in enableNativeBuffers_l()
950 mSecureBufferType[portIndex] = kSecureBufferTypeNativeHandle; in enableNativeBuffers_l()
951 } else if (mSecureBufferType[portIndex] == kSecureBufferTypeUnknown) { in enableNativeBuffers_l()
952 mSecureBufferType[portIndex] = kSecureBufferTypeOpaque; in enableNativeBuffers_l()
1668 if (portIndex >= NELEM(mSecureBufferType)) { in allocateSecureBuffer()
[all …]
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DOMXNodeInstance.h163 SecureBufferType mSecureBufferType[2]; member