Searched refs:FACE_LANDMARK_SIZE (Results 1 – 1 of 1) sorted by relevance
318 private static final int FACE_LANDMARK_SIZE = 6; field in CameraMetadataNative771 faceLandmarks = new int[numFaces * FACE_LANDMARK_SIZE]; in setFaces()788 faceLandmarks[i * FACE_LANDMARK_SIZE + j++] = face.getLeftEyePosition().x; in setFaces()789 faceLandmarks[i * FACE_LANDMARK_SIZE + j++] = face.getLeftEyePosition().y; in setFaces()790 faceLandmarks[i * FACE_LANDMARK_SIZE + j++] = face.getRightEyePosition().x; in setFaces()791 faceLandmarks[i * FACE_LANDMARK_SIZE + j++] = face.getRightEyePosition().y; in setFaces()792 faceLandmarks[i * FACE_LANDMARK_SIZE + j++] = face.getMouthPosition().x; in setFaces()793 faceLandmarks[i * FACE_LANDMARK_SIZE + j++] = face.getMouthPosition().y; in setFaces()854 faceLandmarks.length != numFaces * FACE_LANDMARK_SIZE) { in getFaces()857 faceIds.length, faceLandmarks.length * FACE_LANDMARK_SIZE, numFaces)); in getFaces()[all …]