Searched refs:allocImageBufs (Results 1 - 4 of 4) 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/omap4-aah/camera/inc/
H A DCameraHal.h1326 status_t allocImageBufs(unsigned int width, unsigned int height, size_t length,
/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);
/hardware/ti/omap4-aah/camera/
H A DCameraHal.cpp1457 status_t CameraHal::allocImageBufs(unsigned int width, unsigned int height, size_t size, function in class:Ti::Camera::CameraHal
1556 ///@todo Enhance this method allocImageBufs() to take in a flag for burst capture
2613 CAMHAL_LOGEB("allocImageBufs returned error 0x%x", ret);
3094 ret = allocImageBufs(frame.mWidth,
3101 CAMHAL_LOGEB("allocImageBufs returned error 0x%x", ret);
3440 // allocImageBufs will only allocate new buffers if mImageBuffers is NULL
3443 ret = allocImageBufs(frame.mAlignment / getBPP(mParameters.getPictureFormat()),
3449 CAMHAL_LOGEB("allocImageBufs returned error 0x%x", ret);

Completed in 82 milliseconds