Searched refs:ConstGraphicBlockBuffer (Results 1 – 3 of 3) sorted by relevance
276 class ConstGraphicBlockBuffer : public Codec2Buffer {289 static sp<ConstGraphicBlockBuffer> Allocate(302 static sp<ConstGraphicBlockBuffer> AllocateEmpty(310 virtual ~ConstGraphicBlockBuffer() = default;313 ConstGraphicBlockBuffer(320 ConstGraphicBlockBuffer() = delete;
608 sp<ConstGraphicBlockBuffer> ConstGraphicBlockBuffer::Allocate( in Allocate()643 return new ConstGraphicBlockBuffer( in Allocate()653 sp<ConstGraphicBlockBuffer> ConstGraphicBlockBuffer::AllocateEmpty( in AllocateEmpty()663 return new ConstGraphicBlockBuffer( in AllocateEmpty()672 ConstGraphicBlockBuffer::ConstGraphicBlockBuffer( in ConstGraphicBlockBuffer() function in android::ConstGraphicBlockBuffer688 std::shared_ptr<C2Buffer> ConstGraphicBlockBuffer::asC2Buffer() { in asC2Buffer()693 bool ConstGraphicBlockBuffer::canCopy(const std::shared_ptr<C2Buffer> &buffer) const { in canCopy()716 const_cast<ConstGraphicBlockBuffer *>(this)->format()->findInt32("color-format", &colorFormat); in canCopy()732 bool ConstGraphicBlockBuffer::copy(const std::shared_ptr<C2Buffer> &buffer) { in copy()
1332 sp<Codec2Buffer> c2buffer = ConstGraphicBlockBuffer::AllocateEmpty( in wrap()1340 return ConstGraphicBlockBuffer::Allocate( in wrap()1350 return ConstGraphicBlockBuffer::AllocateEmpty( in allocateArrayBuffer()