Home
last modified time | relevance | path

Searched refs:exposure_compensation_max (Results 1 – 10 of 10) sorted by relevance

/device/lge/hammerhead/camera/QCamera2/stack/common/
Dcam_intf.h105 int exposure_compensation_max; /* max value of exposure compensation index */ member
/device/asus/flo/camera/QCamera2/stack/common/
Dcam_intf.h105 int exposure_compensation_max; /* max value of exposure compensation index */ member
/device/moto/shamu/camera/QCamera2/stack/common/
Dcam_intf.h104 int exposure_compensation_max; /* max value of exposure compensation index */ member
/device/lge/hammerhead/camera/QCamera2/HAL3/
DQCamera3HWI.cpp3623 gCamCapability[cameraId]->exposure_compensation_max}; in initStaticMetadata()
5187 if (expCompensation > gCamCapability[mCameraId]->exposure_compensation_max) in translateToHalMetadata()
5188 expCompensation = gCamCapability[mCameraId]->exposure_compensation_max; in translateToHalMetadata()
5198 if (expCompensation > gCamCapability[mCameraId]->exposure_compensation_max) in translateToHalMetadata()
5199 expCompensation = gCamCapability[mCameraId]->exposure_compensation_max; in translateToHalMetadata()
/device/asus/flo/camera/QCamera2/HAL3/
DQCamera3HWI.cpp1941 … gCamCapability[cameraId]->exposure_compensation_max}; in initStaticMetadata()
2657 if (expCompensation > gCamCapability[mCameraId]->exposure_compensation_max) in translateMetadataToParameters()
2658 expCompensation = gCamCapability[mCameraId]->exposure_compensation_max; in translateMetadataToParameters()
/device/lge/hammerhead/camera/QCamera2/HAL/
DQCameraParameters.cpp1707 (expComp <= m_pCapability->exposure_compensation_max)) { in setExposureCompensation()
1714 m_pCapability->exposure_compensation_max); in setExposureCompensation()
3063 set(KEY_MAX_EXPOSURE_COMPENSATION, m_pCapability->exposure_compensation_max); // 12 in initDefaultParameters()
/device/asus/flo/camera/QCamera2/HAL/
DQCameraParameters.cpp1707 (expComp <= m_pCapability->exposure_compensation_max)) { in setExposureCompensation()
1714 m_pCapability->exposure_compensation_max); in setExposureCompensation()
3063 set(KEY_MAX_EXPOSURE_COMPENSATION, m_pCapability->exposure_compensation_max); // 12 in initDefaultParameters()
/device/moto/shamu/camera/QCamera2/HAL/
DQCameraParameters.cpp2160 (expComp <= m_pCapability->exposure_compensation_max)) { in setExposureCompensation()
2167 m_pCapability->exposure_compensation_max); in setExposureCompensation()
4189 set(KEY_MAX_EXPOSURE_COMPENSATION, m_pCapability->exposure_compensation_max); // 12 in initDefaultParameters()
/device/moto/shamu/camera/QCamera2/HAL3/
DQCamera3HWI.cpp4417 gCamCapability[cameraId]->exposure_compensation_max}; in initStaticMetadata()
6193 if (expCompensation > gCamCapability[mCameraId]->exposure_compensation_max) in translateToHalMetadata()
6194 expCompensation = gCamCapability[mCameraId]->exposure_compensation_max; in translateToHalMetadata()
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_app.c1290 (ev <= camera_cap->exposure_compensation_max) ) { in setEVCompensation()