Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DACodecBufferChannel.cpp51 using DrmBufferType = hardware::drm::V1_0::BufferType; typedef
167 destination.type = DrmBufferType::NATIVE_HANDLE; in queueSecureInputBuffer()
170 destination.type = DrmBufferType::SHARED_MEMORY; in queueSecureInputBuffer()
186 if (destination.type == DrmBufferType::SHARED_MEMORY) { in queueSecureInputBuffer()
380 destination.type = DrmBufferType::NATIVE_HANDLE; in attachEncryptedBuffer()
383 destination.type = DrmBufferType::SHARED_MEMORY; in attachEncryptedBuffer()
399 if (destination.type == DrmBufferType::SHARED_MEMORY) { in attachEncryptedBuffer()
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp80 using DrmBufferType = hardware::drm::V1_0::BufferType; typedef
573 dst.type = DrmBufferType::SHARED_MEMORY; in attachEncryptedBuffers()
668 dst.type = DrmBufferType::NATIVE_HANDLE; in attachEncryptedBuffer()
671 dst.type = DrmBufferType::SHARED_MEMORY; in attachEncryptedBuffer()
832 destination.type = DrmBufferType::NATIVE_HANDLE; in queueSecureInputBuffer()
835 destination.type = DrmBufferType::SHARED_MEMORY; in queueSecureInputBuffer()
848 if (destination.type == DrmBufferType::SHARED_MEMORY) { in queueSecureInputBuffer()
1003 destination.type = DrmBufferType::SHARED_MEMORY; in queueSecureInputBuffers()
1038 if (destination.type == DrmBufferType::SHARED_MEMORY && mappedBlock) { in queueSecureInputBuffers()