Searched refs:allocateBuffer (Results 1 - 9 of 9) sorted by relevance

/hardware/ti/omap4xxx/camera/
H A DMemoryManager.cpp46 void* MemoryManager::allocateBuffer(int width, int height, const char* format, int &bytes, int numBufs) function in class:android::MemoryManager
H A DCameraHal.cpp1089 mPreviewBufs = (int32_t *) mDisplayAdapter->allocateBuffer(width, height,
1165 mPreviewDataBufs = (int32_t *)mMemoryManager->allocateBuffer(0, 0, NULL, bytes, bufferCount);
1238 mImageBufs = (int32_t *)mMemoryManager->allocateBuffer(0, 0, previewFormat, bytes, bufferCount);
H A DANativeWindowDisplayAdapter.cpp523 void* ANativeWindowDisplayAdapter::allocateBuffer(int width, int height, const char* format, int &bytes, int numBufs) function in class:android::ANativeWindowDisplayAdapter
/hardware/ti/omap4xxx/camera/inc/
H A DANativeWindowDisplayAdapter.h83 virtual void* allocateBuffer(int width, int height, const char* format, int &bytes, int numBufs);
H A DCameraHal.h492 virtual void* allocateBuffer(int width, int height, const char* format, int &bytes, int numBufs) = 0;
693 virtual void* allocateBuffer(int width, int height, const char* format, int &bytes, int numBufs);
892 // allocateBuffer
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXFocus.cpp704 focusAreas = (OMX_ALGOAREASTYPE**) memMgr.allocateBuffer(0, 0, NULL, areasSize, 1);
H A DOMXCapabilities.cpp1233 caps = (OMX_TI_CAPTYPE**) memMgr.allocateBuffer(0, 0, NULL, caps_size, 1);
H A DOMXExif.cpp275 memmgr_buf_array = (OMX_U8 **)memMgr.allocateBuffer(0, 0, NULL, buf_size, 1);
H A DOMX3A.cpp1508 meteringAreas = (OMX_ALGOAREASTYPE**) memMgr.allocateBuffer(0, 0, NULL, areasSize, 1);

Completed in 80 milliseconds