Searched refs:index (Results 726 - 750 of 1090) sorted by relevance

<<21222324252627282930>>

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dblock_switch.c37 SrchMaxWithIndex(const Word32 *in, Word16 *index, Word16 n);
249 static Word32 SrchMaxWithIndex(const Word32 in[], Word16 *index, Word16 n) argument
254 /* Search maximum value in array and return index and value */
265 *index = idx;
/frameworks/av/media/libstagefright/foundation/
H A DANetworkSession.cpp934 ssize_t index = mSessions.indexOfKey(sessionID); local
936 if (index < 0) {
940 mSessions.removeItemsAt(index);
1171 ssize_t index = mSessions.indexOfKey(sessionID); local
1173 if (index < 0) {
1177 const sp<Session> session = mSessions.valueAt(index);
1210 ssize_t index = mSessions.indexOfKey(sessionID); local
1212 if (index < 0) {
1216 const sp<Session> session = mSessions.valueAt(index);
1228 ssize_t index local
[all...]
/frameworks/base/core/jni/android/graphics/
H A DYuvToJpegEncoder.cpp123 int index = row * (width >> 1) + i; local
124 uRows[index] = vu[1];
125 vRows[index] = vu[0];
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp1618 /* void glGetIntegeri_v ( GLenum target, GLuint index, GLint *data ) */
1621 (JNIEnv *_env, jobject _this, jint target, jint index, jintArray data_ref, jint offset) {
1648 (GLuint)index,
1662 /* void glGetIntegeri_v ( GLenum target, GLuint index, GLint *data ) */
1665 (JNIEnv *_env, jobject _this, jint target, jint index, jobject data_buf) {
1678 (GLuint)index,
1702 /* void glBindBufferRange ( GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size ) */
1705 (JNIEnv *_env, jobject _this, jint target, jint index, jint buffer, jint offset, jint size) {
1708 (GLuint)index,
1715 /* void glBindBufferBase ( GLenum target, GLuint index, GLuin
1620 android_glGetIntegeri_v__II_3II(JNIEnv *_env, jobject _this, jint target, jint index, jintArray data_ref, jint offset) argument
1664 android_glGetIntegeri_v__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint index, jobject data_buf) argument
1704 android_glBindBufferRange__IIIII(JNIEnv *_env, jobject _this, jint target, jint index, jint buffer, jint offset, jint size) argument
1717 android_glBindBufferBase__III(JNIEnv *_env, jobject _this, jint target, jint index, jint buffer) argument
1777 android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint lengthOffset, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset, jbyteArray name_ref, jint nameOffset) argument
1897 android_glGetTransformFeedbackVarying__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type_buf, jbyte name) argument
1949 android_glGetTransformFeedbackVarying1(JNIEnv *_env, jobject _this, jint program, jint index, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset) argument
2044 android_glGetTransformFeedbackVarying2(JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject type_buf) argument
2105 android_glVertexAttribIPointerBounds__IIIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint index, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
2130 android_glVertexAttribIPointer__IIIII(JNIEnv *_env, jobject _this, jint index, jint size, jint type, jint stride, jint offset) argument
2143 android_glGetVertexAttribIiv__II_3II(JNIEnv *_env, jobject _this, jint index, jint pname, jintArray params_ref, jint offset) argument
2187 android_glGetVertexAttribIiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint index, jint pname, jobject params_buf) argument
2211 android_glGetVertexAttribIuiv__II_3II(JNIEnv *_env, jobject _this, jint index, jint pname, jintArray params_ref, jint offset) argument
2255 android_glGetVertexAttribIuiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint index, jint pname, jobject params_buf) argument
2279 android_glVertexAttribI4i__IIIII(JNIEnv *_env, jobject _this, jint index, jint x, jint y, jint z, jint w) argument
2292 android_glVertexAttribI4ui__IIIII(JNIEnv *_env, jobject _this, jint index, jint x, jint y, jint z, jint w) argument
2305 android_glVertexAttribI4iv__I_3II(JNIEnv *_env, jobject _this, jint index, jintArray v_ref, jint offset) argument
2348 android_glVertexAttribI4iv__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint index, jobject v_buf) argument
2371 android_glVertexAttribI4uiv__I_3II(JNIEnv *_env, jobject _this, jint index, jintArray v_ref, jint offset) argument
2414 android_glVertexAttribI4uiv__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint index, jobject v_buf) argument
3073 android_glGetStringi__II(JNIEnv *_env, jobject _this, jint name, jint index) argument
3879 android_glGetInteger64i_v__II_3JI(JNIEnv *_env, jobject _this, jint target, jint index, jlongArray data_ref, jint offset) argument
3923 android_glGetInteger64i_v__IILjava_nio_LongBuffer_2(JNIEnv *_env, jobject _this, jint target, jint index, jobject data_buf) argument
4462 android_glVertexAttribDivisor__II(JNIEnv *_env, jobject _this, jint index, jint divisor) argument
[all...]
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncOperation.java251 final int index = -reason - 1;
252 if (index >= REASON_NAMES.length) {
255 return REASON_NAMES[index];
/frameworks/native/opengl/libs/EGL/
H A Degl_display.cpp69 uintptr_t index = uintptr_t(dpy)-1U; local
70 return (index >= NUM_DISPLAYS) ? NULL : &sDisplay[index];
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipWakeupTimer.java310 int index = s.indexOf("$");
311 if (index > 0) s = s.substring(index + 1);
/frameworks/av/media/libmedia/
H A DCharacterEncodingDetector.cpp56 status_t CharacterEncodingDetector::getTag(int index, const char **name, const char**value) { argument
57 if (index >= mNames.size()) {
61 *name = mNames.getEntry(index);
62 *value = mValues.getEntry(index);
/frameworks/av/media/libstagefright/
H A DWAVExtractor.cpp119 sp<MediaSource> WAVExtractor::getTrack(size_t index) { argument
120 if (mInitCheck != OK || index > 0) {
130 size_t index, uint32_t /* flags */) {
131 if (mInitCheck != OK || index > 0) {
129 getTrackMetaData( size_t index, uint32_t ) argument
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A DvoAMRWBEnc.c203 Word16 T_op, T_op2, T0, T0_min, T0_max, T0_frac, index; local
857 index = ((T0 << 1) + (T0_frac >> 1) - (PIT_MIN<<1));
860 index = ((T0 - PIT_FR1_8b) + ((PIT_FR1_8b - PIT_MIN)*2));
863 Parm_serial(index, 8, &prms);
884 index = (i << 1) + (T0_frac >> 1);
886 Parm_serial(index, 5, &prms);
906 index = ((T0 << 2) + T0_frac) - (PIT_MIN << 2);
909 index = ((((T0 << 1) + (T0_frac >> 1)) - (PIT_FR2<<1)) + ((PIT_FR2 - PIT_MIN)<<2));
912 index = (((T0 - PIT_FR1_9b) + ((PIT_FR2 - PIT_MIN)<<2)) + ((PIT_FR1_9b - PIT_FR2)<<1));
915 Parm_serial(index,
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DomxVCM4P10_InterpolateLuma_s.s101 index RN 6 label
126 ;// r6 - index
132 index RN 6 label
155 ADD index, idx, idy, LSL #2 ;// [index] = [idy][idx]
165 ;// switch table using motion vector as index
166 M_SWITCH index, L
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s36 ; * [in] blockIndex block index indicating the component type and
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s36 ; * [in] blockIndex block index indicating the component type and
/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.h118 const sp<ARTSPResponse> &response, ssize_t *index) const;
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java217 int index;
221 index = rawInfoArray[i + 1];
222 retArray[j] = index >= 0 ? mStringBlocks[block].get(index) : null;
/frameworks/base/core/java/android/transition/
H A DTransitionSet.java167 * @param index The position of the Transition to retrieve.
171 public Transition getTransitionAt(int index) { argument
172 if (index < 0 || index >= mTransitions.size()) {
175 return mTransitions.get(index);
/frameworks/base/core/java/android/widget/
H A DTableLayout.java161 // column index was defined in the XML file
285 * @param columnIndex the index of the column
308 * @param columnIndex the index of the column
321 * @param columnIndex the index of the column
335 * @param columnIndex the index of the column
348 * @param columnIndex the index of the column
362 * @param columnIndex the index of the column
410 public void addView(View child, int index) { argument
411 super.addView(child, index);
428 public void addView(View child, int index, ViewGrou argument
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLES31Ext.java431 // C function void glEnableiEXT ( GLenum target, GLuint index )
435 int index
438 // C function void glDisableiEXT ( GLenum target, GLuint index )
442 int index
478 // C function void glColorMaskiEXT ( GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a )
481 int index,
488 // C function GLboolean glIsEnablediEXT ( GLenum target, GLuint index )
492 int index
480 glColorMaskiEXT( int index, boolean r, boolean g, boolean b, boolean a ) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackViewTouchHandler.java229 final int index = ev.getActionIndex();
230 mActivePointerId = ev.getPointerId(index);
231 mLastMotionX = (int) ev.getX(index);
232 mLastMotionY = (int) ev.getY(index);
/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsDatabase.java64 * Initialize any directories required and index what stats are available.
266 // Now re-index the new files.
414 final int index = mSortedStatFiles[i].closestIndexOnOrBefore(beginTimeStamp);
416 if (index >= 0 && index < size) {
418 long diff = Math.abs(mSortedStatFiles[i].keyAt(index) - beginTimeStamp);
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
H A DSinkActivity.java452 private void sendString(UsbDeviceConnection conn, int index, String string) { argument
455 UsbAccessoryConstants.ACCESSORY_SEND_STRING, 0, index,
458 mLogger.logError("Failed to send string " + index + ": \"" + string + "\"");
460 mLogger.log("Sent string " + index + ": \"" + string + "\"");
/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.h77 static const char *getVectorAccessor(unsigned index);
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h407 void listLayersLocked(const Vector<String16>& args, size_t& index, String8& result) const;
408 void dumpStatsLocked(const Vector<String16>& args, size_t& index, String8& result) const;
409 void clearStatsLocked(const Vector<String16>& args, size_t& index, String8& result);
410 void dumpAllLocked(const Vector<String16>& args, size_t& index, String8& result) const;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DUiccSmsController.java53 updateMessageOnIccEf(String callingPackage, int index, int status, byte[] pdu) argument
56 index, status, pdu);
60 updateMessageOnIccEfForSubscriber(int subId, String callingPackage, int index, int status, argument
64 return iccSmsIntMgr.updateMessageOnIccEf(callingPackage, index, status, pdu);
/frameworks/rs/cpp/
H A DrsCppStructs.h608 * For complex Elements, this returns the sub-element at a given index.
609 * @param[in] index index of sub-element
612 sp<const Element> getSubElement(uint32_t index);
616 * index.
617 * @param[in] index index of sub-element
620 const char * getSubElementName(uint32_t index);
624 * index.
625 * @param[in] index inde
1343 setVar(uint32_t index, float v) const argument
1346 setVar(uint32_t index, double v) const argument
1349 setVar(uint32_t index, int32_t v) const argument
1352 setVar(uint32_t index, int64_t v) const argument
1355 setVar(uint32_t index, bool v) const argument
[all...]

Completed in 3238 milliseconds

<<21222324252627282930>>