Searched refs:expComp (Results 1 – 6 of 6) sorted by relevance
/device/moto/shamu/camera/QCamera2/HAL/ |
D | QCameraParameters.cpp | 2151 int expComp = params.getInt(KEY_EXPOSURE_COMPENSATION); in setExposureCompensation() local 2158 if (prev_expComp != expComp) { in setExposureCompensation() 2159 if((expComp >= m_pCapability->exposure_compensation_min) && in setExposureCompensation() 2160 (expComp <= m_pCapability->exposure_compensation_max)) { in setExposureCompensation() 2161 CDBG(" new Exposure Compensation value : %d ", expComp); in setExposureCompensation() 2162 return setExposureCompensation(expComp); in setExposureCompensation() 2165 __func__, expComp, in setExposureCompensation() 5691 int32_t QCameraParameters::setExposureCompensation(int expComp) in setExposureCompensation() argument 5694 sprintf(val, "%d", expComp); in setExposureCompensation() 5701 sizeof(expComp), in setExposureCompensation() [all …]
|
D | QCameraParameters.h | 711 int32_t setExposureCompensation(int expComp);
|
/device/lge/bullhead/camera/QCamera2/HAL/ |
D | QCameraParameters.cpp | 2457 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()
|
D | QCameraParameters.h | 883 int32_t setExposureCompensation(int expComp);
|
/device/huawei/angler/camera/QCamera2/HAL/ |
D | QCameraParameters.cpp | 2457 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()
|
D | QCameraParameters.h | 883 int32_t setExposureCompensation(int expComp);
|