Home | History | Annotate | Download | only in libcamera

Lines Matching full:tdnr

201     tdnr = false;
4724 if (m_curCameraInfo->tdnr != toggle) {
4725 m_curCameraInfo->tdnr = toggle;
4727 int tdnr = (toggle == true) ? CAMERA_3DNR_ON : CAMERA_3DNR_OFF;
4729 if (exynos_v4l2_s_ctrl(m_previewDev->fd, V4L2_CID_CAMERA_SET_3DNR, tdnr) < 0) {
4741 return m_curCameraInfo->tdnr;