Searched refs:pictureFormat (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_menu.cpp391 int pictureFormat = 3; // jpeg variable
1165 pictureFormat = 3; // jpeg
1190 params.setPictureFormat(codingformat[pictureFormat]);
1323 printf(" $. Picture Format: %s\n", codingformat[pictureFormat]);
1607 pictureFormat += 1;
1609 if ( strcmp(params.get(KEY_STEREO_CAMERA), "false") == 0 && pictureFormat > 4 )
1610 pictureFormat = 0;
1612 pictureFormat %= ARRAY_SIZE(codingformat);
1613 params.setPictureFormat(codingformat[pictureFormat]);
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCameraHWInterface.cpp3128 int pictureW, pictureH, pictureFormat; local
3134 pictureFormat = m_secCamera->getPictureFormat();
3149 pictureFramesize = FRAME_SIZE(V4L2_PIX_2_HAL_PIXEL_FORMAT(pictureFormat), pictureW, pictureH);
3171 m_getAlignedYUVSize(pictureFormat, pictureW, pictureH, &m_pictureBuf);
3240 int pictureFormat; local
3250 pictureFormat = m_secCamera->getPictureFormat();
3251 pictureFramesize = FRAME_SIZE(V4L2_PIX_2_HAL_PIXEL_FORMAT(pictureFormat), pictureW, pictureH);
3273 V4L2_PIX_2_HAL_PIXEL_FORMAT(pictureFormat),
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraParameters.cpp1240 int32_t pictureFormat = local
1244 if (pictureFormat != NAME_NOT_FOUND) {
1245 mPictureFormat = pictureFormat;
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp4169 int pictureFormat; local
4216 pictureFormat = V4L2_PIX_FMT_YUYV;
4217 pictureFramesize = FRAME_SIZE(V4L2_PIX_2_HAL_PIXEL_FORMAT(pictureFormat), pictureW, pictureH);
4242 V4L2_PIX_2_HAL_PIXEL_FORMAT(pictureFormat),

Completed in 363 milliseconds