/hardware/ti/omap4xxx/camera/inc/ |
BaseCameraAdapter.h | 151 status_t notifyFaceSubscribers(sp<CameraFDResult> &faces);
|
CameraHal.h | 200 CameraFDResult(camera_frame_metadata_t *faces) : mFaceData(faces) {}; 203 if ( ( NULL != mFaceData ) && ( NULL != mFaceData->faces ) ) { 204 free(mFaceData->faces); [all...] |
/hardware/ti/omap4xxx/test/CameraHal/ |
camera_test_menu.cpp | 645 metadata->faces[idx].rect[0], 646 metadata->faces[idx].rect[1], 647 metadata->faces[idx].rect[2], 648 metadata->faces[idx].rect[3]); [all...] |
/cts/tests/tests/hardware/src/android/hardware/cts/ |
CameraTest.java | [all...] |
/frameworks/rs/ |
rs.spec | 41 param bool faces
|
/packages/apps/Camera2/src/com/android/camera/ |
AndroidCameraManagerImpl.java | 787 final Camera.Face[] faces, Camera camera) { 791 mCallback.onFaceDetection(faces, mCamera);
|
PhotoUI.java | 885 public void onFaceDetection(Face[] faces, CameraManager.CameraProxy camera) { 886 mFaceView.setFaces(faces);
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
AllocationTest.java | 42 for (int faces = 0; faces <= 1; faces++) { 43 boolean useFaces = (faces == 1);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_state_init.c | 445 OUT_BATCH_RELOC(lvl->faces[j].offset, t->mt->bo, lvl->faces[j].offset, 482 OUT_BATCH_RELOC(lvl->faces[5].offset, t->mt->bo, lvl->faces[5].offset, [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_state_init.c | 445 OUT_BATCH_RELOC(lvl->faces[j].offset, t->mt->bo, lvl->faces[j].offset, 482 OUT_BATCH_RELOC(lvl->faces[5].offset, t->mt->bo, lvl->faces[5].offset, [all...] |
/frameworks/base/core/java/android/hardware/camera2/impl/ |
CameraMetadataNative.java | 498 // To be safe, make number of faces is the minimal of all face info metadata length. 515 // To be safe, make number of faces is the minimal of all face info metadata length. 544 Face[] faces = new Face[faceList.size()]; local 545 faceList.toArray(faces); 546 return faces; 552 // that conversion here for just the faces.
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
RenderScript.java | 214 native int rsnTypeCreate(int con, int eid, int x, int y, int z, boolean mips, boolean faces, int yuv); 215 synchronized int nTypeCreate(int eid, int x, int y, int z, boolean mips, boolean faces, int yuv) { 217 return rsnTypeCreate(mContext, eid, x, y, z, mips, faces, yuv); [all...] |
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/ |
Stripifier.java | 153 // create the face info and add it to the list of faces, but only
456 // Returns the (at most) two vertices shared between the two faces
516 // Iterate through the faces of the strip
517 // Tell the faces of the strip that they belong to a real strip now
518 FaceInfoVec faces = strips.at(i).m_faces;
local 519 int numFaces = faces.size();
522 strip.markTriangle(faces.at(j));
726 // faceList is an out parameter which will contain all faces which were
737 //strip is too small, add faces to faceList
[all...] |
/frameworks/base/graphics/java/android/renderscript/ |
RenderScript.java | 326 native int rsnTypeCreate(int con, int eid, int x, int y, int z, boolean mips, boolean faces, int yuv); 327 synchronized int nTypeCreate(int eid, int x, int y, int z, boolean mips, boolean faces, int yuv) { 329 return rsnTypeCreate(mContext, eid, x, y, z, mips, faces, yuv); [all...] |
/device/lge/mako/camera/QCamera/HAL/core/src/ |
QCameraHWI.cpp | [all...] |
/frameworks/support/v8/renderscript/jni/ |
android_renderscript_RenderScript.cpp | 309 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) 311 LOG_API("nTypeCreate, con(%p) eid(%p), x(%i), y(%i), z(%i), mips(%i), faces(%i), yuv(%i)", 312 con, eid, dimx, dimy, dimz, mips, faces, yuv); 314 jint id = (jint)rsTypeCreate(con, (RsElement)eid, dimx, dimy, dimz, mips, faces, yuv); [all...] |
/device/asus/flo/camera/QCamera2/stack/common/ |
cam_types.h | 657 uint32_t frame_id; /* frame index of which faces are detected */ 658 uint8_t num_faces_detected; /* number of faces detected */ 659 cam_face_detection_info_t faces[MAX_ROI]; /* detailed information of faces detected */ member in struct:__anon1698 [all...] |
/device/lge/mako/camera/ |
QCameraHWI.cpp | [all...] |
/external/opencv/cxcore/src/ |
cxdrawing.cpp | 2211 const char **faces = icvHersheyGlyphs; local 2376 const char **faces = icvHersheyGlyphs; local [all...] |
/hardware/qcom/camera/QCamera2/stack/common/ |
cam_types.h | 672 uint32_t frame_id; /* frame index of which faces are detected */ 673 uint8_t num_faces_detected; /* number of faces detected */ 674 cam_face_detection_info_t faces[MAX_ROI]; /* detailed information of faces detected */ member in struct:__anon31318 [all...] |
/hardware/ti/omap4xxx/camera/ |
BaseCameraAdapter.cpp | 1105 status_t BaseCameraAdapter::notifyFaceSubscribers(sp<CameraFDResult> &faces) 1124 faceEvent.mEventData->faceEvent = faces; [all...] |
/external/chromium_org/third_party/freetype/src/base/ |
ftobjs.c | 902 /* destructor for faces list */ 4723 FT_List faces; local [all...] |
/external/freetype/src/base/ |
ftobjs.c | 902 /* destructor for faces list */ 4723 FT_List faces; local [all...] |
/frameworks/base/graphics/jni/ |
android_renderscript_RenderScript.cpp | 429 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) 431 LOG_API("nTypeCreate, con(%p) eid(%p), x(%i), y(%i), z(%i), mips(%i), faces(%i), yuv(%i)", 432 con, eid, dimx, dimy, dimz, mips, faces, yuv); 434 jint id = (jint)rsTypeCreate(con, (RsElement)eid, dimx, dimy, dimz, mips, faces, yuv); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_set.py | 1706 def faces(G): function [all...] |