Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCodec2Buffer.h279 class ConstGraphicBlockBuffer : public Codec2Buffer {
292 static sp<ConstGraphicBlockBuffer> Allocate(
305 static sp<ConstGraphicBlockBuffer> AllocateEmpty(
309 virtual ~ConstGraphicBlockBuffer() = default;
316 ConstGraphicBlockBuffer(
323 ConstGraphicBlockBuffer() = delete;
DCodec2Buffer.cpp611 sp<ConstGraphicBlockBuffer> ConstGraphicBlockBuffer::Allocate( in Allocate()
646 return new ConstGraphicBlockBuffer( in Allocate()
656 sp<ConstGraphicBlockBuffer> ConstGraphicBlockBuffer::AllocateEmpty( in AllocateEmpty()
667 return new ConstGraphicBlockBuffer( in AllocateEmpty()
676 ConstGraphicBlockBuffer::ConstGraphicBlockBuffer( in ConstGraphicBlockBuffer() function in android::ConstGraphicBlockBuffer
690 std::shared_ptr<C2Buffer> ConstGraphicBlockBuffer::asC2Buffer() { in asC2Buffer()
695 bool ConstGraphicBlockBuffer::canCopy(const std::shared_ptr<C2Buffer> &buffer) const { in canCopy()
718 const_cast<ConstGraphicBlockBuffer *>(this)->format()->findInt32("color-format", &colorFormat); in canCopy()
734 bool ConstGraphicBlockBuffer::copy(const std::shared_ptr<C2Buffer> &buffer) { in copy()
DCCodecBuffers.cpp898 return ConstGraphicBlockBuffer::AllocateEmpty( in realloc()
1041 sp<Codec2Buffer> c2buffer = ConstGraphicBlockBuffer::AllocateEmpty( in wrap()
1053 return ConstGraphicBlockBuffer::Allocate( in wrap()
1064 return ConstGraphicBlockBuffer::AllocateEmpty( in getAlloc()