Searched refs:aeExpCompensation (Results 1 – 5 of 5) sorted by relevance
94 dst->ctl.aa.aeExpCompensation = 5; in ToInternalShot()277 dst->ctl.aa.aeExpCompensation = curr_entry.data.i32[0] + 5; in ToInternalShot()572 intData = metadata->ctl.aa.aeExpCompensation - 5; in ToDynamicMetadata()675 metadata->ctl.aa.aeExpCompensation, metadata->ctl.aa.afMode - 1); in ToDynamicMetadata()
911 static const int32_t aeExpCompensation = 0; in constructDefaultRequest() local912 ADD_OR_SIZE(ANDROID_CONTROL_AE_EXPOSURE_COMPENSATION, &aeExpCompensation, 1); in constructDefaultRequest()
587 int32_t aeExpCompensation; member
714 if (m_lastAeComp == request_shot->shot.ctl.aa.aeExpCompensation) { in UpdateIspParameters()715 shot_ext->shot.ctl.aa.aeExpCompensation = 0; in UpdateIspParameters()718 shot_ext->shot.ctl.aa.aeExpCompensation = request_shot->shot.ctl.aa.aeExpCompensation; in UpdateIspParameters()719 m_lastAeComp = (int)(shot_ext->shot.ctl.aa.aeExpCompensation); in UpdateIspParameters()750 (int)(shot_ext->shot.ctl.aa.aeExpCompensation), (int)(shot_ext->shot.ctl.aa.awbMode), in UpdateIspParameters()
633 int32_t aeExpCompensation; member