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()2204 IF_META_AVAILABLE(cam_face_detection_data_t, detection_data, in metadata_stream_cb_routine()2209 … faces_data.detection_data.fd_type = QCAMERA_FD_PREVIEW; //HARD CODE here before MCT can support in metadata_stream_cb_routine()3144 faces_data.detection_data = *p_detection_data; in fillFacesData()3145 if (faces_data.detection_data.num_faces_detected > MAX_ROI) { in fillFacesData()3146 faces_data.detection_data.num_faces_detected = MAX_ROI; in fillFacesData()3150 faces_data.detection_data.num_faces_detected); in fillFacesData()
9091 qcamera_face_detect_type_t fd_type = faces_data->detection_data.fd_type; in processFaceDetectionResult()9092 cam_face_detection_data_t *detect_data = &(faces_data->detection_data); in processFaceDetectionResult()
1389 cam_face_detection_data_t detection_data; member