Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/
DCCodecBufferChannel.cpp289 class LocalBufferPool : public std::enable_shared_from_this<LocalBufferPool> { class
298 static std::shared_ptr<LocalBufferPool> Create(size_t poolCapacity) { in Create()
299 return std::shared_ptr<LocalBufferPool>(new LocalBufferPool(poolCapacity)); in Create()
351 VectorBuffer(std::vector<uint8_t> &&vec, const std::shared_ptr<LocalBufferPool> &pool) in VectorBuffer()
358 std::shared_ptr<LocalBufferPool> pool = mPool.lock(); in ~VectorBuffer()
368 std::weak_ptr<LocalBufferPool> mPool;
379 explicit LocalBufferPool(size_t poolCapacity) in LocalBufferPool() function in android::__anonc81e1db90111::LocalBufferPool
392 DISALLOW_EVIL_CONSTRUCTORS(LocalBufferPool);
400 const std::shared_ptr<LocalBufferPool> &localBufferPool) { in AllocateGraphicBuffer()
983 mLocalBufferPool(LocalBufferPool::Create( in GraphicInputBuffers()
[all …]