Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/
H A DCodecBase.cpp31 int32_t heapSeqNum, in IMemoryToSharedBuffer() argument
38 buf->bufferId = static_cast<uint32_t>(heapSeqNum); in IMemoryToSharedBuffer()
H A DACodecBufferChannel.cpp322 int32_t heapSeqNum = -1; in getHeapSeqNum() local
324 heapSeqNum = mCrypto->setHeap(memory); in getHeapSeqNum()
325 mHeapSeqNumMap.emplace(memory, heapSeqNum); in getHeapSeqNum()
327 heapSeqNum = it->second; in getHeapSeqNum()
329 return heapSeqNum; in getHeapSeqNum()
377 int32_t heapSeqNum = getHeapSeqNum(memory); in attachEncryptedBuffer() local
378 hardware::drm::V1_0::SharedBuffer source{(uint32_t)heapSeqNum, offset, size}; in attachEncryptedBuffer()
/aosp12/frameworks/av/drm/libmediadrm/fuzzer/
H A Dmediadrm_fuzzer.cpp381 int heapSeqNum = mCrypto->setHeap(heap); in invokeCryptoDecrypt() local
382 if (heapSeqNum < 0) { in invokeCryptoDecrypt()
413 if (heapSeqNum >= 0) { in invokeCryptoDecrypt()
414 mCrypto->unsetHeap(heapSeqNum); in invokeCryptoDecrypt()
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodecBuffers.cpp820 int32_t heapSeqNum, in EncryptedLinearInputBuffers() argument
841 mMemoryVector->push_back({std::weak_ptr<C2LinearBlock>(), memory, heapSeqNum});
878 int32_t heapSeqNum = -1; in Alloc() local
882 heapSeqNum = memoryVector->at(slot).heapSeqNum; in Alloc()
897 return new EncryptedLinearBlockBuffer(format, block, memory, heapSeqNum); in Alloc()
H A DCCodecBufferChannel.cpp395 int32_t heapSeqNum = -1; in getHeapSeqNum() local
397 heapSeqNum = mCrypto->setHeap(memory); in getHeapSeqNum()
398 mHeapSeqNumMap.emplace(memory, heapSeqNum); in getHeapSeqNum()
400 heapSeqNum = it->second; in getHeapSeqNum()
402 return heapSeqNum; in getHeapSeqNum()
440 int32_t heapSeqNum = getHeapSeqNum(memory); in attachEncryptedBuffer() local
441 hardware::drm::V1_0::SharedBuffer src{(uint32_t)heapSeqNum, offset, size}; in attachEncryptedBuffer()
H A DCodec2Buffer.h340 int32_t heapSeqNum = -1);
H A DCCodecBuffers.h845 int32_t heapSeqNum,
861 int32_t heapSeqNum; member
H A DCodec2Buffer.cpp892 int32_t heapSeqNum) in EncryptedLinearBlockBuffer() argument
900 mHeapSeqNum(heapSeqNum) { in EncryptedLinearBlockBuffer()
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DCodecBase.h438 int32_t heapSeqNum,