Home | History | Annotate | Download | only in libcamera2

Lines Matching refs:afMode

344 void RequestManager::RegisterRequest(camera_metadata_t * new_request, int * afMode, uint32_t * afRegion)
377 *afMode = (int)(newEntry->internal_shot.shot.ctl.aa.afMode);
747 ALOGV("(%s): applied aa(%d) aemode(%d) expComp(%d), awb(%d) afmode(%d), ", __FUNCTION__,
750 (int)(shot_ext->shot.ctl.aa.afMode));
2758 int afMode;
2783 m_requestManager->RegisterRequest(currentRequest, &afMode, afRegion);
2785 SetAfMode((enum aa_afmode)afMode);
3080 shot_ext->shot.ctl.aa.afMode = m_afMode;
3205 shot_ext->shot.ctl.aa.afMode = m_afMode;
3215 shot_ext->shot.ctl.aa.afMode = AA_AFMODE_CONTINUOUS_PICTURE_FACE;
3216 ALOGD("### Face AF Mode change (Mode %d) ", shot_ext->shot.ctl.aa.afMode);
3233 shot_ext->shot.ctl.aa.afMode = AA_AFMODE_INFINITY;
3244 shot_ext->shot.ctl.aa.afMode = NO_CHANGE;
3273 // TODO : check collision with AFMode Update
3275 shot_ext->shot.ctl.aa.afMode = AA_AFMODE_OFF;
3413 ALOGV("(%s): queued aa(%d) aemode(%d) awb(%d) afmode(%d) trigger(%d)", __FUNCTION__,
3415 (int)(shot_ext->shot.ctl.aa.awbMode), (int)(shot_ext->shot.ctl.aa.afMode),
3456 ALOGV("(%s): DM aa(%d) aemode(%d) awb(%d) afmode(%d)", __FUNCTION__,
3459 (int)(shot_ext->shot.dm.aa.afMode));
3491 if (shot_ext->shot.dm.aa.afMode == AA_AFMODE_CONTINUOUS_PICTURE_FACE)
3492 shot_ext->shot.dm.aa.afMode = AA_AFMODE_CONTINUOUS_PICTURE;
3558 ALOGV("bubble: queued aa(%d) aemode(%d) awb(%d) afmode(%d) trigger(%d)",
3560 (int)(shot_ext->shot.ctl.aa.awbMode), (int)(shot_ext->shot.ctl.aa.afMode),
3567 ALOGV("bubble: DM aa(%d) aemode(%d) awb(%d) afmode(%d)",
3570 (int)(shot_ext->shot.dm.aa.afMode));
5673 void ExynosCameraHWInterface2::SetAfMode(enum aa_afmode afMode)
5675 if (m_afMode != afMode) {
5677 m_afMode2 = afMode;
5678 ALOGV("(%s): pending(%d) and new(%d)", __FUNCTION__, m_afMode, afMode);
5681 ALOGV("(%s): current(%d) new(%d)", __FUNCTION__, m_afMode, afMode);
5683 m_afMode = afMode;