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

1 23 4

  /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 211 * Callback for face detection.
213 * @param faces Recognized face in the preview.
216 public void onFaceDetection(Camera.Face[] faces, CameraProxy camera);
778 * Sets the face detection listener.
781 * @param callback The callback for face detection results.
787 * Starts the face detection.
802 * Stops the face detection.
    [all...]
AndroidCameraAgentImpl.java     [all...]
  /packages/apps/DevCamera/src/com/android/devcamera/
Api2Camera.java 30 import android.hardware.camera2.params.Face;
61 * noise reduction, face detection) can be toggled on and off.
495 public void setCaptureFlow(Boolean yuv1, Boolean yuv2, Boolean raw10, Boolean nr, Boolean edge, Boolean face) {
505 if (face != null) mCaptureFace = face;
546 Log.v(TAG, " .. NR=" + mCaptureNoiseMode + " Edge=" + mCaptureEdgeMode + " Face=" + mCaptureFace);
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
Camera.java 41 import android.hardware.Camera.Face;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
test_email.py     [all...]
test_email_renamed.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/test/
test_email.py     [all...]
test_email_renamed.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/email/test/
test_email.py     [all...]
test_email_renamed.py     [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/mesa3d/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...]
  /frameworks/base/
preloaded-classes 91 [Landroid.hardware.camera2.params.Face;
    [all...]
compiled-classes-phone     [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c     [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.cpp     [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c     [all...]
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 1067 milliseconds

1 23 4