Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/utils/
DCodec2BufferUtils.cpp439 struct MemoryBlockPoolImpl { struct
464 MemoryBlockPoolImpl() = default;
466 C2_DO_NOT_COPY(MemoryBlockPoolImpl);
477 struct MemoryBlockPool::Impl : MemoryBlockPoolImpl {
482 std::shared_ptr<MemoryBlockPoolImpl> pool) in Impl()
500 std::shared_ptr<MemoryBlockPoolImpl> mPool;
506 poolBlock, std::static_pointer_cast<MemoryBlockPoolImpl>(mImpl))); in fetch()