HomeSort by relevance Sort by last modified time
    Searched defs:Face (Results 1 - 25 of 45) sorted by null

1 2

  /external/clang/test/SemaCXX/
tag-ambig.cpp 21 namespace A { struct Face {}; }
22 namespace B { struct Face {}; }
27 struct Face;
28 Face *mFaces;
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
Face.java 25 public class Face implements Comparable<Face> {
30 public Face(String name, String personId, String rect) {
54 if (obj instanceof Face) {
55 Face face = (Face) obj; local
56 return mPersonId.equals(face.mPersonId);
62 public int compareTo(Face another) {
  /frameworks/base/core/java/android/hardware/camera2/params/
Face.java 27 * Describes a face detected in an image.
29 public final class Face {
34 * @see Face#Face(Rect, int)
61 * Create a new face with all fields set.
71 * @param bounds Bounds of the face.
73 * @param id A unique ID per face visible to the tracker.
88 public Face(Rect bounds, int score, int id,
111 * Create a new face without the optional fields.
119 * the face id of each face is expected to be {@value #ID_UNSUPPORTED}, the leftEyePosition
    [all...]
  /external/opencv/cvaux/src/
cvface.cpp 48 Face::Face(FaceTemplate * lpFaceTemplate)
50 //init number of face elements;
53 //init array of numbers of foundet face elements of each type
57 //init array of ideal face features
71 }//Face::Face(FaceTemplate * lpFaceTemplate)
73 Face::~Face()
85 }//Face::~Face(
    [all...]
_cvfacedetection.h 216 class Face
219 Face(FaceTemplate * lpFaceTemplate);
220 virtual ~Face();
231 FaceFeature * m_lpIdealFace;//ideal face definition
232 long m_lFaceFeaturesNumber; //total number of diferent face features
233 long * m_lplFaceFeaturesCount;//number of each features fouded for this face
234 FaceFeature ** m_lppFoundedFaceFeatures;//founded features of curen face
238 inline bool Face::isFeature(void * lpElem)
281 class RFace:public Face
303 ListElem(Face * pFace,ListElem * pHead)
    [all...]
  /external/skia/src/gpu/
GrStencilSettings.h 76 struct Face : public GrTStencilFaceSettings<GrStencilTest, GrStencilOp> {
77 void reset(const GrUserStencilSettings::Face&, bool useStencilClip, int numStencilBits);
81 const Face& front() const { SkASSERT(!this->isDisabled()); return fFront; }
82 const Face& back() const { SkASSERT(this->isTwoSided()); return fBack; }
120 Face fFront;
121 Face fBack;
GrUserStencilSettings.h 112 typedef GrTStencilFaceSettings<GrUserStencilTest, GrUserStencilOp> Face;
199 const Face fFront;
201 const Face fBack;
246 // face gets disabled in that case (e.g. Test=kAlwaysIfInClip, PassOp=kKeep), or else the
  /frameworks/base/media/java/android/media/
FaceDetector.java 32 * A Face contains all the information identifying the location
33 * of a face in a bitmap.
35 public class Face {
36 /** The minimum confidence factor of good face recognition */
38 /** The x-axis Euler angle of a face. */
40 /** The y-axis Euler angle of a face. */
42 /** The z-axis Euler angle of a face. */
47 * certain what has been found is actually a face. A confidence
56 * face's mid-point
69 * Returns the face's pose. That is, the rotations around either
    [all...]
  /external/vulkan-validation-layers/demos/smoke/
Meshes.cpp 42 struct Face {
108 faces_.emplace_back(Face{ f[0], f[1], f[2] });
150 for (const auto &face : faces_) {
151 dst[0] = face.v0;
152 dst[1] = face.v1;
153 dst[2] = face.v2;
160 std::vector<Face> faces_;
259 std::vector<Mesh::Face> faces;
277 faces.emplace_back(Mesh::Face{ v0, v01, v20 });
278 faces.emplace_back(Mesh::Face{ v1, v12, v01 })
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.h 385 float Face; /**< +1 if front facing, -1 if back facing */
  /frameworks/base/core/java/android/hardware/
Camera.java 234 * Hardware face detection. It does not use much CPU.
239 * Software face detection. It uses some CPU.
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 636 GLbitfield _ColorMaterialBitmask; /**< bitmask formed from Face and Mode */
832 * The derived value \c _TestTwoSide is set when the front-face and back-face
927 /** Cube map face: index into gl_texture_object::Image[] array */
928 GLuint Face;
1023 /** Actual texture images, indexed by [cube face] and [mipmap level] */
    [all...]
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.0.1.2/
android-4.0.1.2.jar 

Completed in 1381 milliseconds

1 2