Home
last modified time | relevance | path

Searched refs:mDecryptDestination (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/include/
DACodecBufferChannel.h122 sp<IMemory> mDecryptDestination; variable
/frameworks/av/media/libstagefright/
DACodecBufferChannel.cpp140 destination.mSharedMemory = mDecryptDestination; in queueSecureInputBuffer()
354 mDecryptDestination = mDealer->allocate(destinationBufferSize); in setInputBufferArray()
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.h219 sp<IMemory> mDecryptDestination; variable
DCCodecBufferChannel.cpp440 destination.mSharedMemory = mDecryptDestination; in queueSecureInputBuffer()
451 encryptedBuffer->copyDecryptedContent(mDecryptDestination, result); in queueSecureInputBuffer()
919 mDecryptDestination = mDealer->allocate((size_t)capacity); in start()