Searched refs:ConstGraphicBlockBuffer (Results 1 – 3 of 3) sorted by relevance
279 class ConstGraphicBlockBuffer : public Codec2Buffer {292 static sp<ConstGraphicBlockBuffer> Allocate(305 static sp<ConstGraphicBlockBuffer> AllocateEmpty(309 virtual ~ConstGraphicBlockBuffer() = default;316 ConstGraphicBlockBuffer(323 ConstGraphicBlockBuffer() = delete;
611 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::ConstGraphicBlockBuffer690 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()
898 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()