Home
last modified time | relevance | path

Searched refs:NATIVE_HANDLE (Results 1 – 12 of 12) sorted by relevance

/aosp12/hardware/interfaces/cas/native/1.0/
H A Dtypes.hal68 NATIVE_HANDLE = 1,
84 * If type == NATIVE_HANDLE, the descrambled data must be written
/aosp12/hardware/interfaces/media/omx/1.0/
H A Dtypes.hal147 NATIVE_HANDLE,
165 // if bufferType == NATIVE_HANDLE
180 * Used only for types ANW_BUFFER and NATIVE_HANDLE.
/aosp12/frameworks/base/core/jni/
H A Dandroid_os_HwBlob.h32 NATIVE_HANDLE, enumerator
H A Dandroid_os_HwBlob.cpp211 case BlobType::NATIVE_HANDLE: { in writeEmbeddedToParcel()
513 subBlob->specializeBlobTo(JHwBlob::BlobType::NATIVE_HANDLE); in JHwBlob_native_putNativeHandle()
/aosp12/frameworks/av/media/libstagefright/
H A DACodecBufferChannel.cpp160 destination.type = DrmBufferType::NATIVE_HANDLE; in queueSecureInputBuffer()
199 dstBuffer.type = BufferType::NATIVE_HANDLE; in queueSecureInputBuffer()
369 destination.type = DrmBufferType::NATIVE_HANDLE; in attachEncryptedBuffer()
405 dstBuffer.type = BufferType::NATIVE_HANDLE; in attachEncryptedBuffer()
/aosp12/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
H A DConversion.h470 t->type = CodecBuffer::Type::NATIVE_HANDLE; in wrapAs()
518 case CodecBuffer::Type::NATIVE_HANDLE: { in convertTo()
/aosp12/hardware/interfaces/drm/1.0/default/
H A DCryptoPlugin.cpp166 } else if (destination.type == BufferType::NATIVE_HANDLE) { in decrypt()
/aosp12/hardware/interfaces/drm/1.0/
H A Dtypes.hal298 NATIVE_HANDLE = 1,
344 * If type == NATIVE_HANDLE, the decrypted data must be written
/aosp12/frameworks/av/media/libmedia/include/media/omx/1.0/
H A DConversion.h730 t->type = CodecBuffer::Type::NATIVE_HANDLE; in wrapAs()
782 case CodecBuffer::Type::NATIVE_HANDLE: { in convertTo()
/aosp12/frameworks/av/drm/libmediadrm/
H A DCryptoHal.cpp329 } else if (hDestination.type == BufferType::NATIVE_HANDLE) { in decrypt()
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodecBufferChannel.cpp444 dst.type = DrmBufferType::NATIVE_HANDLE; in attachEncryptedBuffer()
476 dst.type = BufferType::NATIVE_HANDLE; in attachEncryptedBuffer()
606 destination.type = DrmBufferType::NATIVE_HANDLE; in queueSecureInputBuffer()
636 dstBuffer.type = BufferType::NATIVE_HANDLE; in queueSecureInputBuffer()
/aosp12/hardware/interfaces/media/omx/1.0/vts/functional/common/
H A Dmedia_hidl_test_common.cpp238 buffer->omxBuffer.type = CodecBuffer::Type::NATIVE_HANDLE; in allocateBuffer()