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

  /external/neven/
FaceDetector_jni.cpp 75 btk_Node leftEye, rightEye;
78 btk_DCR_getNode(hdcr, 1, &rightEye);
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);
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CaptureRequestTest.java     [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java     [all...]

Completed in 62 milliseconds