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

/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp211 mSecureBufferType[0] = kSecureBufferTypeUnknown;
212 mSecureBufferType[1] = kSecureBufferTypeUnknown;
472 mSecureBufferType[portIndex] =
474 } else if (mSecureBufferType[portIndex] == kSecureBufferTypeUnknown) {
475 mSecureBufferType[portIndex] = kSecureBufferTypeOpaque;
487 mSecureBufferType[portIndex] = kSecureBufferTypeNativeHandle;
488 } else if (mSecureBufferType[portIndex] == kSecureBufferTypeUnknown) {
489 mSecureBufferType[portIndex] = kSecureBufferTypeOpaque;
1113 if (mSecureBufferType[portIndex] == kSecureBufferTypeNativeHandle) {
/frameworks/av/media/libstagefright/include/
H A DOMXNodeInstance.h181 SecureBufferType mSecureBufferType[2]; member in struct:android::OMXNodeInstance

Completed in 495 milliseconds