Searched refs:odc (Results 1 - 2 of 2) sorted by relevance

/hardware/samsung_slsi/exynos5/include/
H A DExynosCamera.h155 bool odc; member in struct:android::ExynosCameraInfo
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCamera.cpp202 odc = false;
4652 if (m_curCameraInfo->odc != toggle) {
4653 m_curCameraInfo->odc = toggle;
4655 int odc = (toggle == true) ? CAMERA_ODC_ON : CAMERA_ODC_OFF; local
4657 if (exynos_v4l2_s_ctrl(m_previewDev->fd, V4L2_CID_CAMERA_SET_ODC, odc) < 0) {
4669 return m_curCameraInfo->odc;

Completed in 1432 milliseconds