Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL/
DQCameraParameters.cpp2457 int expComp = params.getInt(KEY_EXPOSURE_COMPENSATION); in setExposureCompensation() local
2464 if (prev_expComp != expComp) { in setExposureCompensation()
2465 if((expComp >= m_pCapability->exposure_compensation_min) && in setExposureCompensation()
2466 (expComp <= m_pCapability->exposure_compensation_max)) { in setExposureCompensation()
2467 CDBG(" new Exposure Compensation value : %d ", expComp); in setExposureCompensation()
2468 return setExposureCompensation(expComp); in setExposureCompensation()
2471 __func__, expComp, in setExposureCompensation()
7206 int32_t QCameraParameters::setExposureCompensation(int expComp) in setExposureCompensation() argument
7209 snprintf(val, sizeof(val), "%d", expComp); in setExposureCompensation()
7214 if (ADD_SET_PARAM_ENTRY_TO_BATCH(m_pParamBuf, CAM_INTF_PARM_EXPOSURE_COMPENSATION, expComp)) { in setExposureCompensation()
DQCameraParameters.h883 int32_t setExposureCompensation(int expComp);