Home | History | Annotate | Download | only in camera

Lines Matching refs:allocImageBufs

1457 status_t CameraHal::allocImageBufs(unsigned int width, unsigned int height, size_t size,
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);