Home
last modified time | relevance | path

Searched refs:Allocate (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/media/codec2/sfplugin/
DCodec2Buffer.h142 static sp<LinearBlockBuffer> Allocate(
175 static sp<ConstLinearBlockBuffer> Allocate(
213 static sp<GraphicBlockBuffer> Allocate(
281 static sp<ConstGraphicBlockBuffer> Allocate(
DCCodecBuffers.cpp62 return GraphicBlockBuffer::Allocate( in AllocateInputGraphicBuffer()
242 srcBuffer = ConstLinearBlockBuffer::Allocate(mFormat, src); in convert()
869 return LinearBlockBuffer::Allocate(format, block); in Alloc()
1337 sp<Codec2Buffer> clientBuffer = ConstLinearBlockBuffer::Allocate(mFormat, buffer); in wrap()
1376 return ConstGraphicBlockBuffer::Allocate( in wrap()
DCodec2Buffer.cpp145 sp<LinearBlockBuffer> LinearBlockBuffer::Allocate( in Allocate() function in android::LinearBlockBuffer
178 sp<ConstLinearBlockBuffer> ConstLinearBlockBuffer::Allocate( in Allocate() function in android::ConstLinearBlockBuffer
655 sp<GraphicBlockBuffer> GraphicBlockBuffer::Allocate( in Allocate() function in android::GraphicBlockBuffer
785 sp<ConstGraphicBlockBuffer> ConstGraphicBlockBuffer::Allocate( in Allocate() function in android::ConstGraphicBlockBuffer
DCCodec.cpp1451 buffer = GraphicBlockBuffer::Allocate( in configure()
/frameworks/av/media/codec2/sfplugin/utils/
DCodec2BufferUtils.h155 static MemoryBlock Allocate(size_t);
DCodec2BufferUtils.cpp748 MemoryBlock MemoryBlock::Allocate(size_t size) { in Allocate() function in android::MemoryBlock
/frameworks/base/tools/lock_agent/
Dagent.cpp280 void* Allocate(size_t size) override { in transformHook() function in __anona387e18b0111::transformHook::JvmtiAllocator
282 jvmti_->Allocate(size, &res); in transformHook()
515 void* Allocate(size_t size) override { in locktest_main() function in __anona387e18b0111::locktest_main::NewDeleteAllocator
/frameworks/base/startop/view_compiler/
Ddex_builder.h51 virtual void* Allocate(size_t size);
Ddex_builder.cc144 void* TrackingAllocator::Allocate(size_t size) { in Allocate() function in startop::dex::TrackingAllocator
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxEnc.cpp576 mConversionBuffer = MemoryBlock::Allocate(stride * vstride * 3 / 2); in initEncoder()