Home
last modified time | relevance | path

Searched refs:OP_SEMI_AUTO (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/uAPI2/
H A Drk_aiq_user_api_common.h13 OP_SEMI_AUTO = 2, enumerator
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/
H A Dsample_af_module.cpp68 rk_aiq_uapi2_setFocusMode(ctx, OP_SEMI_AUTO); in sample_set_focus_semiautomode()
81 } else if (mode == OP_SEMI_AUTO) { in sample_get_focus_mode()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI/
H A Drk_aiq_user_api_imgproc.cpp977 } else if (mode == OP_SEMI_AUTO) { in rk_aiq_uapi_setFocusMode()
1001 *mode = OP_SEMI_AUTO; in rk_aiq_uapi_getFocusMode()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/
H A Drk_aiq_user_api2_imgproc.cpp3260 } else if (mode == OP_SEMI_AUTO) { in rk_aiq_uapi2_setFocusMode()
3285 *mode = OP_SEMI_AUTO; in rk_aiq_uapi2_getFocusMode()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/
H A Drkisp_demo.cpp546 rk_aiq_uapi_setFocusMode(ctx, OP_SEMI_AUTO);