Searched refs:isFaceDetectionEnabled (Results 1 – 5 of 5) sorted by relevance
154 bool isFaceDetectionEnabled();
517 bool QCameraParametersIntf::isFaceDetectionEnabled() in isFaceDetectionEnabled() function in qcamera::QCameraParametersIntf521 return mImpl->isFaceDetectionEnabled(); in isFaceDetectionEnabled()
721 bool isFaceDetectionEnabled() {return ((m_nFaceProcMask & in isFaceDetectionEnabled() function
1481 if (pReprocFrame != NULL && m_parent->mParameters.isFaceDetectionEnabled()) { in processPPData()1485 m_parent->mParameters.isFaceDetectionEnabled()); in processPPData()
15085 snprintf(s, 128, "isFaceDetectionEnabled: %d\n", isFaceDetectionEnabled()); in dump()