Searched refs:allocImageBufs (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/camera/
H A DCameraHal.cpp1221 status_t CameraHal::allocImageBufs(unsigned int width, unsigned int height, size_t size, const char* previewFormat, unsigned int bufferCount) function in class:android::CameraHal
1891 CAMHAL_LOGEB("allocImageBufs returned error 0x%x", ret);
2396 ret = allocImageBufs(frame.mWidth,
2403 CAMHAL_LOGEB("allocImageBufs returned error 0x%x", ret);
2583 ret = allocImageBufs(frame.mWidth,
2590 CAMHAL_LOGEB("allocImageBufs returned error 0x%x", ret);
/hardware/ti/omap4xxx/camera/inc/
H A DCameraHal.h1125 status_t allocImageBufs(unsigned int width, unsigned int height, size_t length, const char* previewFormat, unsigned int bufferCount);

Completed in 57 milliseconds