Lines Matching refs:previewFormat
266 CAMHAL_LOGDB("PreviewFormat %s", params.getPreviewFormat());
1071 status_t CameraHal::allocPreviewBufs(int width, int height, const char* previewFormat,
1090 previewFormat,
1221 status_t CameraHal::allocImageBufs(unsigned int width, unsigned int height, size_t size, const char* previewFormat, unsigned int bufferCount)
1238 mImageBufs = (int32_t *)mMemoryManager->allocateBuffer(0, 0, previewFormat, bytes, bufferCount);