Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/
DC2Buffer.cpp865 class _C2BufferPoolAllocator2 : public bufferpool2_impl::BufferPoolAllocator { class
867 _C2BufferPoolAllocator2(const std::shared_ptr<C2Allocator> &allocator) in _C2BufferPoolAllocator2() function in _C2BufferPoolAllocator2
870 ~_C2BufferPoolAllocator2() override {} in ~_C2BufferPoolAllocator2()
968 bufferpool2_impl::BufferPoolStatus _C2BufferPoolAllocator2::allocate( in allocate()
1027 bool _C2BufferPoolAllocator2::compatible( in compatible()
1048 void _C2BufferPoolAllocator2::getLinearParams( in getLinearParams()
1054 void _C2BufferPoolAllocator2::getGraphicParams( in getGraphicParams()
1061 c2_status_t _C2BufferPoolAllocator2::priorLinearAllocation( in priorLinearAllocation()
1067 c2_status_t _C2BufferPoolAllocator2::priorGraphicAllocation( in priorGraphicAllocation()
1078 mAllocator(std::make_shared<_C2BufferPoolAllocator2>(allocator)) { in Impl2()
[all …]