Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/
DCodec2Buffer.h122 class DummyContainerBuffer : public Codec2Buffer {
124 DummyContainerBuffer(
DCodec2Buffer.cpp114 DummyContainerBuffer::DummyContainerBuffer( in DummyContainerBuffer() function in android::DummyContainerBuffer
121 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()
DCCodecBufferChannel.cpp1314 return new DummyContainerBuffer(mFormat, buffer); in wrap()
1318 return new DummyContainerBuffer(mFormat); in allocateArrayBuffer()