Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCodec2Buffer.h268 class ConstGraphicBlockBuffer : public Codec2Buffer {
281 static sp<ConstGraphicBlockBuffer> Allocate(
294 static sp<ConstGraphicBlockBuffer> AllocateEmpty(
298 virtual ~ConstGraphicBlockBuffer() = default;
306 ConstGraphicBlockBuffer(
313 ConstGraphicBlockBuffer() = delete;
DCodec2Buffer.cpp827 sp<ConstGraphicBlockBuffer> ConstGraphicBlockBuffer::Allocate( in Allocate()
861 return new ConstGraphicBlockBuffer( in Allocate()
871 sp<ConstGraphicBlockBuffer> ConstGraphicBlockBuffer::AllocateEmpty( in AllocateEmpty()
892 return new ConstGraphicBlockBuffer( in AllocateEmpty()
901 ConstGraphicBlockBuffer::ConstGraphicBlockBuffer( in ConstGraphicBlockBuffer() function in android::ConstGraphicBlockBuffer
915 std::shared_ptr<C2Buffer> ConstGraphicBlockBuffer::asC2Buffer() { in asC2Buffer()
919 void ConstGraphicBlockBuffer::clearC2BufferRefs() { in clearC2BufferRefs()
924 bool ConstGraphicBlockBuffer::canCopy(const std::shared_ptr<C2Buffer> &buffer) const { in canCopy()
949 const_cast<ConstGraphicBlockBuffer *>(this)->format(), in canCopy()
964 bool ConstGraphicBlockBuffer::copy(const std::shared_ptr<C2Buffer> &buffer) { in copy()
DCCodecBuffers.cpp1422 return ConstGraphicBlockBuffer::AllocateEmpty( in realloc()
1609 return ConstGraphicBlockBuffer::Allocate( in wrap()
1620 return ConstGraphicBlockBuffer::AllocateEmpty( in getAlloc()