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

1 23 4 5

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9core.h 318 STDMETHOD(Face)(THIS_ D3DCUBEMAP_FACES face, DWORD mipfilter) PURE;
338 #define ID3DXRenderToEnvMap_Face(p,a,b) (p)->lpVtbl->Face(p,a,b)
354 #define ID3DXRenderToEnvMap_Face(p,a,b) (p)->Face(a,b)
  /cts/tests/camera/src/android/hardware/cts/
CameraTest.java 27 import android.hardware.Camera.Face;
    [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...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texture.c 187 base = mt->bo->ptr + lvl->faces[image->base.Base.Face].offset;
  /packages/apps/LegacyCamera/src/com/android/camera/
Camera.java 41 import android.hardware.Camera.Face;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_mipmap_tree.c 620 int face,
629 if (face > 0)
630 slice = face;
683 int face = intelImage->base.Base.Face; local
688 intel_miptree_copy_slice(intel, dst_mt, src_mt, level, face, slice);
749 * slice number referencing the face.
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp.c 673 /* Account for face selection and texture view MinLayer */
674 int dst_slice = slice + dst_image->TexObject->MinLayer + dst_image->Face;
    [all...]
intel_mipmap_tree.c 1423 int face = intelImage->base.Base.Face; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
test_email.py     [all...]
test_email_renamed.py     [all...]
  /external/python/cpython2/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/drivers/common/
meta.c 118 ? GL_TEXTURE_CUBE_MAP_POSITIVE_X + texImage->Face
    [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...]
teximage.c 140 const GLuint face = _mesa_tex_target_to_face(target); local
147 tObj->Image[face][level] = texImage;
152 texImage->Face = face;
337 const GLuint face = _mesa_tex_target_to_face(target); local
343 return texObj->Image[face][level];
2623 GLuint level, face; member in struct:cb_info
2637 const GLuint level = info->level, face = info->face; local
3013 const GLuint face = _mesa_tex_target_to_face(target); local
3609 const GLuint face = _mesa_tex_target_to_face(target); local
    [all...]

Completed in 1451 milliseconds

1 23 4 5