Home
last modified time | relevance | path

Searched refs:isUbiFocusEnabled (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParametersIntf.h209 bool isUbiFocusEnabled();
DQCameraParameters.h780 inline bool isUbiFocusEnabled() {return m_bAFBracketingOn && !m_bReFocusOn;}; in isUbiFocusEnabled() function
804 inline bool generateThumbFromMain() {return isUbiFocusEnabled() || in generateThumbFromMain()
809 bool isAdvCamFeaturesEnabled() {return isUbiFocusEnabled() || in isAdvCamFeaturesEnabled()
DQCameraParametersIntf.cpp864 bool QCameraParametersIntf::isUbiFocusEnabled() in isUbiFocusEnabled() function in qcamera::QCameraParametersIntf
868 return mImpl->isUbiFocusEnabled(); in isUbiFocusEnabled()
DQCamera2HWI.cpp4374 } else if (mParameters.isUbiFocusEnabled() || mParameters.isUbiRefocus()) { in unconfigureAdvancedCapture()
4445 if (mParameters.isUbiFocusEnabled() || mParameters.isUbiRefocus()) { in configureAdvancedCapture()
4787 if(mParameters.isUbiFocusEnabled() || mParameters.isUbiRefocus()) { in stopAdvancedCapture()
4830 if(mParameters.isUbiFocusEnabled() || mParameters.isUbiRefocus()) { in startAdvancedCapture()
5185 if (mParameters.isUbiFocusEnabled() || in takePicture()
8402 if(mParameters.isUbiFocusEnabled()) { in getPPConfig()
DQCameraPostProc.cpp2554 m_parent->mParameters.isUbiFocusEnabled() || in encodeData()