Searched refs:face (Results 1 - 25 of 56) sorted by relevance

123

/frameworks/av/services/camera/libcameraservice/camera2/
H A DFrameProcessor.cpp215 ALOGE("%s: Camera %d: Unable to read face scores",
227 ALOGE("%s: Camera %d: Unable to read face landmarks",
236 ALOGE("%s: Camera %d: Unable to read face IDs",
252 camera_face_t face; local
254 face.rect[0] = l.mParameters.arrayXToNormalized(faceRects[i*4 + 0]);
255 face.rect[1] = l.mParameters.arrayYToNormalized(faceRects[i*4 + 1]);
256 face.rect[2] = l.mParameters.arrayXToNormalized(faceRects[i*4 + 2]);
257 face.rect[3] = l.mParameters.arrayYToNormalized(faceRects[i*4 + 3]);
259 face.score = faceScores[i];
261 face
[all...]
/frameworks/base/core/jni/android/graphics/
H A DTypeface.cpp32 SkTypeface* face; local
35 face = SkTypeface::CreateFromName(NULL, (SkTypeface::Style)style);
39 face = SkTypeface::CreateFromName(str.c_str(), style);
41 return face;
48 static void Typeface_unref(JNIEnv* env, jobject obj, SkTypeface* face) { argument
49 SkSafeUnref(face);
52 static int Typeface_getStyle(JNIEnv* env, jobject obj, SkTypeface* face) { argument
53 return face->style();
134 SkTypeface* face = SkTypeface::CreateFromStream(stream); local
139 return face;
[all...]
/frameworks/rs/
H A DrsAdapter.h45 inline void setFace(RsAllocationCubemapFace face) {mFace = face;} argument
77 inline void setFace(RsAllocationCubemapFace face) {mFace = face;} argument
H A DrsAllocation.h96 void data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
98 void data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod, RsAllocationCubemapFace face,
102 void read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
104 void read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod, RsAllocationCubemapFace face,
H A DrsAllocation.cpp91 void Allocation::data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, argument
96 //ALOGE("data2d %p, %i %i %i %i %i %i %p %i", this, xoff, yoff, lod, face, w, h, data, sizeBytes);
104 rsc->mHal.funcs.allocation.data2D(rsc, this, xoff, yoff, lod, face, w, h, data, sizeBytes);
109 uint32_t lod, RsAllocationCubemapFace face,
127 void Allocation::read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, argument
138 rsc->mHal.funcs.allocation.read2D(rsc, this, xoff, yoff, lod, face, w, h, data, sizeBytes);
142 uint32_t lod, RsAllocationCubemapFace face,
510 void rsi_Allocation2DElementData(Context *rsc, RsAllocation va, uint32_t x, uint32_t y, uint32_t lod, RsAllocationCubemapFace face, argument
522 void rsi_Allocation2DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, argument
525 a->data(rsc, xoff, yoff, lod, face,
108 data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod, RsAllocationCubemapFace face, uint32_t w, uint32_t h, uint32_t d, const void *data, size_t sizeBytes) argument
141 read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod, RsAllocationCubemapFace face, uint32_t w, uint32_t h, uint32_t d, void *data, size_t sizeBytes) argument
[all...]
H A DrsType.h60 size_t getOffsetForFace(uint32_t face) const;
92 uint32_t getLODFaceOffset(uint32_t lod, RsAllocationCubemapFace face,
H A Drs_hal.h59 RsAllocationCubemapFace face; member in struct:android::renderscript::__anon1554
158 RsAllocationCubemapFace face, uint32_t w, uint32_t h,
162 uint32_t lod, RsAllocationCubemapFace face,
170 RsAllocationCubemapFace face, uint32_t w, uint32_t h,
174 uint32_t lod, RsAllocationCubemapFace face,
/frameworks/support/renderscript/v8/rs_support/
H A DrsAdapter.h45 inline void setFace(RsAllocationCubemapFace face) {mFace = face;} argument
77 inline void setFace(RsAllocationCubemapFace face) {mFace = face;} argument
H A DrsAllocation.h93 void data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
95 void data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod, RsAllocationCubemapFace face,
99 void read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
101 void read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod, RsAllocationCubemapFace face,
H A DrsAllocation.cpp86 void Allocation::data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, argument
91 //ALOGE("data2d %p, %i %i %i %i %i %i %p %i", this, xoff, yoff, lod, face, w, h, data, sizeBytes);
99 rsc->mHal.funcs.allocation.data2D(rsc, this, xoff, yoff, lod, face, w, h, data, sizeBytes);
104 uint32_t lod, RsAllocationCubemapFace face,
122 void Allocation::read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, argument
133 rsc->mHal.funcs.allocation.read2D(rsc, this, xoff, yoff, lod, face, w, h, data, sizeBytes);
137 uint32_t lod, RsAllocationCubemapFace face,
448 void rsi_Allocation2DElementData(Context *rsc, RsAllocation va, uint32_t x, uint32_t y, uint32_t lod, RsAllocationCubemapFace face, argument
460 void rsi_Allocation2DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, argument
463 a->data(rsc, xoff, yoff, lod, face,
103 data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod, RsAllocationCubemapFace face, uint32_t w, uint32_t h, uint32_t d, const void *data, size_t sizeBytes) argument
136 read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod, RsAllocationCubemapFace face, uint32_t w, uint32_t h, uint32_t d, void *data, size_t sizeBytes) argument
[all...]
H A DrsType.h60 size_t getOffsetForFace(uint32_t face) const;
92 uint32_t getLODFaceOffset(uint32_t lod, RsAllocationCubemapFace face,
H A Drs_hal.h59 RsAllocationCubemapFace face; member in struct:android::renderscript::__anon1583
158 RsAllocationCubemapFace face, uint32_t w, uint32_t h,
162 uint32_t lod, RsAllocationCubemapFace face,
170 RsAllocationCubemapFace face, uint32_t w, uint32_t h,
174 uint32_t lod, RsAllocationCubemapFace face,
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdAllocation.cpp42 RsAllocationCubemapFace face) {
45 ptr += face * drv->faceOffset;
54 RsAllocationCubemapFace face, uint32_t w, uint32_t h) {
286 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
295 uint8_t *dst = GetOffsetPtr(alloc, xoff, yoff, lod, face);
308 Update2DTexture(rsc, alloc, data, xoff, yoff, lod, face, w, h);
314 uint32_t lod, RsAllocationCubemapFace face,
330 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
339 const uint8_t *src = GetOffsetPtr(alloc, xoff, yoff, lod, face);
353 uint32_t lod, RsAllocationCubemapFace face,
40 GetOffsetPtr(const android::renderscript::Allocation *alloc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face) argument
52 Update2DTexture(const Context *rsc, const Allocation *alloc, const void *ptr, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, uint32_t w, uint32_t h) argument
285 rsdAllocationData2D(const Context *rsc, const Allocation *alloc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, uint32_t w, uint32_t h, const void *data, size_t sizeBytes) argument
312 rsdAllocationData3D(const Context *rsc, const Allocation *alloc, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod, RsAllocationCubemapFace face, uint32_t w, uint32_t h, uint32_t d, const void *data, uint32_t sizeBytes) argument
329 rsdAllocationRead2D(const Context *rsc, const Allocation *alloc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, uint32_t w, uint32_t h, void *data, size_t sizeBytes) argument
351 rsdAllocationRead3D(const Context *rsc, const Allocation *alloc, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod, RsAllocationCubemapFace face, uint32_t w, uint32_t h, uint32_t d, void *data, uint32_t sizeBytes) argument
462 mip565(const Allocation *alloc, int lod, RsAllocationCubemapFace face) argument
481 mip8888(const Allocation *alloc, int lod, RsAllocationCubemapFace face) argument
500 mip8(const Allocation *alloc, int lod, RsAllocationCubemapFace face) argument
[all...]
H A DrsdAllocation.h89 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
95 uint32_t lod, RsAllocationCubemapFace face,
104 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
110 uint32_t lod, RsAllocationCubemapFace face,
/frameworks/rs/driver/
H A DrsdAllocation.cpp82 RsAllocationCubemapFace face) {
85 ptr += face * drv->faceOffset;
94 RsAllocationCubemapFace face, uint32_t w, uint32_t h) {
102 t = gFaceOrder[face];
120 for (uint32_t face = 0; face < faceCount; face ++) {
122 const uint8_t *p = GetOffsetPtr(alloc, 0, 0, lod, (RsAllocationCubemapFace)face);
126 t = gFaceOrder[face];
593 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
80 GetOffsetPtr(const android::renderscript::Allocation *alloc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face) argument
92 Update2DTexture(const Context *rsc, const Allocation *alloc, const void *ptr, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, uint32_t w, uint32_t h) argument
592 rsdAllocationData2D(const Context *rsc, const Allocation *alloc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, uint32_t w, uint32_t h, const void *data, size_t sizeBytes) argument
619 rsdAllocationData3D(const Context *rsc, const Allocation *alloc, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod, RsAllocationCubemapFace face, uint32_t w, uint32_t h, uint32_t d, const void *data, uint32_t sizeBytes) argument
636 rsdAllocationRead2D(const Context *rsc, const Allocation *alloc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, uint32_t w, uint32_t h, void *data, size_t sizeBytes) argument
658 rsdAllocationRead3D(const Context *rsc, const Allocation *alloc, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod, RsAllocationCubemapFace face, uint32_t w, uint32_t h, uint32_t d, void *data, uint32_t sizeBytes) argument
769 mip565(const Allocation *alloc, int lod, RsAllocationCubemapFace face) argument
788 mip8888(const Allocation *alloc, int lod, RsAllocationCubemapFace face) argument
807 mip8(const Allocation *alloc, int lod, RsAllocationCubemapFace face) argument
[all...]
H A DrsdAllocation.h100 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
106 uint32_t lod, RsAllocationCubemapFace face,
115 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
121 uint32_t lod, RsAllocationCubemapFace face,
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DRenderScript.java284 native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes); argument
285 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) { argument
287 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes);
289 native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes); argument
290 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) { argument
292 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes);
294 native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes); argument
295 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) { argument
297 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes);
299 native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, in argument
300 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) argument
304 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, Bitmap b) argument
305 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, Bitmap b) argument
[all...]
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11.spec19 void glGetMaterialfv ( GLenum face, GLenum pname, GLfloat *params )
20 void glGetMaterialxv ( GLenum face, GLenum pname, GLfixed *params )
/frameworks/base/media/java/android/media/
H A DFaceDetector.java33 * of a face in a bitmap.
36 /** The minimum confidence factor of good face recognition */
38 /** The x-axis Euler angle of a face. */
40 /** The y-axis Euler angle of a face. */
42 /** The z-axis Euler angle of a face. */
47 * certain what has been found is actually a face. A confidence
56 * face's mid-point
69 * Returns the face's pose. That is, the rotations around either
75 * @return the Euler angle of the of the face, for the given axis
127 * face foun
191 fft_get_face(Face face, int i) argument
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java392 // C function void glGetMaterialfv ( GLenum face, GLenum pname, GLfloat *params )
395 int face,
401 // C function void glGetMaterialfv ( GLenum face, GLenum pname, GLfloat *params )
404 int face,
409 // C function void glGetMaterialxv ( GLenum face, GLenum pname, GLfixed *params )
412 int face,
418 // C function void glGetMaterialxv ( GLenum face, GLenum pname, GLfixed *params )
421 int face,
394 glGetMaterialfv( int face, int pname, float[] params, int offset ) argument
403 glGetMaterialfv( int face, int pname, java.nio.FloatBuffer params ) argument
411 glGetMaterialxv( int face, int pname, int[] params, int offset ) argument
420 glGetMaterialxv( int face, int pname, java.nio.IntBuffer params ) argument
H A DGLES11Ext.java405 // C function void glGetMaterialxvOES ( GLenum face, GLenum pname, GLfixed *params )
408 int face,
414 // C function void glGetMaterialxvOES ( GLenum face, GLenum pname, GLfixed *params )
417 int face,
522 // C function void glMaterialxOES ( GLenum face, GLenum pname, GLfixed param )
525 int face,
530 // C function void glMaterialxvOES ( GLenum face, GLenum pname, const GLfixed *params )
533 int face,
539 // C function void glMaterialxvOES ( GLenum face, GLenum pname, const GLfixed *params )
542 int face,
407 glGetMaterialxvOES( int face, int pname, int[] params, int offset ) argument
416 glGetMaterialxvOES( int face, int pname, java.nio.IntBuffer params ) argument
524 glMaterialxOES( int face, int pname, int param ) argument
532 glMaterialxvOES( int face, int pname, int[] params, int offset ) argument
541 glMaterialxvOES( int face, int pname, java.nio.IntBuffer params ) argument
[all...]
H A DGLErrorWrapper.java510 public void glMaterialf(int face, int pname, float param) { argument
512 mgl.glMaterialf(face, pname, param);
516 public void glMaterialfv(int face, int pname, float[] params, int offset) { argument
518 mgl.glMaterialfv(face, pname, params, offset);
522 public void glMaterialfv(int face, int pname, FloatBuffer params) { argument
524 mgl.glMaterialfv(face, pname, params);
528 public void glMaterialx(int face, int pname, int param) { argument
530 mgl.glMaterialx(face, pname, param);
534 public void glMaterialxv(int face, int pname, int[] params, int offset) { argument
536 mgl.glMaterialxv(face, pnam
540 glMaterialxv(int face, int pname, IntBuffer params) argument
1118 glGetMaterialfv(int face, int pname, float[] params, int offset) argument
1124 glGetMaterialfv(int face, int pname, FloatBuffer params) argument
1130 glGetMaterialxv(int face, int pname, int[] params, int offset) argument
1136 glGetMaterialxv(int face, int pname, IntBuffer params) argument
[all...]
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java326 int face,
333 int face,
339 int face,
346 int face,
325 glGetMaterialfv( int face, int pname, float[] params, int offset ) argument
332 glGetMaterialfv( int face, int pname, java.nio.FloatBuffer params ) argument
338 glGetMaterialxv( int face, int pname, int[] params, int offset ) argument
345 glGetMaterialxv( int face, int pname, java.nio.IntBuffer params ) argument
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java378 native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes); argument
379 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) { argument
381 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes);
383 native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes); argument
384 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) { argument
386 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes);
388 native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes); argument
389 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) { argument
391 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes);
393 native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, in argument
394 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) argument
398 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, Bitmap b) argument
399 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, Bitmap b) argument
[all...]
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java652 // C function void glMaterialf ( GLenum face, GLenum pname, GLfloat param )
655 int face,
660 // C function void glMaterialfv ( GLenum face, GLenum pname, const GLfloat *params )
663 int face,
669 // C function void glMaterialfv ( GLenum face, GLenum pname, const GLfloat *params )
672 int face,
677 // C function void glMaterialx ( GLenum face, GLenum pname, GLfixed param )
680 int face,
685 // C function void glMaterialxv ( GLenum face, GLenum pname, const GLfixed *params )
688 int face,
654 glMaterialf( int face, int pname, float param ) argument
662 glMaterialfv( int face, int pname, float[] params, int offset ) argument
671 glMaterialfv( int face, int pname, java.nio.FloatBuffer params ) argument
679 glMaterialx( int face, int pname, int param ) argument
687 glMaterialxv( int face, int pname, int[] params, int offset ) argument
696 glMaterialxv( int face, int pname, java.nio.IntBuffer params ) argument
1406 glGetMaterialfv( int face, int pname, float[] params, int offset ) argument
1415 glGetMaterialfv( int face, int pname, java.nio.FloatBuffer params ) argument
1423 glGetMaterialxv( int face, int pname, int[] params, int offset ) argument
1432 glGetMaterialxv( int face, int pname, java.nio.IntBuffer params ) argument
[all...]

Completed in 520 milliseconds

123