Searched refs:FACE_LANDMARK_SIZE (Results 1 – 1 of 1) sorted by relevance
290 private static final int FACE_LANDMARK_SIZE = 6; field in CameraMetadataNative718 faceLandmarks = new int[numFaces * FACE_LANDMARK_SIZE]; in setFaces()735 faceLandmarks[i * FACE_LANDMARK_SIZE + j++] = face.getLeftEyePosition().x; in setFaces()736 faceLandmarks[i * FACE_LANDMARK_SIZE + j++] = face.getLeftEyePosition().y; in setFaces()737 faceLandmarks[i * FACE_LANDMARK_SIZE + j++] = face.getRightEyePosition().x; in setFaces()738 faceLandmarks[i * FACE_LANDMARK_SIZE + j++] = face.getRightEyePosition().y; in setFaces()739 faceLandmarks[i * FACE_LANDMARK_SIZE + j++] = face.getMouthPosition().x; in setFaces()740 faceLandmarks[i * FACE_LANDMARK_SIZE + j++] = face.getMouthPosition().y; in setFaces()801 faceLandmarks.length != numFaces * FACE_LANDMARK_SIZE) { in getFaces()804 faceIds.length, faceLandmarks.length * FACE_LANDMARK_SIZE, numFaces)); in getFaces()[all …]