Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/
H A DLensHw.cpp335 _last_zoomchg_focus = position; in setFocusParamsSync()
352 …position, set_focus.focus_pos, _last_zoomchg_focus, end_time, is_update_time, set_focus.is_need_re… in setFocusParamsSync()
708 zoom_pos, focus_pos, _last_zoomchg_zoom, _last_zoomchg_focus); in endZoomChgSync()
714 if (focus_pos < _last_zoomchg_focus) in endZoomChgSync()
720 _last_zoomchg_focus = focus_pos; in endZoomChgSync()
1131 _last_zoomchg_focus = attrPtr->auto_focpos; in ZoomFocusModifyPositionSync()
H A DLensHw.h221 int _last_zoomchg_focus; variable