Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/sfplugin/utils/
H A DCodec2BufferUtils.cpp628 struct MemoryBlockPoolImpl { struct
653 MemoryBlockPoolImpl() = default;
655 C2_DO_NOT_COPY(MemoryBlockPoolImpl);
666 struct MemoryBlockPool::Impl : MemoryBlockPoolImpl {
671 std::shared_ptr<MemoryBlockPoolImpl> pool) in Impl()
689 std::shared_ptr<MemoryBlockPoolImpl> mPool;
695 poolBlock, std::static_pointer_cast<MemoryBlockPoolImpl>(mImpl))); in fetch()