Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.cpp2548 const char *focus_str = params.get(KEY_FOCUS_MODE); in setFocusPosition() local
2551 if (NULL == focus_str) { in setFocusPosition()
2555 LOGD("current focus mode: %s", focus_str); in setFocusPosition()
2556 if (strcmp(focus_str, FOCUS_MODE_MANUAL_POSITION)) { in setFocusPosition()
2566 if ((pos != NULL) && (type != NULL) && (focus_str != NULL)) { in setFocusPosition()
2569 prev_focus_str == NULL || (strcmp(focus_str, prev_focus_str) != 0)) { in setFocusPosition()