/frameworks/base/media/java/android/media/ |
D | FaceDetector.java | 139 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/ |
D | Type.java | 136 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()
|
D | RenderScript.java | 219 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/ |
D | rsType.cpp | 186 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()
|
D | rs.spec | 36 param bool faces
|
/frameworks/base/libs/camera/ |
D | ICameraClient.cpp | 64 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/ |
D | android_hardware_Camera.cpp | 343 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/ |
D | README.txt | 21 although it still contains over 60000 faces.
|
/frameworks/base/graphics/jni/ |
D | android_renderscript_RenderScript.cpp | 397 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/ |
D | rs_types.rsh | 372 * \brief Enum for selecting cube map faces
|
/frameworks/base/docs/html/sdk/ |
D | android-4.0-highlights.jd | 357 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
|
D | android-4.0.jd | 464 <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/ |
D | Camera.java | 1077 void onFaceDetection(Face[] faces, Camera camera); in onFaceDetection() argument
|
/frameworks/base/docs/html/guide/topics/renderscript/ |
D | graphics.jd | 543 control the culling mode. By default back faces are culled.</td>
|
/frameworks/base/tests/DumpRenderTree/assets/results/ |
D | layout_tests_passed.txt | 2573 /sdcard/android/layout_tests/http/tests/misc/font-face-in-multiple-segmented-faces.html
|
D | layout_tests_nontext.txt | 2670 /sdcard/android/layout_tests/fast/css/font-face-multiple-faces.html
|