Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/
DQCameraParameters.cpp6686 float newDiopterPos = cur_pos_info.diopter; in updateCurrentFocusPosition() local
6687 if (prevDiopterPos != newDiopterPos) { in updateCurrentFocusPosition()
6688 LOGD("update focus diopter: old:%f, new:%f", prevDiopterPos, newDiopterPos); in updateCurrentFocusPosition()
6689 setFloat(KEY_QC_FOCUS_POSITION_DIOPTER, newDiopterPos); in updateCurrentFocusPosition()