/hardware/ti/omap4xxx/camera/ |
D | MemoryManager.cpp | 46 void* MemoryManager::allocateBuffer(int width, int height, const char* format, int &bytes, int numB… in allocateBuffer() function in android::MemoryManager
|
D | ANativeWindowDisplayAdapter.cpp | 523 void* ANativeWindowDisplayAdapter::allocateBuffer(int width, int height, const char* format, int &b… in allocateBuffer() function in android::ANativeWindowDisplayAdapter
|
D | CameraHal.cpp | 1089 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/ |
D | ANativeWindowDisplayAdapter.h | 83 … virtual void* allocateBuffer(int width, int height, const char* format, int &bytes, int numBufs);
|
D | CameraHal.h | 492 …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/ |
D | QCameraMem.h | 145 int allocateBuffer(struct QCameraMemory::QCameraMemInfo &memInfo,
|
D | QCameraMem.cpp | 399 rc = mMemoryPool->allocateBuffer(mMemInfo[i], in alloc() 704 int QCameraMemoryPool::allocateBuffer( in allocateBuffer() function in qcamera::QCameraMemoryPool
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
D | OMXFocus.cpp | 704 focusAreas = (OMX_ALGOAREASTYPE**) memMgr.allocateBuffer(0, 0, NULL, areasSize, 1); in setTouchFocus()
|
D | OMXExif.cpp | 275 memmgr_buf_array = (OMX_U8 **)memMgr.allocateBuffer(0, 0, NULL, buf_size, 1); in setupEXIF()
|
D | OMXCapabilities.cpp | 1233 caps = (OMX_TI_CAPTYPE**) memMgr.allocateBuffer(0, 0, NULL, caps_size, 1); in getCaps()
|
D | OMX3A.cpp | 1508 meteringAreas = (OMX_ALGOAREASTYPE**) memMgr.allocateBuffer(0, 0, NULL, areasSize, 1); in setMeteringAreas()
|