Home | History | Annotate | Download | only in simplecamera

Lines Matching refs:Face

39 import android.hardware.Camera.Face;
59 FrameValues facesFrame = createFrame(FrameType.array(Camera.Face.class), new int[] {1,1}).
66 Face face = new Face();
68 // These are the values for image 141 with 1 face
70 face.rect = faceRect;
71 Face[] faces = new Face[1];
72 faces[0] = face;