Searched refs:expCompensation (Results 1 – 1 of 1) sorted by relevance
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 4914 int32_t expCompensation = GB_HDR_HALF_STEP_EV; in orchestrateRequest() local 4916 modified_meta.update(ANDROID_CONTROL_AE_EXPOSURE_COMPENSATION, &expCompensation, 1); in orchestrateRequest() 4933 expCompensation = 0; in orchestrateRequest() 4935 modified_meta.update(ANDROID_CONTROL_AE_EXPOSURE_COMPENSATION, &expCompensation, 1); in orchestrateRequest() 4970 expCompensation = GB_HDR_2X_STEP_EV; in orchestrateRequest() 4972 modified_meta.update(ANDROID_CONTROL_AE_EXPOSURE_COMPENSATION, &expCompensation, 1); in orchestrateRequest() 7448 IF_META_AVAILABLE(int32_t, expCompensation, CAM_INTF_PARM_EXPOSURE_COMPENSATION, metadata) { in translateFromHalMetadata() 7449 camMetadata.update(ANDROID_CONTROL_AE_EXPOSURE_COMPENSATION, expCompensation, 1); in translateFromHalMetadata() 13203 int32_t expCompensation = frame_settings.find( in translateFwkMetadataToHalMetadata() local 13205 if (expCompensation < gCamCapability[mCameraId]->exposure_compensation_min) in translateFwkMetadataToHalMetadata() [all …]
|