HomeSort by relevance Sort by last modified time
    Searched full:faces (Results 1 - 25 of 72) sorted by null

1 2 3

  /frameworks/base/media/java/android/media/
FaceDetector.java 26 * Identifies the faces of people in a
103 * be analysed and the maximum number of faces that can be detected.
109 * @param maxFaces the maximum number of faces to identify
125 * Finds all the faces found in a given {@link android.graphics.Bitmap}.
130 * @param faces an array in which to place all found
133 * @return the number of faces found
139 public int findFaces(Bitmap bitmap, Face[] faces)
148 if (faces.length < mMaxFaces) {
150 "faces[] smaller than maxFaces");
157 if (faces[i] == null
    [all...]
package.html 8 <p>Other special classes in the package offer the ability to detect the faces of people
  /cts/tests/src/android/widget/cts/
GalleryStubActivity.java 75 R.drawable.faces,
78 R.drawable.faces,
81 R.drawable.faces,
  /external/freetype/include/freetype/
ftcid.h 79 * This function only works with CID faces, returning an error
114 * This function only works with CID faces and OpenType fonts,
148 * This function only works with CID faces and OpenType fonts,
ftbdf.h 154 * This function only works with BDF faces, returning an error otherwise.
ftwinfnt.h 254 * This function only works with Windows FNT faces, returning an error
  /external/skia/src/ports/
SkFontHost_android.cpp 88 SkTypeface* const* faces = family->fFaces; local
90 if (faces[style] != NULL) { // exact match
91 return faces[style];
95 if (faces[style] != NULL) {
96 return faces[style];
99 if (faces[SkTypeface::kNormal] != NULL) {
100 return faces[SkTypeface::kNormal];
104 if (faces[i] != NULL) {
105 return faces[i];
108 // should never get here, since the faces list should not be empt
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Type.java 65 int faces = 1; local
67 faces = 6;
79 int count = x * y * z * faces;
91 count += x * y * z * faces;
  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
AndroidFontManager.java 38 // set of all available faces supported by a system
39 String faces[]; field in class:AndroidFontManager
56 faces = new String[] {/*"PLAIN",*/ "NORMAL", "BOLD", "ITALIC", "BOLDITALIC"};
228 for (int i = 0; i < faces.length; i++) {
229 if(faces[i].equals(faceName)){
244 Font[] fonts = new Font[faces.length];
246 fonts[i] = new Font(faces[i], Font.PLAIN, 1);
  /external/neven/FaceRecEm/common/src/b_FDSDK/
FaceFinder.h 54 /* maximum number of detectable faces */
88 /** returns number of faces that can be retrieved from face finder with function btk_FaceFinder_getDCR */
FaceFinder_Internal.h 46 /** number of available faces */
  /cts/tests/tests/media/src/android/media/cts/
FaceDetectorTest.java 43 intent.putExtra(FaceDetectorStub.IMAGE_ID, R.drawable.faces);
  /external/neven/Embedded/common/src/b_APIEm/
BFFaceFinder.h 47 /* number of detected faces in last call of multiProcess in face data buffer */
50 /* number of available faces in last call of multiProcess in face data buffer */
156 * returns number of faces detected
239 /** Multiple face processing function; returns number of faces detected
  /packages/wallpapers/MusicVisualization/res/values/
cube.xml 56 <!-- lines connecting the two faces -->
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
fonts.conf 236 Serif faces
243 Sans-serif faces
250 Monospace faces
  /external/webkit/WebKitTools/DumpRenderTree/qt/
fonts.conf 236 Serif faces
243 Sans-serif faces
250 Monospace faces
  /development/samples/CubeLiveWallpaper/res/values/
shapes.xml 59 <!-- lines connecting the two faces -->
  /frameworks/base/graphics/tests/graphicstests/src/android/graphics/
TypefaceTest.java 28 // create array of all std faces
  /frameworks/base/libs/rs/
rsType.h 90 // * Faces
  /external/freetype/include/freetype/internal/
ftobjs.h 304 /* are loaded incrementally for faces that do not provide all of */
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
GalleryTest.java 590 R.drawable.faces,
593 R.drawable.faces,
596 R.drawable.faces,
  /external/neven/Embedded/common/src/b_BitFeatureEm/
Scanner.h 112 /** Face positions buffer size (approx.: max faces * 20...60)
114 * Default value: 1024 -> about 100...200 faces/image detectable
  /external/freetype/src/truetype/
ttinterp.h 250 /* shared among faces. */
  /frameworks/base/opengl/tests/angeles/
README.txt 21 although it still contains over 60000 faces.
  /ndk/samples/san-angeles/jni/
README.txt 21 although it still contains over 60000 faces.

Completed in 334 milliseconds

1 2 3