HomeSort by relevance Sort by last modified time
    Searched defs:leftEye (Results 1 - 9 of 9) sorted by null

  /external/neven/
FaceDetector_jni.cpp 75 btk_Node leftEye, rightEye;
77 btk_DCR_getNode(hdcr, 0, &leftEye);
80 fdata->eyedist = (float)(rightEye.x - leftEye.x) / (1 << 16);
81 fdata->midpointx = (float)(rightEye.x + leftEye.x) / (1 << 17);
82 fdata->midpointy = (float)(rightEye.y + leftEye.y) / (1 << 17);
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraMetadataNative.java 535 Point leftEye = new Point(faceLandmarks[i*6], faceLandmarks[i*6+1]);
539 leftEye, rightEye, mouth);