Home
last modified time | relevance | path

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

/hardware/google/av/codec2/vndk/include/
DC2BqBufferPriv.h25 class C2BufferQueueBlockPool : public C2BlockPool {
27 C2BufferQueueBlockPool(const std::shared_ptr<C2Allocator> &allocator, const local_id_t localId);
29 virtual ~C2BufferQueueBlockPool() override;
/hardware/google/av/codec2/vndk/platform/
DC2BqBuffer.cpp54 std::shared_ptr<C2BufferQueueBlockPool::Impl> localPool;
68 const std::shared_ptr<C2BufferQueueBlockPool::Impl>& pool);
178 class C2BufferQueueBlockPool::Impl
179 : public std::enable_shared_from_this<C2BufferQueueBlockPool::Impl> {
440 const std::shared_ptr<C2BufferQueueBlockPool::Impl>& pool) : in C2BufferQueueBlockPoolData()
458 C2BufferQueueBlockPool::C2BufferQueueBlockPool( in C2BufferQueueBlockPool() function in C2BufferQueueBlockPool
462 C2BufferQueueBlockPool::~C2BufferQueueBlockPool() {} in ~C2BufferQueueBlockPool()
464 c2_status_t C2BufferQueueBlockPool::fetchGraphicBlock( in fetchGraphicBlock()
476 void C2BufferQueueBlockPool::configureProducer(const sp<HGraphicBufferProducer> &producer) { in configureProducer()
482 void C2BufferQueueBlockPool::setRenderCallback(const OnRenderCallback &renderCallback) { in setRenderCallback()
/hardware/google/av/codec2/hidl/1.0/utils/
DComponent.cpp497 std::shared_ptr<C2BufferQueueBlockPool> bqPool = in setOutputSurface()
498 std::static_pointer_cast<C2BufferQueueBlockPool>(pool); in setOutputSurface()
499 C2BufferQueueBlockPool::OnRenderCallback cb = in setOutputSurface()
/hardware/google/av/codec2/vndk/
DC2Store.cpp338 std::make_shared<C2BufferQueueBlockPool>( in _createBlockPool()