Searched refs:Allocate (Results 1 – 10 of 10) sorted by relevance
142 static sp<LinearBlockBuffer> Allocate(175 static sp<ConstLinearBlockBuffer> Allocate(213 static sp<GraphicBlockBuffer> Allocate(281 static sp<ConstGraphicBlockBuffer> Allocate(
62 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()
145 sp<LinearBlockBuffer> LinearBlockBuffer::Allocate( in Allocate() function in android::LinearBlockBuffer178 sp<ConstLinearBlockBuffer> ConstLinearBlockBuffer::Allocate( in Allocate() function in android::ConstLinearBlockBuffer655 sp<GraphicBlockBuffer> GraphicBlockBuffer::Allocate( in Allocate() function in android::GraphicBlockBuffer785 sp<ConstGraphicBlockBuffer> ConstGraphicBlockBuffer::Allocate( in Allocate() function in android::ConstGraphicBlockBuffer
1451 buffer = GraphicBlockBuffer::Allocate( in configure()
155 static MemoryBlock Allocate(size_t);
748 MemoryBlock MemoryBlock::Allocate(size_t size) { in Allocate() function in android::MemoryBlock
280 void* Allocate(size_t size) override { in transformHook() function in __anona387e18b0111::transformHook::JvmtiAllocator282 jvmti_->Allocate(size, &res); in transformHook()515 void* Allocate(size_t size) override { in locktest_main() function in __anona387e18b0111::locktest_main::NewDeleteAllocator
51 virtual void* Allocate(size_t size);
144 void* TrackingAllocator::Allocate(size_t size) { in Allocate() function in startop::dex::TrackingAllocator
576 mConversionBuffer = MemoryBlock::Allocate(stride * vstride * 3 / 2); in initEncoder()