Searched defs:Face (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
H A DFaceDetector.java32 * A Face contains all the information identifying the location
35 public class Face { class in class:FaceDetector
89 private Face() { method in class:FaceDetector.Face
126 * The supplied array is populated with {@link FaceDetector.Face}s for each
131 * {@link FaceDetector.Face}s. The array must be sized equal
139 public int findFaces(Bitmap bitmap, Face[] faces)
158 faces[i] = new Face();
191 native private void fft_get_face(Face face, int i);
/frameworks/base/core/java/android/hardware/
H A DCamera.java815 mFaceListener.onFaceDetection((Face[])msg.obj, mCamera);
1266 void onFaceDetection(Face[] faces, Camera camera);
1315 throw new RuntimeException("Face detection is already running");
1342 public static class Face { class in class:Camera
1346 public Face() { method in class:Camera.Face

Completed in 182 milliseconds