Home | History | Annotate | Download | only in HAL

Lines Matching defs:faces_data

202             cam_face_detection_data_t faces_data;
205 faces_data = *p_faces_data;
208 memset(&faces_data, 0, sizeof(cam_face_detection_data_t));
210 faces_data.fd_type = QCAMERA_FD_SNAPSHOT; //HARD CODE here before MCT can support
212 faces_data.num_faces_detected = 0;
213 }else if(faces_data.num_faces_detected > MAX_ROI){
215 __func__, faces_data.num_faces_detected);
222 payload->faces_data = faces_data;
1564 IF_META_AVAILABLE(cam_face_detection_data_t, faces_data,
1566 if (faces_data->num_faces_detected > MAX_ROI) {
1568 __func__, faces_data->num_faces_detected);
1571 if (faces_data->num_faces_detected)
1573 __func__,faces_data->num_faces_detected);
1574 faces_data->fd_type = QCAMERA_FD_PREVIEW; //HARD CODE here before MCT can support
1580 payload->faces_data = *faces_data;