Searched refs:mDecryptDestination (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libstagefright/ |
D | ACodecBufferChannel.cpp | 165 mDecryptDestination, mHeapSeqNum, &destination.nonsecureMemory); in queueSecureInputBuffer() 180 memcpy(it->mCodecBuffer->base(), mDecryptDestination->unsecurePointer(), result); in queueSecureInputBuffer() 374 mDecryptDestination, mHeapSeqNum, &destination.nonsecureMemory); in attachEncryptedBuffer() 389 memcpy(it->mCodecBuffer->base(), mDecryptDestination->unsecurePointer(), result); in attachEncryptedBuffer() 566 mDecryptDestination = mDealer->allocate(destinationBufferSize); in setInputBufferArray()
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodecBufferChannel.cpp | 335 if (!mDecryptDestination || mDecryptDestination->size() < size) { in ensureDecryptDestination() 337 if (mDecryptDestination && mCrypto && mHeapSeqNum >= 0) { in ensureDecryptDestination() 340 mDecryptDestination = new MemoryBase(heap, 0, size * 2); in ensureDecryptDestination() 404 mDecryptDestination, mHeapSeqNum, &dst.nonsecureMemory); in attachEncryptedBuffer() 420 memcpy(view.data(), mDecryptDestination->unsecurePointer(), result); in attachEncryptedBuffer() 482 memcpy(view.data(), mDecryptDestination->unsecurePointer(), result); in attachEncryptedBuffer() 532 mDecryptDestination, mHeapSeqNum, &destination.nonsecureMemory); in queueSecureInputBuffer() 544 encryptedBuffer->copyDecryptedContent(mDecryptDestination, result); in queueSecureInputBuffer() 1028 mDecryptDestination = mDealer->allocate((size_t)capacity); in start()
|
D | CCodecBufferChannel.h | 251 sp<IMemory> mDecryptDestination; variable
|
/frameworks/av/media/libstagefright/include/ |
D | ACodecBufferChannel.h | 141 sp<IMemory> mDecryptDestination; variable
|