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()
932 static const int32_t aeExpCompensation = 0; in constructDefaultRequest() local933 ADD_OR_SIZE(ANDROID_CONTROL_AE_EXPOSURE_COMPENSATION, &aeExpCompensation, 1); in constructDefaultRequest()
587 int32_t aeExpCompensation; member
720 if (m_lastAeComp == request_shot->shot.ctl.aa.aeExpCompensation) { in UpdateIspParameters()721 shot_ext->shot.ctl.aa.aeExpCompensation = 0; in UpdateIspParameters()724 shot_ext->shot.ctl.aa.aeExpCompensation = request_shot->shot.ctl.aa.aeExpCompensation; in UpdateIspParameters()725 m_lastAeComp = (int)(shot_ext->shot.ctl.aa.aeExpCompensation); in UpdateIspParameters()756 (int)(shot_ext->shot.ctl.aa.aeExpCompensation), (int)(shot_ext->shot.ctl.aa.awbMode), in UpdateIspParameters()
633 int32_t aeExpCompensation; member