Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCodec2Buffer.h113 class DummyContainerBuffer : public Codec2Buffer {
115 DummyContainerBuffer(
H A DCodec2Buffer.cpp110 DummyContainerBuffer::DummyContainerBuffer( in DummyContainerBuffer() function in android::DummyContainerBuffer
117 std::shared_ptr<C2Buffer> DummyContainerBuffer::asC2Buffer() { in asC2Buffer()
121 void DummyContainerBuffer::clearC2BufferRefs() { in clearC2BufferRefs()
125 bool DummyContainerBuffer::canCopy(const std::shared_ptr<C2Buffer> &) const { in canCopy()
129 bool DummyContainerBuffer::copy(const std::shared_ptr<C2Buffer> &buffer) { in copy()
H A DCCodecBuffers.cpp736 return new DummyContainerBuffer{mFormat, nullptr}; in createNewBuffer()
1289 return new DummyContainerBuffer(mFormat, buffer); in wrap()
1294 return new DummyContainerBuffer(format); in getAlloc()