Home
last modified time | relevance | path

Searched defs:indx (Results 1 – 18 of 18) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
Dc8_31pf.cpp442 Word16 indx; in compress10() local
568 Word16 indx[], /* o : position and sign of 8 pulses (compressed) */ in compress_code()
754 Word16 indx[], /* o : 7 Word16, index of 8 pulses (signs+positions) */ in code_8i40_31bits()
Dc1035pf.cpp405 Word16 indx[], /* (o) : index of 10 pulses (sign+position) */ in build_code()
654 Word16 indx[], /* (o) : index of 10 pulses (sign + position) */ in code_10i40_35bits()
Dc3_14pf.cpp684 Word16 indx; in build_code() local
Dc2_11pf.cpp630 Word16 indx; in build_code() local
Dc4_17pf.cpp754 Word16 indx; in build_code() local
Dc2_9pf.cpp1003 Word16 indx; in build_code() local
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
Dd8_31pf.cpp343 Word16 indx[], /* i : position and sign of 8 pulses (compressed) */ in decompress_code()
/frameworks/native/opengl/tools/glgen/stubs/gles11/
DGLES20cHeader.cpp120 static void glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, in glVertexAttribPointerBounds()
/frameworks/base/opengl/java/android/opengl/
DGLES20.java1841 int indx, in glVertexAttrib1f()
1848 int indx, in glVertexAttrib1fv()
1856 int indx, in glVertexAttrib1fv()
1863 int indx, in glVertexAttrib2f()
1871 int indx, in glVertexAttrib2fv()
1879 int indx, in glVertexAttrib2fv()
1886 int indx, in glVertexAttrib3f()
1895 int indx, in glVertexAttrib3fv()
1903 int indx, in glVertexAttrib3fv()
1910 int indx, in glVertexAttrib4f()
[all …]
/frameworks/base/core/jni/
Dandroid_opengl_GLES20.cpp121 static void glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, in glVertexAttribPointerBounds()
5656 (JNIEnv *_env, jobject _this, jint indx, jfloat x) { in android_glVertexAttrib1f__IF()
5666 (JNIEnv *_env, jobject _this, jint indx, jfloatArray values_ref, jint offset) { in android_glVertexAttrib1fv__I_3FI()
5709 (JNIEnv *_env, jobject _this, jint indx, jobject values_buf) { in android_glVertexAttrib1fv__ILjava_nio_FloatBuffer_2()
5732 (JNIEnv *_env, jobject _this, jint indx, jfloat x, jfloat y) { in android_glVertexAttrib2f__IFF()
5743 (JNIEnv *_env, jobject _this, jint indx, jfloatArray values_ref, jint offset) { in android_glVertexAttrib2fv__I_3FI()
5786 (JNIEnv *_env, jobject _this, jint indx, jobject values_buf) { in android_glVertexAttrib2fv__ILjava_nio_FloatBuffer_2()
5809 (JNIEnv *_env, jobject _this, jint indx, jfloat x, jfloat y, jfloat z) { in android_glVertexAttrib3f__IFFF()
5821 (JNIEnv *_env, jobject _this, jint indx, jfloatArray values_ref, jint offset) { in android_glVertexAttrib3fv__I_3FI()
5864 (JNIEnv *_env, jobject _this, jint indx, jobject values_buf) { in android_glVertexAttrib3fv__ILjava_nio_FloatBuffer_2()
[all …]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmotion_est.cpp1575 Int indx, i; in RasterIntraUpdate() local
1625 Int indx, j; in ResetIntraUpdateRegion() local
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dvlc_decode.cpp374 int indx; in mv_prediction() local
/frameworks/base/core/jni/android/graphics/
DCanvas.cpp828 for (int indx = 0; indx < count; indx++) { in doDrawGlyphsPos() local
868 int indx; in drawPosText___CII_FPaint() local
898 for (int indx = 0; indx < posCount; indx++) { in drawPosText__String_FPaint() local
/frameworks/base/core/java/android/app/
DDownloadManager.java1002 int indx = cursor.getColumnIndexOrThrow( in getUriForDownloadedFile() local
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_fixup.cpp472 GLuint indx, GLint size, GLenum type, in trace_glVertexAttribPointerData()
Dgltrace_api.cpp5309 void GLTrace_glVertexAttrib1f(GLuint indx, GLfloat x) { in GLTrace_glVertexAttrib1f()
5343 void GLTrace_glVertexAttrib1fv(GLuint indx, const GLfloat* values) { in GLTrace_glVertexAttrib1fv()
5378 void GLTrace_glVertexAttrib2f(GLuint indx, GLfloat x, GLfloat y) { in GLTrace_glVertexAttrib2f()
5418 void GLTrace_glVertexAttrib2fv(GLuint indx, const GLfloat* values) { in GLTrace_glVertexAttrib2fv()
5453 void GLTrace_glVertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z) { in GLTrace_glVertexAttrib3f()
5499 void GLTrace_glVertexAttrib3fv(GLuint indx, const GLfloat* values) { in GLTrace_glVertexAttrib3fv()
5534 void GLTrace_glVertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w) { in GLTrace_glVertexAttrib4f()
5586 void GLTrace_glVertexAttrib4fv(GLuint indx, const GLfloat* values) { in GLTrace_glVertexAttrib4fv()
5621 void GLTrace_glVertexAttribPointer(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsi… in GLTrace_glVertexAttribPointer()
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dmotion_est.cpp573 int indx, i; in AVCRasterIntraUpdate() local
Dintra_est.cpp1856 int indx, block_x, block_y; in MBIntraSearch() local