Searched defs:rightEye (Results 1 – 4 of 4) sorted by relevance
923 Point leftEye = face.leftEye, rightEye = face.rightEye, mouth = face.mouth; in convertFaceFromLegacy() local
421 jobject rightEye = env->NewObject(mPointClass, fields.point_constructor); in postMetadata() local
768 Point rightEye = new Point(faceLandmarks[i*FACE_LANDMARK_SIZE+2], in getFaces() local
1813 public Point rightEye = null; field in Camera.Face