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

  /packages/apps/DevCamera/src/com/android/devcamera/
CameraInterface.java 133 void frameDataAvailable(NormalizedFace[] faces, float normExposure, float normLensPos, float fps, int iso, int afState, int aeState, int awbState);
NormalizedFace.java 28 public class NormalizedFace {
34 public NormalizedFace(Face face, int dX, int dY, int offX, int offY) {
PreviewOverlay.java 39 private NormalizedFace[] mFaces;
68 public void setFrameData(NormalizedFace[] faces, float normExposure, float normLens, int afState) {
208 for (NormalizedFace face : mFaces) {
Api2Camera.java 719 NormalizedFace[] newFaces = new NormalizedFace[faces.length];
734 newFaces[i] = new NormalizedFace(faces[i], dX, dY, offX, offY);
    [all...]
DevCameraActivity.java 464 public void frameDataAvailable(final NormalizedFace[] faces, final float normExposure, final float normLens, float fps, int iso, final int afState, int aeState, int awbState) {

Completed in 3777 milliseconds