Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParametersIntf.h128 bool isInstantAECEnabled();
DQCameraParametersIntf.cpp362 bool QCameraParametersIntf::isInstantAECEnabled() in isInstantAECEnabled() function in qcamera::QCameraParametersIntf
366 return mImpl->isInstantAECEnabled(); in isInstantAECEnabled()
DQCameraParameters.h697 bool isInstantAECEnabled() {return m_bInstantAEC;}; in isInstantAECEnabled() function
DQCamera2HWICallbacks.cpp830 if (pme->mParameters.isInstantAECEnabled() || in preview_stream_cb_routine()