Home | History | Annotate | Download | only in libcamera

Lines Matching defs:new_y

2882     int new_y = 0;
2896 new_y = (m_curCameraInfo->previewH) / 2;
2899 new_y = (rect2s[i].y1 + rect2s[i].y2) / 2;
2904 && exynos_v4l2_s_ctrl(m_previewDev->fd, V4L2_CID_CAMERA_OBJECT_POSITION_Y, new_y) < 0) {