Searched refs:expCompensation (Results 1 – 1 of 1) sorted by relevance
5457 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() local9812 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()