Home
last modified time | relevance | path

Searched refs:copyDecryptedContent (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCodec2Buffer.h367 bool copyDecryptedContent(const sp<IMemory> &decrypted, size_t length);
H A DCodec2Buffer.cpp923 bool EncryptedLinearBlockBuffer::copyDecryptedContent( in copyDecryptedContent() function in android::EncryptedLinearBlockBuffer
937 return copyDecryptedContent(mMemory, length); in copyDecryptedContentFromMemory()
H A DCCodecBufferChannel.cpp623 encryptedBuffer->copyDecryptedContent(mDecryptDestination, result); in queueSecureInputBuffer()