Searched defs:isUbiFocusEnabled (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraParametersIntf.cpp812 bool QCameraParametersIntf::isUbiFocusEnabled() function in class:qcamera::QCameraParametersIntf
816 return mImpl->isUbiFocusEnabled();
H A DQCameraParameters.h752 inline bool isUbiFocusEnabled() {return m_bAFBracketingOn && !m_bReFocusOn;}; function in class:qcamera::QCameraParameters
776 inline bool generateThumbFromMain() {return isUbiFocusEnabled() ||
781 bool isAdvCamFeaturesEnabled() {return isUbiFocusEnabled() ||
/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraParametersIntf.cpp844 bool QCameraParametersIntf::isUbiFocusEnabled() function in class:qcamera::QCameraParametersIntf
848 return mImpl->isUbiFocusEnabled();
H A DQCameraParameters.h761 inline bool isUbiFocusEnabled() {return m_bAFBracketingOn && !m_bReFocusOn;}; function in class:qcamera::QCameraParameters
785 inline bool generateThumbFromMain() {return isUbiFocusEnabled() ||
790 bool isAdvCamFeaturesEnabled() {return isUbiFocusEnabled() ||

Completed in 17 milliseconds