Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.h1004 int32_t setAutoExposure(const char *autoExp);
DQCameraParameters.cpp6737 int32_t QCameraParameters::setAutoExposure(const char *autoExp) in setAutoExposure() argument
6739 if (autoExp != NULL) { in setAutoExposure()
6740 int32_t value = lookupAttr(AUTO_EXPOSURE_MAP, PARAM_MAP_SIZE(AUTO_EXPOSURE_MAP), autoExp); in setAutoExposure()
6742 LOGH("Setting auto exposure %s", autoExp); in setAutoExposure()
6743 updateParamEntry(KEY_QC_AUTO_EXPOSURE, autoExp); in setAutoExposure()
6750 LOGE("Invalid auto exposure value: %s", (autoExp == NULL) ? "NULL" : autoExp); in setAutoExposure()