Searched refs:faceDetectionInfo (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3HWI.cpp1792 cam_face_detection_data_t *faceDetectionInfo = local
1794 uint8_t numFaces = faceDetectionInfo->num_faces_detected;
1801 faceIds[i] = faceDetectionInfo->faces[i].face_id;
1802 faceScores[i] = faceDetectionInfo->faces[i].score;
1803 convertToRegions(faceDetectionInfo->faces[i].face_boundary,
1805 convertLandmarks(faceDetectionInfo->faces[i], faceLandmarks+k);

Completed in 1183 milliseconds