Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCodec2Buffer.h267 class ConstGraphicBlockBuffer : public Codec2Buffer {
280 static sp<ConstGraphicBlockBuffer> Allocate(
293 static sp<ConstGraphicBlockBuffer> AllocateEmpty(
297 virtual ~ConstGraphicBlockBuffer() = default;
305 ConstGraphicBlockBuffer(
312 ConstGraphicBlockBuffer() = delete;
H A DCodec2Buffer.cpp739 sp<ConstGraphicBlockBuffer> ConstGraphicBlockBuffer::Allocate( in Allocate()
771 return new ConstGraphicBlockBuffer( in Allocate()
781 sp<ConstGraphicBlockBuffer> ConstGraphicBlockBuffer::AllocateEmpty( in AllocateEmpty()
792 return new ConstGraphicBlockBuffer( in AllocateEmpty()
801 ConstGraphicBlockBuffer::ConstGraphicBlockBuffer( in ConstGraphicBlockBuffer() function in android::ConstGraphicBlockBuffer
815 std::shared_ptr<C2Buffer> ConstGraphicBlockBuffer::asC2Buffer() { in asC2Buffer()
819 void ConstGraphicBlockBuffer::clearC2BufferRefs() { in clearC2BufferRefs()
824 bool ConstGraphicBlockBuffer::canCopy(const std::shared_ptr<C2Buffer> &buffer) const { in canCopy()
848 const_cast<ConstGraphicBlockBuffer *>(this)->format(), in canCopy()
862 bool ConstGraphicBlockBuffer::copy(const std::shared_ptr<C2Buffer> &buffer) { in copy()
H A DCCodecBuffers.cpp1157 return ConstGraphicBlockBuffer::AllocateEmpty( in realloc()
1309 return ConstGraphicBlockBuffer::Allocate( in wrap()
1320 return ConstGraphicBlockBuffer::AllocateEmpty( in getAlloc()