Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-bcm283x/
Dmsg.c38 struct bcm2835_mbox_tag_allocate_buffer allocate_buffer; member
136 BCM2835_MBOX_INIT_TAG(&msg_setup->allocate_buffer, ALLOCATE_BUFFER); in bcm2835_set_video_params()
137 msg_setup->allocate_buffer.body.req.alignment = 0x100; in bcm2835_set_video_params()
149 msg_setup->allocate_buffer.body.resp.fb_address); in bcm2835_set_video_params()
150 *fb_sizep = msg_setup->allocate_buffer.body.resp.fb_size; in bcm2835_set_video_params()
/external/libxcam/xcore/
Duvc_device.cpp37 UVCDevice::allocate_buffer ( in allocate_buffer() function in XCam::UVCDevice
57 return V4l2Device::allocate_buffer (buf, format, index); in allocate_buffer()
Duvc_device.h52 virtual XCamReturn allocate_buffer (
Dv4l2_device.h114 virtual XCamReturn allocate_buffer (
Dv4l2_device.cpp481 V4l2Device::allocate_buffer ( in allocate_buffer() function in XCam::V4l2Device
553 ret = allocate_buffer (new_buf, _format, i); in init_buffer_pool()
/external/libxcam/modules/isp/
Datomisp_device.cpp98 AtomispDevice::allocate_buffer ( in allocate_buffer() function in XCam::AtomispDevice
118 return V4l2Device::allocate_buffer (buf, format, index); in allocate_buffer()
Datomisp_device.h53 virtual XCamReturn allocate_buffer (
/external/e2fsprogs/misc/
Dbadblocks.c128 static void *allocate_buffer(size_t size) in allocate_buffer() function
513 blkbuf = allocate_buffer((blocks_at_once + 1) * block_size); in test_ro()
515 blkbuf = allocate_buffer(blocks_at_once * block_size); in test_ro()
615 buffer = allocate_buffer(2 * blocks_at_once * block_size); in test_rw()
774 blkbuf = allocate_buffer(3 * blocks_at_once * block_size); in test_nd()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DFunctionExtras.h244 CallableAddr = allocate_buffer(Size, Alignment); in unique_function()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DCompiler.h520 inline void *allocate_buffer(size_t Size, size_t Alignment) { in allocate_buffer() function