Searched refs:MAX_FACE_COUNT (Results 1 – 1 of 1) sorted by relevance
62 private static final int MAX_FACE_COUNT = 3; field in CropView664 private final FaceDetector.Face[] mFaces = new FaceDetector.Face[MAX_FACE_COUNT];677 bitmap.getWidth(), bitmap.getHeight(), MAX_FACE_COUNT); in run()