Searched refs:processFaceDetectionResult (Results 1 – 3 of 3) sorted by relevance
1619 rc = m_parent->processFaceDetectionResult(&internal_evt->faces_data); in procEvtPreviewingState()1810 rc = m_parent->processFaceDetectionResult(&internal_evt->faces_data); in procEvtPrepareSnapshotState()2695 rc = m_parent->processFaceDetectionResult(&internal_evt->faces_data); in procEvtRecordingState()3081 rc = m_parent->processFaceDetectionResult(&internal_evt->faces_data); in procEvtVideoPicTakingState()3583 rc = m_parent->processFaceDetectionResult(&internal_evt->faces_data); in procEvtPreviewPicTakingState()
469 int32_t processFaceDetectionResult(cam_faces_data_t *fd_data);
9084 int32_t QCamera2HardwareInterface::processFaceDetectionResult(cam_faces_data_t *faces_data) in processFaceDetectionResult() function in qcamera::QCamera2HardwareInterface