Searched refs:selZoneAFStr (Results 1 – 6 of 6) sorted by relevance
/device/moto/shamu/camera/QCamera2/HAL/ |
D | QCameraParameters.h | 717 int32_t setSelectableZoneAf(const char *selZoneAFStr);
|
D | QCameraParameters.cpp | 6000 int32_t QCameraParameters::setSelectableZoneAf(const char *selZoneAFStr) in setSelectableZoneAf() argument 6002 if (selZoneAFStr != NULL) { in setSelectableZoneAf() 6005 selZoneAFStr); in setSelectableZoneAf() 6007 CDBG("%s: Setting Selectable Zone AF value %s", __func__, selZoneAFStr); in setSelectableZoneAf() 6008 updateParamEntry(KEY_QC_SELECTABLE_ZONE_AF, selZoneAFStr); in setSelectableZoneAf() 6016 __func__, (selZoneAFStr == NULL) ? "NULL" : selZoneAFStr); in setSelectableZoneAf()
|
/device/huawei/angler/camera/QCamera2/HAL/ |
D | QCameraParameters.h | 891 int32_t setSelectableZoneAf(const char *selZoneAFStr);
|
D | QCameraParameters.cpp | 7698 int32_t QCameraParameters::setSelectableZoneAf(const char *selZoneAFStr) in setSelectableZoneAf() argument 7700 if (selZoneAFStr != NULL) { in setSelectableZoneAf() 7701 int32_t value = lookupAttr(FOCUS_ALGO_MAP, PARAM_MAP_SIZE(FOCUS_ALGO_MAP), selZoneAFStr); in setSelectableZoneAf() 7703 CDBG("%s: Setting Selectable Zone AF value %s", __func__, selZoneAFStr); in setSelectableZoneAf() 7704 updateParamEntry(KEY_QC_SELECTABLE_ZONE_AF, selZoneAFStr); in setSelectableZoneAf() 7712 __func__, (selZoneAFStr == NULL) ? "NULL" : selZoneAFStr); in setSelectableZoneAf()
|
/device/lge/bullhead/camera/QCamera2/HAL/ |
D | QCameraParameters.h | 891 int32_t setSelectableZoneAf(const char *selZoneAFStr);
|
D | QCameraParameters.cpp | 7698 int32_t QCameraParameters::setSelectableZoneAf(const char *selZoneAFStr) in setSelectableZoneAf() argument 7700 if (selZoneAFStr != NULL) { in setSelectableZoneAf() 7701 int32_t value = lookupAttr(FOCUS_ALGO_MAP, PARAM_MAP_SIZE(FOCUS_ALGO_MAP), selZoneAFStr); in setSelectableZoneAf() 7703 CDBG("%s: Setting Selectable Zone AF value %s", __func__, selZoneAFStr); in setSelectableZoneAf() 7704 updateParamEntry(KEY_QC_SELECTABLE_ZONE_AF, selZoneAFStr); in setSelectableZoneAf() 7712 __func__, (selZoneAFStr == NULL) ? "NULL" : selZoneAFStr); in setSelectableZoneAf()
|