Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.cpp2804 int expComp = params.getInt(KEY_EXPOSURE_COMPENSATION); in setExposureCompensation() local
2811 if (prev_expComp != expComp) { in setExposureCompensation()
2812 if((expComp >= m_pCapability->exposure_compensation_min) && in setExposureCompensation()
2813 (expComp <= m_pCapability->exposure_compensation_max)) { in setExposureCompensation()
2814 LOGD("new Exposure Compensation value : %d ", expComp); in setExposureCompensation()
2815 return setExposureCompensation(expComp); in setExposureCompensation()
2818 expComp, in setExposureCompensation()
8609 int32_t QCameraParameters::setExposureCompensation(int expComp) in setExposureCompensation() argument
8612 snprintf(val, sizeof(val), "%d", expComp); in setExposureCompensation()
8617 if (ADD_SET_PARAM_ENTRY_TO_BATCH(m_pParamBuf, CAM_INTF_PARM_EXPOSURE_COMPENSATION, expComp)) { in setExposureCompensation()
DQCameraParameters.h1029 int32_t setExposureCompensation(int expComp);