Home
last modified time | relevance | path

Searched refs:heapSeqNum (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/media/libstagefright/
DCodecBase.cpp31 int32_t heapSeqNum, in IMemoryToSharedBuffer() argument
38 buf->bufferId = static_cast<uint32_t>(heapSeqNum); in IMemoryToSharedBuffer()
DACodecBufferChannel.cpp333 int32_t heapSeqNum = -1; in getHeapSeqNum() local
335 heapSeqNum = mCrypto->setHeap(memory); in getHeapSeqNum()
336 mHeapSeqNumMap.emplace(memory, heapSeqNum); in getHeapSeqNum()
338 heapSeqNum = it->second; in getHeapSeqNum()
340 return heapSeqNum; in getHeapSeqNum()
388 int32_t heapSeqNum = getHeapSeqNum(memory); in attachEncryptedBuffer() local
389 hardware::drm::V1_0::SharedBuffer source{(uint32_t)heapSeqNum, offset, size}; in attachEncryptedBuffer()
/frameworks/av/drm/libmediadrm/fuzzer/
Dmediadrm_fuzzer.cpp385 int heapSeqNum = mCrypto->setHeap(heap); in invokeCryptoDecrypt() local
386 if (heapSeqNum < 0) { in invokeCryptoDecrypt()
417 if (heapSeqNum >= 0) { in invokeCryptoDecrypt()
418 mCrypto->unsetHeap(heapSeqNum); in invokeCryptoDecrypt()
/frameworks/av/media/codec2/sfplugin/
DCCodecBuffers.cpp1065 int32_t heapSeqNum, in EncryptedLinearInputBuffers() argument
1086 mMemoryVector->push_back({std::weak_ptr<C2LinearBlock>(), memory, heapSeqNum});
1123 int32_t heapSeqNum = -1; in Alloc() local
1127 heapSeqNum = memoryVector->at(slot).heapSeqNum; in Alloc()
1146 return new EncryptedLinearBlockBuffer(format, block, memory, heapSeqNum); in Alloc()
DCCodecBufferChannel.cpp488 int32_t heapSeqNum = -1; in getHeapSeqNum() local
490 heapSeqNum = mCrypto->setHeap(memory); in getHeapSeqNum()
491 mHeapSeqNumMap.emplace(memory, heapSeqNum); in getHeapSeqNum()
493 heapSeqNum = it->second; in getHeapSeqNum()
495 return heapSeqNum; in getHeapSeqNum()
570 int32_t heapSeqNum = getHeapSeqNum(memory); in attachEncryptedBuffers() local
571 hardware::drm::V1_0::SharedBuffer src{(uint32_t)heapSeqNum, offset, size}; in attachEncryptedBuffers()
664 int32_t heapSeqNum = getHeapSeqNum(memory); in attachEncryptedBuffer() local
665 hardware::drm::V1_0::SharedBuffer src{(uint32_t)heapSeqNum, offset, size}; in attachEncryptedBuffer()
DCodec2Buffer.h341 int32_t heapSeqNum = -1);
DCCodecBuffers.h876 int32_t heapSeqNum,
892 int32_t heapSeqNum; member
DCodec2Buffer.cpp994 int32_t heapSeqNum) in EncryptedLinearBlockBuffer() argument
1002 mHeapSeqNum(heapSeqNum) { in EncryptedLinearBlockBuffer()
/frameworks/av/media/libstagefright/include/media/stagefright/
DCodecBase.h547 int32_t heapSeqNum,