Home
last modified time | relevance | path

Searched refs:allocateBuffer (Results 1 – 11 of 11) sorted by relevance

/hardware/ti/omap4xxx/camera/
DMemoryManager.cpp46 void* MemoryManager::allocateBuffer(int width, int height, const char* format, int &bytes, int numB… in allocateBuffer() function in android::MemoryManager
DANativeWindowDisplayAdapter.cpp523 void* ANativeWindowDisplayAdapter::allocateBuffer(int width, int height, const char* format, int &b… in allocateBuffer() function in android::ANativeWindowDisplayAdapter
DCameraHal.cpp1089 mPreviewBufs = (int32_t *) mDisplayAdapter->allocateBuffer(width, height, in allocPreviewBufs()
1165 … mPreviewDataBufs = (int32_t *)mMemoryManager->allocateBuffer(0, 0, NULL, bytes, bufferCount); in allocPreviewDataBufs()
1238 … mImageBufs = (int32_t *)mMemoryManager->allocateBuffer(0, 0, previewFormat, bytes, bufferCount); in allocImageBufs()
/hardware/ti/omap4xxx/camera/inc/
DANativeWindowDisplayAdapter.h83 … virtual void* allocateBuffer(int width, int height, const char* format, int &bytes, int numBufs);
DCameraHal.h492 …virtual void* allocateBuffer(int width, int height, const char* format, int &bytes, int numBufs) =…
693 … virtual void* allocateBuffer(int width, int height, const char* format, int &bytes, int numBufs);
/hardware/qcom/camera/QCamera2/HAL/
DQCameraMem.h145 int allocateBuffer(struct QCameraMemory::QCameraMemInfo &memInfo,
DQCameraMem.cpp399 rc = mMemoryPool->allocateBuffer(mMemInfo[i], in alloc()
704 int QCameraMemoryPool::allocateBuffer( in allocateBuffer() function in qcamera::QCameraMemoryPool
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXFocus.cpp704 focusAreas = (OMX_ALGOAREASTYPE**) memMgr.allocateBuffer(0, 0, NULL, areasSize, 1); in setTouchFocus()
DOMXExif.cpp275 memmgr_buf_array = (OMX_U8 **)memMgr.allocateBuffer(0, 0, NULL, buf_size, 1); in setupEXIF()
DOMXCapabilities.cpp1233 caps = (OMX_TI_CAPTYPE**) memMgr.allocateBuffer(0, 0, NULL, caps_size, 1); in getCaps()
DOMX3A.cpp1508 meteringAreas = (OMX_ALGOAREASTYPE**) memMgr.allocateBuffer(0, 0, NULL, areasSize, 1); in setMeteringAreas()