Home | History | Annotate | Download | only in libcamera

Lines Matching refs:odc

202     odc = false;
1246 /* Can not use 3DNR, ODC and DIS function because HW problem at exynos5250 EVT0 */
4652 if (m_curCameraInfo->odc != toggle) {
4653 m_curCameraInfo->odc = toggle;
4655 int odc = (toggle == true) ? CAMERA_ODC_ON : CAMERA_ODC_OFF;
4657 if (exynos_v4l2_s_ctrl(m_previewDev->fd, V4L2_CID_CAMERA_SET_ODC, odc) < 0) {
4669 return m_curCameraInfo->odc;