Searched refs:faces (Results 26 - 30 of 30) sorted by relevance

12

/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp1001 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv)
1003 LOG_API("nTypeCreate, con(%p) eid(%p), x(%i), y(%i), z(%i), mips(%i), faces(%i), yuv(%i)",
1004 (RsContext)con, eid, dimx, dimy, dimz, mips, faces, yuv);
1007 dimz, mips, faces, yuv);
2178 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv)
2180 LOG_API("nTypeCreate, con(%p) eid(%p), x(%i), y(%i), z(%i), mips(%i), faces(%i), yuv(%i)",
2181 incCon, eid, dimx, dimy, dimz, mips, faces, yuv);
2184 dimz, mips, faces, yuv);
1000 nTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument
2177 nIncTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument
/frameworks/rs/driver/runtime/
H A Drs_allocation.c504 bool mipmaps, bool faces, rs_yuv_format yuv_format);
/frameworks/base/core/java/android/hardware/
H A DCamera.java274 * The direction that the camera faces. It should be
1633 * Notify the listener of the detected faces in the preview frame.
1635 * @param faces The detected faces in a list
1638 void onFaceDetection(Face[] faces, Camera camera); argument
1642 * Registers a listener to be notified about the faces detected in the
1656 * faces in the preview frame. The detected faces may be the same as the
1664 * have no effect. The camera uses the detected faces to do auto-white balance,
1763 * <p>Depending on the device, even very low-confidence faces ma
[all...]
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1170 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv)
1173 ALOGD("nTypeCreate, con(%p) eid(%p), x(%i), y(%i), z(%i), mips(%i), faces(%i), yuv(%i)",
1174 (RsContext)con, (void*)eid, dimx, dimy, dimz, mips, faces, yuv);
1178 faces, yuv);
1169 nTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument
/frameworks/rs/scriptc/
H A Drs_allocation_create.rsh93 * faces indicates the presence of cubemap faces.
103 * faces: Flag indicating if the Type is a cubemap
109 bool faces, rs_yuv_format yuv_format);

Completed in 214 milliseconds

12