Home
last modified time | relevance | path

Searched refs:V4L2_CID_CAMERA_SET_AUTO_FOCUS (Results 1 – 2 of 2) sorted by relevance

/hardware/samsung_slsi/exynos5/include/
Dvideodev2_exynos_camera.h893 #define V4L2_CID_CAMERA_SET_AUTO_FOCUS (V4L2_CID_PRIVATE_BASE+93) macro
/hardware/samsung_slsi/exynos5/libcamera/
DExynosCamera.cpp1887 … if (exynos_v4l2_s_ctrl(m_previewDev->fd, V4L2_CID_CAMERA_SET_AUTO_FOCUS, AUTO_FOCUS_ON) < 0) { in autoFocus()
1934 … if (exynos_v4l2_s_ctrl(m_previewDev->fd, V4L2_CID_CAMERA_SET_AUTO_FOCUS, AUTO_FOCUS_OFF) < 0) { in cancelAutoFocus()