Home
last modified time | relevance | path

Searched refs:mouth (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/legacy/
DParameterUtils.java923 Point leftEye = face.leftEye, rightEye = face.rightEye, mouth = face.mouth; in convertFaceFromLegacy() local
924 if (leftEye != null && rightEye != null && mouth != null && leftEye.x != -2000 && in convertFaceFromLegacy()
926 mouth.x != -2000 && mouth.y != -2000) { in convertFaceFromLegacy()
931 mouth = convertCameraPointToActiveArrayPoint(activeArray, zoomData, in convertFaceFromLegacy()
934 api2Face = faceRect.toFace(face.id, leftEye, rightEye, mouth); in convertFaceFromLegacy()
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
DCat.java161 tint(0xFFFFFFFF, D.leftEye, D.rightEye, D.mouth, D.nose); in Cat()
170 tint(0xFF000000, D.mouth, D.nose); in Cat()
360 public Drawable mouth;
397 mouth = context.getDrawable(R.drawable.mouth);
422 nose, mouth,
/frameworks/av/services/camera/libcameraservice/api1/client2/
DFrameProcessor.cpp211 face.mouth[0] = l.mParameters.arrayXToNormalizedWithCrop( in processFaceDetect()
213 face.mouth[1] = l.mParameters.arrayYToNormalizedWithCrop( in processFaceDetect()
219 face.mouth[0] = face.mouth[1] = -2000; in processFaceDetect()
/frameworks/base/core/jni/
Dandroid_hardware_Camera.cpp410 && metadata->faces[i].mouth[0] != -2000 && metadata->faces[i].mouth[1] != -2000; in postMetadata()
427 jobject mouth = env->NewObject(mPointClass, fields.point_constructor); in postMetadata() local
428 env->SetIntField(mouth, fields.point_x, metadata->faces[i].mouth[0]); in postMetadata()
429 env->SetIntField(mouth, fields.point_y, metadata->faces[i].mouth[1]); in postMetadata()
430 env->SetObjectField(face, fields.face_mouth, mouth); in postMetadata()
431 env->DeleteLocalRef(mouth); in postMetadata()
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
DMLand.java1241 Drawable antenna, eyes, mouth;
1251 mouth = context.getDrawable(pick(MOUTHS));
1296 if (mouth != null) {
1297 mouth.setBounds(0, 0, c.getWidth(), c.getHeight());
1298 mouth.draw(c);
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraMetadataNative.java809 Point mouth = new Point(faceLandmarks[i*FACE_LANDMARK_SIZE+4], in getFaces() local
812 leftEye, rightEye, mouth); in getFaces()
/frameworks/base/core/java/android/hardware/
DCamera.java1999 public Point mouth = null; field in Camera.Face
/frameworks/support/work/integration-tests/testapp/src/main/assets/
Dretn.txt1017 my name and my misfortune must be in every man's mouth." He turned it
1032 clean-shaven face, with a weak, sensitive mouth. His age may have
2443 seven miles' drive he never opened his mouth. Seldom have I seen him
3676 mouth. Opposite her stood a brutal, heavy-faced, red-moustached young
3951 pouches under the closed eyes were leaden in colour, the loose mouth
4892 The man mastered himself with a violent effort, and his grim mouth
4930 face--a face with horror in every lineament, the mouth open, the eyes
6238 mouth shut.
6392 to work from hand to mouth. He will hold a card back for years in
6760 Something rushed out at us and my heart sprang into my mouth, but I
[all …]
Dcase.txt694 mouth all twisted with passion--'I am his last mistress. I am one of
976 straight, thin-lipped mouth. If ever I saw a murderer's mouth it was
2337 moustache shading a cruel, thin-lipped mouth, and surmounted by a
2930 while he had curled down with his pipe in his mouth upon the opposite
2979 our visitor's hideous mouth. "But it was the killing of young Perkins
3413 thrust over my mouth, but I have no notion how long I may have been
5376 the mouth of the bridge lay the dead woman. Such are the main facts.
5801 side. Our guide paused at the mouth of this bridge, and he pointed to
6083 mouth of the bridge."
6384 with updrawn knees, his pipe in his mouth and his brow furrowed with
[all …]
Dadvs.txt907 out of my mouth than the whole crowd of spectators, well dressed and
2781 The question was hardly out of my mouth, and Holmes had not yet
3858 "I could see that the end had not been in his mouth. Therefore he
4977 steps leading down to a black gap like the mouth of a cave, I found
6189 Sherlock Holmes had opened his mouth to reply, when the door flew
8681 into my mouth. It was the clank of the levers and the swish of the
9243 and pale, with something perhaps of petulance about the mouth, and
9346 lustrous black hair, the large dark eyes, and the exquisite mouth.
10410 mouth for all our persuasions and our threats. This morning he was
12052 The words were hardly out of his mouth before a man appeared at the
Dmems.txt2094 of his mouth seemed to me to be pulled down in a half-comical
3180 senses. When I at last drew him down on to the sofa, his mouth and
4793 delivered his own message by word of mouth. Who brought the note,
5476 expressed it, the smile had often been struck from his mouth, as if
5760 so serious a charge is laid against her, and when her own mouth, poor
7253 fastened over his mouth.
8393 thought, and hardly opened his mouth until we had passed Clapham
9729 to protrude and the mouth to mumble, the dull eyes regained their
Dlstb.txt1288 of my arms--and a gag was thrust into my mouth on the one occasion
5844 by a cruel, vicious mouth.
6826 eyes were protruding, that my mouth was opened, and my tongue like
7488 cigar hung from the corner of his mouth, and as he sat down he struck
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt12161 field public android.graphics.Point mouth;
/frameworks/base/api/
Dcurrent.txt15279 field public android.graphics.Point mouth;
/frameworks/base/config/
Dhiddenapi-public-dex.txt12624 Landroid/hardware/Camera$Face;->mouth:Landroid/graphics/Point;