Searched refs:score (Results 1 - 11 of 11) sorted by relevance

/hardware/ti/omap4xxx/hwc/
H A Dhwc.c799 static __u32 add_scaling_score(__u32 score, argument
810 score = (((score & ~1) | upscale) << 1) | (score & 1);
814 score = (score << 5) | (16 * area / ext_area);
816 score = (score << 5) | (16 * ext_area / area);
819 score = (score <<
869 __u32 score = 0; local
[all...]
/hardware/samsung_slsi/exynos5/include/
H A DExynosCamera.h423 int getDetectedFacesAreas(int num, int *id, int *score, ExynosRect *face, ExynosRect *leftEye, ExynosRect *rightEye, ExynosRect *mouth);
426 int getDetectedFacesAreas(int num, int *id, int *score, ExynosRect2 *face, ExynosRect2 *leftEye, ExynosRect2 *rightEye, ExynosRect2 *mouth);
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXFD.cpp382 //For real faces, it is seen that the h/w passes a score >=80
383 //For false faces, we seem to get even a score of 70 sometimes.
385 //<=70 score here.
418 faces[i].score = faceData->tFacePosition[j].nScore;
/hardware/qcom/camera/
H A DQCameraHWI_Preview_7x27A.cpp271 mHalCamCtrl->mFace[idx].score = roi.d.data.face.score / 10; // keep within range 0~100
338 ALOGE("%s: Face detection RIO callback with %d faces detected (score=%d)", __func__, mNumFDRcvd, mHalCamCtrl->mFace[idx].score);
H A DQCameraHWI_Preview.cpp441 mHalCamCtrl->mFace[idx].score = roi.d.data.face.score;
514 ALOGV("%s: Face detection RIO callback with %d faces detected (score=%d)", __func__, mNumFDRcvd, mHalCamCtrl->mFace[idx].score);
H A DQCamera_Intf.h981 int8_t score; // score of confidence( 0 -100) member in struct:__anon671
/hardware/qcom/camera/QCamera/HAL/core/src/
H A DQCameraHWI_Preview.cpp426 mHalCamCtrl->mFace[idx].score = roi.d.data.face.score;
496 LOGE("%s: Face detection RIO callback with %d faces detected (score=%d)", __func__, mNumFDRcvd, mHalCamCtrl->mFace[idx].score);
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCamera.cpp2138 int *score,
2165 num = getDetectedFacesAreas(num, id, score, face2, leftEye2, rightEye2, mouth2);
2196 int *score,
2288 score[i] = cur_ctrl->value;
2136 getDetectedFacesAreas(int num, int *id, int *score, ExynosRect *face, ExynosRect *leftEye, ExynosRect *rightEye, ExynosRect *mouth) argument
2194 getDetectedFacesAreas(int num, int *id, int *score, ExynosRect2 *face, ExynosRect2 *leftEye, ExynosRect2 *rightEye, ExynosRect2 *mouth) argument
H A DExynosCameraHWInterface.cpp2750 int score[NUM_OF_DETECTED_FACES]; local
2758 score,
2775 //if (score[i] < 50)
2784 m_faces[realNumOfDetectedFaces].score = score[i];
/hardware/ti/omap4xxx/camera/inc/
H A DCameraHal.h366 size_t score; member in struct:android::CameraHalEvent::FaceData_t
/hardware/qcom/camera/QCamera/HAL2/core/inc/
H A DQCamera_Intf.h915 int8_t score; // score of confidence( 0 -100) member in struct:__anon428

Completed in 1377 milliseconds