Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/utils/
DCodec2BufferUtils.cpp736 struct MemoryBlockPoolImpl { struct
761 MemoryBlockPoolImpl() = default;
763 C2_DO_NOT_COPY(MemoryBlockPoolImpl);
774 struct MemoryBlockPool::Impl : MemoryBlockPoolImpl {
779 std::shared_ptr<MemoryBlockPoolImpl> pool) in Impl()
797 std::shared_ptr<MemoryBlockPoolImpl> mPool;
803 poolBlock, std::static_pointer_cast<MemoryBlockPoolImpl>(mImpl))); in fetch()