Searched refs:GetBufferPool (Results 1 – 11 of 11) sorted by relevance
133 …ser1([&manager, &bufferPool1, &bufferPoolId] { bufferPool1 = manager->GetBufferPool(bufferPoolId);… in __anonbce123ec0502()136 …ser2([&manager, &bufferPool2, &bufferPoolId] { bufferPool2 = manager->GetBufferPool(bufferPoolId);… in __anonbce123ec0602()146 std::shared_ptr<IBufferPool> bufferPool3 = manager->GetBufferPool(bufferPoolId2);149 std::shared_ptr<IBufferPool> nullbufferPool = manager->GetBufferPool(1);163 std::shared_ptr<IBufferPool> bufferPool = manager->GetBufferPool(bufferPoolId);202 std::shared_ptr<IBufferPool> bufferPool = manager->GetBufferPool(bufferPoolId);220 std::shared_ptr<IBufferPool> bufferPool = manager->GetBufferPool(bufferPoolId);273 std::shared_ptr<IBufferPool> bufferPool = manager->GetBufferPool(bufferPoolId);404 bufferPool_ = manager->GetBufferPool(bufferPoolId_); in Init()441 bufferPool_ = manager->GetBufferPool(bufferPoolId_);[all …]
57 std::shared_ptr<IBufferPool> GetBufferPool() const;
34 std::shared_ptr<IBufferPool> GetBufferPool(uint64_t id);
42 std::shared_ptr<IBufferPool> BufferManager::GetBufferPool(uint64_t id) in GetBufferPool() function in OHOS::Camera::BufferManager
307 auto pool = manager->GetBufferPool(poolId); in AddTrackingStreamBegin()
59 bufferPool_ = bufferManager->GetBufferPool(bufferPoolId); in Start()
203 auto bufferPool = bufferManager->GetBufferPool(it->GetPoolId()); in DeliverCacheCheck()
403 auto bufferPool = bufferManager->GetBufferPool(id); in GetOutputBuffer()
182 pool = BufferManager::GetInstance()->GetBufferPool(format.bufferPoolId_); in StartCollectBuffers()
107 bufferPool_ = mgr->GetBufferPool(poolId_); in CommitStream()