Home | History | Annotate | Download | only in libcamera

Lines Matching refs:new_x

2881     int new_x = 0;
2895 new_x = (m_curCameraInfo->previewW) / 2;
2898 new_x = (rect2s[i].x1 + rect2s[i].x2) / 2;
2903 if ( exynos_v4l2_s_ctrl(m_previewDev->fd, V4L2_CID_CAMERA_OBJECT_POSITION_X, new_x) < 0