Searched refs:DummyContainerBuffer (Results 1 – 3 of 3) sorted by relevance
122 class DummyContainerBuffer : public Codec2Buffer {124 DummyContainerBuffer(
114 DummyContainerBuffer::DummyContainerBuffer( in DummyContainerBuffer() function in android::DummyContainerBuffer121 std::shared_ptr<C2Buffer> DummyContainerBuffer::asC2Buffer() { in asC2Buffer()125 bool DummyContainerBuffer::canCopy(const std::shared_ptr<C2Buffer> &) const { in canCopy()129 bool DummyContainerBuffer::copy(const std::shared_ptr<C2Buffer> &buffer) { in copy()
1314 return new DummyContainerBuffer(mFormat, buffer); in wrap()1318 return new DummyContainerBuffer(mFormat); in allocateArrayBuffer()