Home
last modified time | relevance | path

Searched refs:faces (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/media/java/android/media/
DFaceDetector.java139 public int findFaces(Bitmap bitmap, Face[] faces) in findFaces() argument
148 if (faces.length < mMaxFaces) { in findFaces()
157 if (faces[i] == null) in findFaces()
158 faces[i] = new Face(); in findFaces()
159 fft_get_face(faces[i], i); in findFaces()
/frameworks/base/graphics/java/android/renderscript/
DType.java136 int faces = 1; in calcElementCount() local
138 faces = 6; in calcElementCount()
150 int count = x * y * z * faces; in calcElementCount()
163 count += x * y * z * faces; in calcElementCount()
DRenderScript.java219 native int rsnTypeCreate(int con, int eid, int x, int y, int z, boolean mips, boolean faces); in rsnTypeCreate() argument
220 synchronized int nTypeCreate(int eid, int x, int y, int z, boolean mips, boolean faces) { in nTypeCreate() argument
222 return rsnTypeCreate(mContext, eid, x, y, z, mips, faces); in nTypeCreate()
/frameworks/base/libs/rs/
DrsType.cpp186 uint8_t faces = stream->loadU8(); in createFromStream() local
187 Type *type = Type::getType(rsc, elem, x, y, z, lod != 0, faces !=0 ); in createFromStream()
268 uint32_t dimY, uint32_t dimZ, bool mips, bool faces) { in rsi_TypeCreate() argument
271 return Type::getType(rsc, e, dimX, dimY, dimZ, mips, faces); in rsi_TypeCreate()
Drs.spec36 param bool faces
/frameworks/base/libs/camera/
DICameraClient.cpp64 data.write(metadata->faces, sizeof(camera_face_t) * metadata->number_of_faces); in dataCallback()
108 metadata->faces = (camera_face_t *) data.readInplace( in onTransact()
/frameworks/base/core/jni/
Dandroid_hardware_Camera.cpp343 env->SetIntField(rect, fields.rect_left, metadata->faces[i].rect[0]); in postMetadata()
344 env->SetIntField(rect, fields.rect_top, metadata->faces[i].rect[1]); in postMetadata()
345 env->SetIntField(rect, fields.rect_right, metadata->faces[i].rect[2]); in postMetadata()
346 env->SetIntField(rect, fields.rect_bottom, metadata->faces[i].rect[3]); in postMetadata()
349 env->SetIntField(face, fields.face_score, metadata->faces[i].score); in postMetadata()
/frameworks/base/opengl/tests/angeles/
DREADME.txt21 although it still contains over 60000 faces.
/frameworks/base/graphics/jni/
Dandroid_renderscript_RenderScript.cpp397 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces) in nTypeCreate() argument
400 con, eid, dimx, dimy, dimz, mips, faces); in nTypeCreate()
402 jint id = (jint)rsTypeCreate(con, (RsElement)eid, dimx, dimy, dimz, mips, faces); in nTypeCreate()
/frameworks/base/libs/rs/scriptc/
Drs_types.rsh372 * \brief Enum for selecting cube map faces
/frameworks/base/docs/html/sdk/
Dandroid-4.0-highlights.jd357 detection</strong> locates faces in the frame and automatically sets focus. For
549 option that lets users unlock their devices with their faces. It takes advantage
552 unlocking the device. Users just hold their devices in front of their faces to
769 service identifies and tracks faces in a preview and returns their screen
Dandroid-4.0.jd464 <p>The {@link android.hardware.Camera} class now includes APIs for detecting faces and controlling
474 <p>To detect faces in your camera application, you must register a {@link
477 your camera surface and start detecting faces by calling {@link
480 <p>When the system detects one or more faces in the camera scene, it calls the {@link
492 <li>A unique ID so you can track multiple faces</li>
/frameworks/base/core/java/android/hardware/
DCamera.java1077 void onFaceDetection(Face[] faces, Camera camera); in onFaceDetection() argument
/frameworks/base/docs/html/guide/topics/renderscript/
Dgraphics.jd543 control the culling mode. By default back faces are culled.</td>
/frameworks/base/tests/DumpRenderTree/assets/results/
Dlayout_tests_passed.txt2573 /sdcard/android/layout_tests/http/tests/misc/font-face-in-multiple-segmented-faces.html
Dlayout_tests_nontext.txt2670 /sdcard/android/layout_tests/fast/css/font-face-multiple-faces.html