Searched refs:allocPreviewBufs (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/omap4-aah/camera/inc/
H A DCameraHal.h1320 status_t allocPreviewBufs(int width, int height, const char* previewFormat, unsigned int bufferCount, unsigned int &max_queueable);
/hardware/ti/omap4xxx/camera/inc/
H A DCameraHal.h1119 status_t allocPreviewBufs(int width, int height, const char* previewFormat, unsigned int bufferCount, unsigned int &max_queueable);
/hardware/ti/omap4xxx/camera/
H A DCameraHal.cpp1071 status_t CameraHal::allocPreviewBufs(int width, int height, const char* previewFormat, function in class:android::CameraHal
1509 ret = allocPreviewBufs(mPreviewWidth, mPreviewHeight, mParameters.getPreviewFormat(), required_buffer_count, max_queueble_buffers);
/hardware/ti/omap4-aah/camera/
H A DCameraHal.cpp1319 status_t CameraHal::allocPreviewBufs(int width, int height, const char* previewFormat, function in class:Ti::Camera::CameraHal
1907 ret = allocPreviewBufs(mPreviewWidth, mPreviewHeight, mParameters.getPreviewFormat(), required_buffer_count, max_queueble_buffers);

Completed in 38 milliseconds