Home
last modified time | relevance | path

Searched refs:previewFormat (Results 1 – 8 of 8) sorted by relevance

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