Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/utils/
DCodec2BufferUtils.cpp696 struct MemoryBlockPoolImpl { struct
721 MemoryBlockPoolImpl() = default;
723 C2_DO_NOT_COPY(MemoryBlockPoolImpl);
734 struct MemoryBlockPool::Impl : MemoryBlockPoolImpl {
739 std::shared_ptr<MemoryBlockPoolImpl> pool) in Impl()
757 std::shared_ptr<MemoryBlockPoolImpl> mPool;
763 poolBlock, std::static_pointer_cast<MemoryBlockPoolImpl>(mImpl))); in fetch()