• Home
  • Raw
  • Download

Lines Matching refs:afMode

346 void RequestManager::RegisterRequest(camera_metadata_t * new_request, int * afMode, uint32_t * afRe…  in RegisterRequest()  argument
379 *afMode = (int)(newEntry->internal_shot.shot.ctl.aa.afMode); in RegisterRequest()
757 (int)(shot_ext->shot.ctl.aa.afMode)); in UpdateIspParameters()
2772 int afMode; in m_mainThreadFunc() local
2797 m_requestManager->RegisterRequest(currentRequest, &afMode, afRegion); in m_mainThreadFunc()
2799 SetAfMode((enum aa_afmode)afMode); in m_mainThreadFunc()
3096 shot_ext->shot.ctl.aa.afMode = m_afMode; in m_afTrigger()
3221 shot_ext->shot.ctl.aa.afMode = m_afMode; in m_sensorThreadFunc()
3231 shot_ext->shot.ctl.aa.afMode = AA_AFMODE_CONTINUOUS_PICTURE; in m_sensorThreadFunc()
3232 … ALOGD("### Face AF Mode change (Mode %d) ", shot_ext->shot.ctl.aa.afMode); in m_sensorThreadFunc()
3251 shot_ext->shot.ctl.aa.afMode = AA_AFMODE_INFINITY; in m_sensorThreadFunc()
3262 shot_ext->shot.ctl.aa.afMode = NO_CHANGE; in m_sensorThreadFunc()
3293 shot_ext->shot.ctl.aa.afMode = AA_AFMODE_OFF; in m_sensorThreadFunc()
3439 (int)(shot_ext->shot.ctl.aa.awbMode), (int)(shot_ext->shot.ctl.aa.afMode), in m_sensorThreadFunc()
3483 (int)(shot_ext->shot.dm.aa.afMode)); in m_sensorThreadFunc()
3515 if (shot_ext->shot.dm.aa.afMode == AA_AFMODE_CONTINUOUS_PICTURE_FACE) in m_sensorThreadFunc()
3516 shot_ext->shot.dm.aa.afMode = AA_AFMODE_CONTINUOUS_PICTURE; in m_sensorThreadFunc()
3591 (int)(shot_ext->shot.ctl.aa.awbMode), (int)(shot_ext->shot.ctl.aa.afMode), in m_sensorThreadFunc()
3601 (int)(shot_ext->shot.dm.aa.afMode)); in m_sensorThreadFunc()
5704 void ExynosCameraHWInterface2::SetAfMode(enum aa_afmode afMode) in SetAfMode() argument
5706 if (m_afMode != afMode) { in SetAfMode()
5708 m_afMode2 = afMode; in SetAfMode()
5709 ALOGV("(%s): pending(%d) and new(%d)", __FUNCTION__, m_afMode, afMode); in SetAfMode()
5712 ALOGV("(%s): current(%d) new(%d)", __FUNCTION__, m_afMode, afMode); in SetAfMode()
5714 m_afMode = afMode; in SetAfMode()