Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/
DCCodecBufferChannel.cpp317 sp<ABuffer> buffer = new VectorBuffer(std::move(*it), shared_from_this()); in newBuffer()
334 return new VectorBuffer(std::move(vec), shared_from_this()); in newBuffer()
341 class VectorBuffer : public ::android::ABuffer { class in android::__anon5ff58d220111::LocalBufferPool
351 VectorBuffer(std::vector<uint8_t> &&vec, const std::shared_ptr<LocalBufferPool> &pool) in VectorBuffer() function in android::__anon5ff58d220111::LocalBufferPool::VectorBuffer
357 ~VectorBuffer() override { in ~VectorBuffer()