Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCodec2Buffer.cpp634 sp<ABuffer> aBuffer = converter.wrap(); in Allocate() local
635 if (aBuffer == nullptr) { in Allocate()
636 aBuffer = alloc(converter.backBufferSize()); in Allocate()
637 if (!converter.setBackBuffer(aBuffer)) { in Allocate()
648 aBuffer, in Allocate()
666 sp<ABuffer> aBuffer(alloc(align(width, 16) * align(height, 16) * 3 / 2)); in AllocateEmpty() local
669 aBuffer, in AllocateEmpty()
678 const sp<ABuffer> &aBuffer, in ConstGraphicBlockBuffer() argument
683 : Codec2Buffer(format, aBuffer), in ConstGraphicBlockBuffer()
748 sp<ABuffer> aBuffer = new ABuffer(base(), capacity()); in copy() local
[all …]
DCodec2Buffer.h318 const sp<ABuffer> &aBuffer,
/frameworks/av/services/camera/libcameraservice/api2/
DHeicCompositeStream.cpp937 sp<ABuffer> aBuffer = new ABuffer(appSegmentBuffer, appSegmentBufferSize); in processAppSegment() local
938 auto res = inputFrame.muxer->writeSampleData(aBuffer, inputFrame.trackIndex, in processAppSegment()
1020 sp<ABuffer> aBuffer = new ABuffer(buffer->data(), buffer->size()); in processOneCodecOutputFrame() local
1022 aBuffer, inputFrame.trackIndex, timestamp, 0 /*flags*/); in processOneCodecOutputFrame()