Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCodec2Buffer.h114 class DummyContainerBuffer : public Codec2Buffer {
116 DummyContainerBuffer(
DCodec2Buffer.cpp116 DummyContainerBuffer::DummyContainerBuffer( in DummyContainerBuffer() function in android::DummyContainerBuffer
123 std::shared_ptr<C2Buffer> DummyContainerBuffer::asC2Buffer() { in asC2Buffer()
127 void DummyContainerBuffer::clearC2BufferRefs() { in clearC2BufferRefs()
131 bool DummyContainerBuffer::canCopy(const std::shared_ptr<C2Buffer> &) const { in canCopy()
135 bool DummyContainerBuffer::copy(const std::shared_ptr<C2Buffer> &buffer) { in copy()
DCCodecBuffers.cpp981 return new DummyContainerBuffer{mFormat, nullptr}; in createNewBuffer()
1589 return new DummyContainerBuffer(mFormat, buffer); in wrap()
1594 return new DummyContainerBuffer(format); in getAlloc()