Searched refs:FACE_LANDMARK_SIZE (Results 1 – 1 of 1) sorted by relevance
233 private static final int FACE_LANDMARK_SIZE = 6; field in CameraMetadataNative633 faceLandmarks = new int[numFaces * FACE_LANDMARK_SIZE]; in setFaces()650 faceLandmarks[i * FACE_LANDMARK_SIZE + j++] = face.getLeftEyePosition().x; in setFaces()651 faceLandmarks[i * FACE_LANDMARK_SIZE + j++] = face.getLeftEyePosition().y; in setFaces()652 faceLandmarks[i * FACE_LANDMARK_SIZE + j++] = face.getRightEyePosition().x; in setFaces()653 faceLandmarks[i * FACE_LANDMARK_SIZE + j++] = face.getRightEyePosition().y; in setFaces()654 faceLandmarks[i * FACE_LANDMARK_SIZE + j++] = face.getMouthPosition().x; in setFaces()655 faceLandmarks[i * FACE_LANDMARK_SIZE + j++] = face.getMouthPosition().y; in setFaces()713 faceLandmarks.length != numFaces * FACE_LANDMARK_SIZE) { in getFaces()716 faceIds.length, faceLandmarks.length * FACE_LANDMARK_SIZE, numFaces)); in getFaces()[all …]