Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DACodecBufferChannel.cpp50 using DrmBufferType = hardware::drm::V1_0::BufferType; typedef
160 destination.type = DrmBufferType::NATIVE_HANDLE; in queueSecureInputBuffer()
163 destination.type = DrmBufferType::SHARED_MEMORY; in queueSecureInputBuffer()
179 if (destination.type == DrmBufferType::SHARED_MEMORY) { in queueSecureInputBuffer()
369 destination.type = DrmBufferType::NATIVE_HANDLE; in attachEncryptedBuffer()
372 destination.type = DrmBufferType::SHARED_MEMORY; in attachEncryptedBuffer()
388 if (destination.type == DrmBufferType::SHARED_MEMORY) { in attachEncryptedBuffer()
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp68 using DrmBufferType = hardware::drm::V1_0::BufferType; typedef
399 dst.type = DrmBufferType::NATIVE_HANDLE; in attachEncryptedBuffer()
402 dst.type = DrmBufferType::SHARED_MEMORY; in attachEncryptedBuffer()
412 if (dst.type == DrmBufferType::SHARED_MEMORY) { in attachEncryptedBuffer()
527 destination.type = DrmBufferType::NATIVE_HANDLE; in queueSecureInputBuffer()
530 destination.type = DrmBufferType::SHARED_MEMORY; in queueSecureInputBuffer()
543 if (destination.type == DrmBufferType::SHARED_MEMORY) { in queueSecureInputBuffer()