Home
last modified time | relevance | path

Searched refs:score (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/camera/device/1.0/default/
DCameraDevice.cpp441 hidlMetadata.faces[i].score = metadata->faces[i].score; in sDataCb()
/hardware/qcom/camera/msm8998/
DQCamera_Intf.h955 int8_t score; // score of confidence( 0 -100) member
/hardware/interfaces/camera/device/1.0/
Dtypes.hal213 int32_t score;
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal2668 * 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/
Dtypes.hal2827 * 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/
Dcam_types.h1373 int8_t score; /* score of confidence (0, -100) */ member
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.cpp9196 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/
DQCamera3HWI.cpp7637 faceScores[i] = (uint8_t)faceDetectionInfo->faces[i].score; in translateFromHalMetadata()