Searched refs:detection_data (Results 1 – 3 of 3) sorted by relevance
208 faces_data.detection_data.fd_type = QCAMERA_FD_SNAPSHOT; in zsl_channel_cb()2076 IF_META_AVAILABLE(cam_face_detection_data_t, detection_data, in metadata_stream_cb_routine()2081 … faces_data.detection_data.fd_type = QCAMERA_FD_PREVIEW; //HARD CODE here before MCT can support in metadata_stream_cb_routine()2950 faces_data.detection_data = *p_detection_data; in fillFacesData()2951 if (faces_data.detection_data.num_faces_detected > MAX_ROI) { in fillFacesData()2952 faces_data.detection_data.num_faces_detected = MAX_ROI; in fillFacesData()2956 faces_data.detection_data.num_faces_detected); in fillFacesData()
8129 qcamera_face_detect_type_t fd_type = faces_data->detection_data.fd_type; in processFaceDetectionResult()8130 cam_face_detection_data_t *detect_data = &(faces_data->detection_data); in processFaceDetectionResult()
1221 cam_face_detection_data_t detection_data; member