Searched refs:expComp (Results 1 – 2 of 2) sorted by relevance
2804 int expComp = params.getInt(KEY_EXPOSURE_COMPENSATION); in setExposureCompensation() local2811 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() argument8612 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()
1029 int32_t setExposureCompensation(int expComp);