Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL/
DQCameraParameters.h858 int32_t setAutoExposure(const char *autoExp);
DQCameraParameters.cpp5727 int32_t QCameraParameters::setAutoExposure(const char *autoExp) in setAutoExposure() argument
5729 if (autoExp != NULL) { in setAutoExposure()
5730 int32_t value = lookupAttr(AUTO_EXPOSURE_MAP, PARAM_MAP_SIZE(AUTO_EXPOSURE_MAP), autoExp); in setAutoExposure()
5732 CDBG_HIGH("%s: Setting auto exposure %s", __func__, autoExp); in setAutoExposure()
5733 updateParamEntry(KEY_QC_AUTO_EXPOSURE, autoExp); in setAutoExposure()
5740 ALOGE("Invalid auto exposure value: %s", (autoExp == NULL) ? "NULL" : autoExp); in setAutoExposure()