Searched refs:previewFormat (Results 1 - 5 of 5) sorted by relevance

/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/samsung_slsi/exynos5/libcamera/
H A DExynosCameraHWInterface.cpp2379 int previewW, previewH, previewFormat, previewFramesize; local
2382 previewFormat = m_secCamera->getPreviewFormat();
2430 m_getAlignedYUVSize(previewFormat, previewW, previewH, &previewBuf);
2687 int previewFormat = m_secCamera->getPreviewFormat(); local
2692 V4L2_PIX_2_HAL_PIXEL_FORMAT(previewFormat),
2961 int previewW, previewH, previewFormat = 0; local
2962 previewFormat = m_secCamera->getPreviewFormat();
2987 V4L2_PIX_2_HAL_PIXEL_FORMAT(previewFormat),
/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);
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 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/qcom/camera/QCamera2/HAL/
H A DQCameraParameters.cpp1210 int32_t previewFormat = local
1214 if (previewFormat != NAME_NOT_FOUND) {
1215 mPreviewFormat = (cam_format_t)previewFormat;

Completed in 1741 milliseconds