HomeSort by relevance Sort by last modified time
    Searched refs:rightEye (Results 1 - 4 of 4) sorted by null

  /device/google/marlin/camera/QCamera2/HAL/tsMakeuplib/include/
ts_detectface_engine.h 92 * @param[out] rightEye : The right eye rect.
98 int ts_detectface_get_face_info(TSHandle contexTSHandle, int index, TSRect *pFaceRect, TSRect *leftEye, TSRect *rightEye, TSRect *pMouth);
  /external/neven/
FaceDetector_jni.cpp 73 btk_Node leftEye, rightEye;
76 btk_DCR_getNode(hdcr, 1, &rightEye);
78 fdata->eyedist = (float)(rightEye.x - leftEye.x) / (1 << 16);
79 fdata->midpointx = (float)(rightEye.x + leftEye.x) / (1 << 17);
80 fdata->midpointy = (float)(rightEye.y + leftEye.y) / (1 << 17);
  /cts/tests/camera/src/android/hardware/cts/
CameraTest.java     [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
CaptureRequestTest.java     [all...]

Completed in 649 milliseconds