Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/include/
DC2BqBufferPriv.h26 class C2BufferQueueBlockPool : public C2BlockPool {
28 C2BufferQueueBlockPool(const std::shared_ptr<C2Allocator> &allocator, const local_id_t localId);
30 virtual ~C2BufferQueueBlockPool() override;
/frameworks/av/media/codec2/vndk/platform/
DC2BqBuffer.cpp69 std::shared_ptr<C2BufferQueueBlockPool::Impl> localPool;
85 const std::shared_ptr<C2BufferQueueBlockPool::Impl>& pool);
330 class C2BufferQueueBlockPool::Impl
331 : public std::enable_shared_from_this<C2BufferQueueBlockPool::Impl> {
679 const std::shared_ptr<C2BufferQueueBlockPool::Impl>& pool) : in C2BufferQueueBlockPoolData()
764 C2BufferQueueBlockPool::C2BufferQueueBlockPool( in C2BufferQueueBlockPool() function in C2BufferQueueBlockPool
768 C2BufferQueueBlockPool::~C2BufferQueueBlockPool() {} in ~C2BufferQueueBlockPool()
770 c2_status_t C2BufferQueueBlockPool::fetchGraphicBlock( in fetchGraphicBlock()
782 void C2BufferQueueBlockPool::configureProducer(const sp<HGraphicBufferProducer> &producer) { in configureProducer()
788 void C2BufferQueueBlockPool::setRenderCallback(const OnRenderCallback &renderCallback) { in setRenderCallback()
/frameworks/av/media/codec2/hidl/1.0/utils/
DComponent.cpp283 std::shared_ptr<C2BufferQueueBlockPool> bqPool = in setOutputSurface()
284 std::static_pointer_cast<C2BufferQueueBlockPool>(pool); in setOutputSurface()
285 C2BufferQueueBlockPool::OnRenderCallback cb = in setOutputSurface()
/frameworks/av/media/codec2/vndk/
DC2Store.cpp342 std::make_shared<C2BufferQueueBlockPool>( in _createBlockPool()