HomeSort by relevance Sort by last modified time
    Searched refs:Face (Results 51 - 75 of 98) sorted by null

1 23 4

  /frameworks/base/core/java/android/hardware/
Camera.java 218 * Hardware face detection. It does not use much CPU.
223 * Software face detection. It uses some CPU.
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraMetadataTest.java 38 import android.hardware.camera2.params.Face;
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
CropImage.java 78 boolean mWaitingToPick; // Whether we are wait the user to pick a face.
420 FaceDetector.Face[] mFaces = new FaceDetector.Face[3];
423 // For each face, we create a HightlightView for it.
424 private void handleFace(FaceDetector.Face f) {
468 // Create a default HightlightView if we found no face in the picture.
498 // Scale the image down for faster face detection.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9core.h 316 STDMETHOD(Face)(THIS_ D3DCUBEMAP_FACES face, DWORD mipfilter) PURE;
336 #define ID3DXRenderToEnvMap_Face(p,a,b) (p)->lpVtbl->Face(p,a,b)
352 #define ID3DXRenderToEnvMap_Face(p,a,b) (p)->Face(a,b)
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java 27 import android.hardware.Camera.Face;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_blit.c 552 intel_image->base.Base.Face,
intel_mipmap_tree.c 645 * For cube map textures, either the \c face parameter can be used, of course,
646 * or the cube face can be interpreted as a depth layer and the \c layer
651 GLuint level, GLuint face, GLuint layer,
656 if (face > 0) {
658 assert(face < 6);
660 slice = face;
663 * that case, the caller chose to interpret each cube face as a layer.
665 assert(face == 0);
678 int face,
694 intel_miptree_get_image_offset(dst_mt, level, face, depth
750 int face = intelImage->base.Base.Face; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_blit.c 552 intel_image->base.Base.Face,
intel_mipmap_tree.c 645 * For cube map textures, either the \c face parameter can be used, of course,
646 * or the cube face can be interpreted as a depth layer and the \c layer
651 GLuint level, GLuint face, GLuint layer,
656 if (face > 0) {
658 assert(face < 6);
660 slice = face;
663 * that case, the caller chose to interpret each cube face as a layer.
665 assert(face == 0);
678 int face,
694 intel_miptree_get_image_offset(dst_mt, level, face, depth
750 int face = intelImage->base.Base.Face; local
    [all...]
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraAgent.java 219 * Callback for face detection.
221 * @param faces Recognized face in the preview.
224 public void onFaceDetection(Camera.Face[] faces, CameraProxy camera);
698 * Sets the face detection listener.
701 * @param callback The callback for face detection results.
707 * Starts the face detection.
718 * Stops the face detection.
    [all...]
AndroidCameraAgentImpl.java     [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
Camera.java 41 import android.hardware.Camera.Face;
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrClipMaskManager.cpp 974 GrStencilSettings::Face face = GrStencilSettings::kFront_Face; local
    [all...]
  /external/skia/src/gpu/
GrClipMaskManager.cpp 974 GrStencilSettings::Face face = GrStencilSettings::kFront_Face; local
    [all...]
  /packages/apps/Camera/src/com/android/camera/
PhotoModule.java 31 import android.hardware.Camera.Face;
764 public void onFaceDetection(Face[] faces, android.hardware.Camera camera) {
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 39 FX_BOOL CTTFontDesc::ReleaseFace(FXFT_Face face)
42 if (m_SingleFace.m_pFace != face) {
48 if (m_TTCFace.m_pFaces[i] == face) {
94 CTTFontDesc* face; local
95 m_FaceMap.GetNextAssoc(pos, Key, (void*&)face);
96 delete face;
111 FXFT_Face face = m_pExtMapper->FindSubstFont(face_name, bTrueType, flags, weight, italic_angle, local
113 if (face) {
114 return face;
363 FXFT_Face face = NULL; local
381 FXFT_Face face = NULL; local
1233 FXFT_Face face = NULL; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email.py     [all...]
test_email_renamed.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email.py     [all...]
test_email_renamed.py     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h 333 FRAG_ATTRIB_FACE = 12, /**< front/back face */
946 GLbitfield _ColorMaterialBitmask; /**< bitmask formed from Face and Mode */
    [all...]
teximage.c 552 * For cube map faces, return a face index in [0,5].
580 const GLuint face = _mesa_tex_target_to_face(target); local
587 tObj->Image[face][level] = texImage;
592 texImage->Face = face;
800 const GLuint face = _mesa_tex_target_to_face(target); local
806 return texObj->Image[face][level];
2671 GLuint level, face; member in struct:cb_info
2685 const GLuint level = info->level, face = info->face; local
3030 const GLuint face = _mesa_tex_target_to_face(target); local
3369 const GLuint face = _mesa_tex_target_to_face(target); local
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 333 FRAG_ATTRIB_FACE = 12, /**< front/back face */
946 GLbitfield _ColorMaterialBitmask; /**< bitmask formed from Face and Mode */
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
meta.c     [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.cpp     [all...]

Completed in 433 milliseconds

1 23 4