Searched defs:previewFormat (Results 1 - 6 of 6) sorted by relevance

/hardware/ti/omap4-aah/camera/
H A DAppCallbackNotifier.cpp968 const char *previewFormat = NULL; local
1026 previewFormat = parameters.getPreviewFormat();
1028 if ((tn_width > 0) && (tn_height > 0) && ( NULL != previewFormat )) {
1043 tn_jpeg->dst_size = CameraHal::calculateBufferSize(previewFormat,
H A DCameraHal.cpp1319 status_t CameraHal::allocPreviewBufs(int width, int height, const char* previewFormat, argument
1337 previewFormat,
1458 const char* previewFormat, unsigned int bufferCount)
1472 mImageBuffers = mMemoryManager->allocateBufferList(0, 0, previewFormat, bytes, bufferCount);
1549 status_t CameraHal::allocRawBufs(int width, int height, const char* previewFormat, int bufferCount) argument
1568 mVideoBuffers = mMemoryManager->allocateBufferList(width, height, previewFormat,
1457 allocImageBufs(unsigned int width, unsigned int height, size_t size, const char* previewFormat, unsigned int bufferCount) argument
/hardware/ti/omap4xxx/camera/
H A DCameraHal.cpp1071 status_t CameraHal::allocPreviewBufs(int width, int height, const char* previewFormat, argument
1090 previewFormat,
1221 status_t CameraHal::allocImageBufs(unsigned int width, unsigned int height, size_t size, const char* previewFormat, unsigned int bufferCount) argument
1238 mImageBufs = (int32_t *)mMemoryManager->allocateBuffer(0, 0, previewFormat, bytes, bufferCount);
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_menu.cpp82 int previewFormat = 0; variable
1076 pixelformat[previewFormat].pixelFormatDesc) < 0 ) {
1164 previewFormat = 1;
1189 params.setPreviewFormat(pixelformat[previewFormat].pixformat);
1305 printf(" ~. Preview format %s\n", pixelformat[previewFormat].pixformat);
1598 previewFormat += 1;
1599 previewFormat %= ARRAY_SIZE(pixelformat) - 1;
1600 params.setPreviewFormat(pixelformat[previewFormat].pixformat);
/hardware/ti/omap4-aah/test/CameraHal/
H A Dcamera_test_menu.cpp107 int previewFormat = 0; variable
1323 pixelformat[previewFormat].pixelFormatDesc) < 0 ) {
2174 previewFormat = getDefaultParameter("yuv420sp", numpreviewFormat, previewFormatArray);
2215 params.setPreviewFormat(previewFormatArray[previewFormat]);
2569 snprintf(area1[j++], MAX_SYMBOLS, "~. Preview format %s", previewFormatArray[previewFormat]);
2915 previewFormat += 1;
2916 previewFormat %= numpreviewFormat;
2917 params.setPreviewFormat(previewFormatArray[previewFormat]);
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraParameters.cpp1944 int32_t previewFormat = lookupAttr(PREVIEW_FORMATS_MAP, local
1946 if (previewFormat != NAME_NOT_FOUND) {
1956 mAppPreviewFormat = (cam_format_t)previewFormat;
1958 mPreviewFormat = (cam_format_t)previewFormat;
1959 mAppPreviewFormat = (cam_format_t)previewFormat;
1962 mPreviewFormat = (cam_format_t)previewFormat;
1963 mAppPreviewFormat = (cam_format_t)previewFormat;

Completed in 123 milliseconds