Searched refs:score (Results 1 – 8 of 8) sorted by relevance
/hardware/interfaces/camera/device/1.0/default/ |
D | CameraDevice.cpp | 441 hidlMetadata.faces[i].score = metadata->faces[i].score; in sDataCb()
|
/hardware/qcom/camera/msm8998/ |
D | QCamera_Intf.h | 955 int8_t score; // score of confidence( 0 -100) member
|
/hardware/interfaces/camera/device/1.0/ |
D | types.hal | 213 int32_t score;
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.hal | 2668 * Greedily selects a subset of bounding boxes in descending order of score. 2671 * the box with maximum score gets selected and removed from the pending set. 2674 * boxes and a specified NMS kernel method. Any boxes with score less 2692 * * 0: A 2-D Tensor of shape [num_rois, num_classes], specifying the score 2722 * score updating phase in soft NMS. 2726 * [num_output_rois], specifying the score of each output box. The boxes 2821 * the score of each anchor with each class. Class 0 for each 2846 * using the highest class score.. 2874 * [batches, max_num_detections], specifying the score of each output 3013 * * 0: A 4-D Tensor specifying the score of each anchor at each [all …]
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | types.hal | 2827 * Greedily selects a subset of bounding boxes in descending order of score. 2830 * the box with maximum score gets selected and removed from the pending set. 2833 * boxes and a specified NMS kernel method. Any boxes with score less 2852 * * 0: A 2-D Tensor of shape [num_rois, num_classes], specifying the score 2885 * score updating phase in soft NMS. 2889 * [num_output_rois], specifying the score of each output box. The boxes 2995 * the score of each anchor with each class. Class 0 for each 3020 * using the highest class score.. 3048 * [batches, max_num_detections], specifying the score of each output 3193 * * 0: A 4-D Tensor specifying the score of each anchor at each [all …]
|
/hardware/qcom/camera/msm8998/QCamera2/stack/common/ |
D | cam_types.h | 1373 int8_t score; /* score of confidence (0, -100) */ member
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCamera2HWI.cpp | 9196 faces[i].score = detect_data->faces[i].score; in processFaceDetectionResult() 9223 detect_data->frame_id, i, faces[i].id, faces[i].score, in processFaceDetectionResult()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 7637 faceScores[i] = (uint8_t)faceDetectionInfo->faces[i].score; in translateFromHalMetadata()
|