Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3HWI.cpp5457 IF_META_AVAILABLE(int32_t, expCompensation, CAM_INTF_PARM_EXPOSURE_COMPENSATION, metadata) { in translateFromHalMetadata()
5458 camMetadata.update(ANDROID_CONTROL_AE_EXPOSURE_COMPENSATION, expCompensation, 1); in translateFromHalMetadata()
9810 int32_t expCompensation = frame_settings.find( in translateToHalMetadata() local
9812 if (expCompensation < gCamCapability[mCameraId]->exposure_compensation_min) in translateToHalMetadata()
9813 expCompensation = gCamCapability[mCameraId]->exposure_compensation_min; in translateToHalMetadata()
9814 if (expCompensation > gCamCapability[mCameraId]->exposure_compensation_max) in translateToHalMetadata()
9815 expCompensation = gCamCapability[mCameraId]->exposure_compensation_max; in translateToHalMetadata()
9817 expCompensation)) { in translateToHalMetadata()