Lines Matching refs:aBuffer
631 sp<ABuffer> aBuffer = converter.wrap(); in Allocate() local
632 if (aBuffer == nullptr) { in Allocate()
633 aBuffer = alloc(converter.backBufferSize()); in Allocate()
634 if (!converter.setBackBuffer(aBuffer)) { in Allocate()
645 aBuffer, in Allocate()
662 sp<ABuffer> aBuffer(alloc(width * height * 4)); in AllocateEmpty() local
665 aBuffer, in AllocateEmpty()
674 const sp<ABuffer> &aBuffer, in ConstGraphicBlockBuffer() argument
679 : Codec2Buffer(format, aBuffer), in ConstGraphicBlockBuffer()
746 sp<ABuffer> aBuffer = new ABuffer(base(), capacity()); in copy() local
747 if (!converter.setBackBuffer(aBuffer)) { in copy()