Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp4788 int32_t expCompensation = GB_HDR_HALF_STEP_EV; in orchestrateRequest() local
4790 modified_meta.update(ANDROID_CONTROL_AE_EXPOSURE_COMPENSATION, &expCompensation, 1); in orchestrateRequest()
4807 expCompensation = 0; in orchestrateRequest()
4809 modified_meta.update(ANDROID_CONTROL_AE_EXPOSURE_COMPENSATION, &expCompensation, 1); in orchestrateRequest()
4844 expCompensation = GB_HDR_2X_STEP_EV; in orchestrateRequest()
4846 modified_meta.update(ANDROID_CONTROL_AE_EXPOSURE_COMPENSATION, &expCompensation, 1); in orchestrateRequest()
7264 IF_META_AVAILABLE(int32_t, expCompensation, CAM_INTF_PARM_EXPOSURE_COMPENSATION, metadata) { in translateFromHalMetadata()
7265 camMetadata.update(ANDROID_CONTROL_AE_EXPOSURE_COMPENSATION, expCompensation, 1); in translateFromHalMetadata()
12834 int32_t expCompensation = frame_settings.find( in translateFwkMetadataToHalMetadata() local
12836 if (expCompensation < gCamCapability[mCameraId]->exposure_compensation_min) in translateFwkMetadataToHalMetadata()
[all …]