Home
last modified time | relevance | path

Searched refs:V4L2_CID_FOCUS_AUTO (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/camera/mm-camera-interface/
Dmm_camera.c74 queryctrl.id = V4L2_CID_FOCUS_AUTO; in mm_camera_ctrl_set_auto_focus()
86 V4L2_CID_FOCUS_AUTO, value))){ in mm_camera_ctrl_set_auto_focus()
88 __func__, V4L2_CID_FOCUS_AUTO, value, rc); in mm_camera_ctrl_set_auto_focus()
/hardware/qcom/camera/QCamera/stack/mm-camera-interface/src/
Dmm_camera.c1226 queryctrl.id = V4L2_CID_FOCUS_AUTO; in mm_camera_ctrl_set_auto_focus()
1238 V4L2_CID_FOCUS_AUTO, value))){ in mm_camera_ctrl_set_auto_focus()
1240 __func__, V4L2_CID_FOCUS_AUTO, value, rc); in mm_camera_ctrl_set_auto_focus()
/hardware/samsung_slsi/exynos5/include/
Dvideodev2.h1719 #define V4L2_CID_FOCUS_AUTO (V4L2_CID_CAMERA_CLASS_BASE+12) macro