Searched refs:processFaceDetectionResult (Results 1 – 3 of 3) sorted by relevance
1607 rc = m_parent->processFaceDetectionResult(&internal_evt->faces_data); in procEvtPreviewingState()1792 rc = m_parent->processFaceDetectionResult(&internal_evt->faces_data); in procEvtPrepareSnapshotState()2662 rc = m_parent->processFaceDetectionResult(&internal_evt->faces_data); in procEvtRecordingState()3042 rc = m_parent->processFaceDetectionResult(&internal_evt->faces_data); in procEvtVideoPicTakingState()3538 rc = m_parent->processFaceDetectionResult(&internal_evt->faces_data); in procEvtPreviewPicTakingState()
449 int32_t processFaceDetectionResult(cam_faces_data_t *fd_data);
8252 int32_t QCamera2HardwareInterface::processFaceDetectionResult(cam_faces_data_t *faces_data) in processFaceDetectionResult() function in qcamera::QCamera2HardwareInterface