Searched refs:previewFormat (Results 1 - 8 of 8) sorted by relevance
/hardware/ti/omap4xxx/test/CameraHal/ |
H A D | camera_test_menu.cpp | 82 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 D | camera_test_menu.cpp | 107 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/ti/omap4-aah/camera/ |
H A D | AppCallbackNotifier.cpp | 968 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 D | CameraHal.cpp | 1319 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/omap4-aah/camera/inc/ |
H A D | CameraHal.h | 1320 status_t allocPreviewBufs(int width, int height, const char* previewFormat, unsigned int bufferCount, unsigned int &max_queueable); 1327 const char* previewFormat, unsigned int bufferCount); 1330 status_t allocRawBufs(int width, int height, const char* previewFormat, int bufferCount);
|
/hardware/ti/omap4xxx/camera/inc/ |
H A D | CameraHal.h | 1119 status_t allocPreviewBufs(int width, int height, const char* previewFormat, unsigned int bufferCount, unsigned int &max_queueable); 1125 status_t allocImageBufs(unsigned int width, unsigned int height, size_t length, const char* previewFormat, unsigned int bufferCount);
|
/hardware/ti/omap4xxx/camera/ |
H A D | CameraHal.cpp | 1071 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/qcom/camera/QCamera2/HAL/ |
H A D | QCameraParameters.cpp | 1944 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 701 milliseconds