Searched refs:index (Results 176 - 200 of 901) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/include/
H A DMP3Extractor.h37 virtual sp<MediaSource> getTrack(size_t index);
38 virtual sp<MetaData> getTrackMetaData(size_t index, uint32_t flags);
H A DOggExtractor.h37 virtual sp<MediaSource> getTrack(size_t index);
38 virtual sp<MetaData> getTrackMetaData(size_t index, uint32_t flags);
/frameworks/av/media/libstagefright/rtsp/
H A DARTPSession.h36 sp<MediaSource> trackAt(size_t index);
61 bool validateMediaFormat(size_t index, unsigned *port) const;
/frameworks/av/media/mtp/
H A DMtpPacket.h56 uint32_t getParameter(int index) const;
57 void setParameter(int index, uint32_t value);
/frameworks/base/core/java/android/gesture/
H A DGestureUtils.java70 * as a 1D array. The float at index i represents the grayscale
87 * as a 1D array. The float at index i represents the grayscale
139 for (int index = 0; index < count; index++) {
140 final GestureStroke stroke = strokes.get(index);
219 int index = yCeiling * sampleSize + xCeiling;
220 if (sample[index] < 1){
221 sample[index] = 1;
235 int index
[all...]
/frameworks/native/opengl/tools/glgen/src/
H A DJFunc.java76 public String getBufferArgName(int index) { argument
77 return bufferArgNames.get(index);
109 public String getArgName(int index) { argument
110 return argNames.get(index);
113 public JType getArgType(int index) { argument
114 return argTypes.get(index);
117 public int getArgCIndex(int index) { argument
118 return argCIndices.get(index).intValue();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIIccPhoneBook.aidl72 * Update an ADN-like EF record by record index
82 * @param index is 1-based adn record index to be updated
87 String newPhoneNumber, int index,
/frameworks/rs/driver/
H A DrsdFrameBufferObj.h30 void setColorTarget(DrvAllocation *color, uint32_t index) { argument
31 mColorTargets[index] = color;
/frameworks/wilhelm/src/itf/
H A DIMetadataExtraction.c47 SLuint32 index, SLuint32 *pKeySize)
58 index, pKeySize);
72 SLuint32 index, SLuint32 keySize, SLMetadataInfo *pKey)
83 index, keySize, pKey);
97 SLuint32 index, SLuint32 *pValueSize)
108 index, pValueSize);
122 SLuint32 index, SLuint32 valueSize, SLMetadataInfo *pValue)
133 index, valueSize, pValue);
46 IMetadataExtraction_GetKeySize(SLMetadataExtractionItf self, SLuint32 index, SLuint32 *pKeySize) argument
71 IMetadataExtraction_GetKey(SLMetadataExtractionItf self, SLuint32 index, SLuint32 keySize, SLMetadataInfo *pKey) argument
96 IMetadataExtraction_GetValueSize(SLMetadataExtractionItf self, SLuint32 index, SLuint32 *pValueSize) argument
121 IMetadataExtraction_GetValue(SLMetadataExtractionItf self, SLuint32 index, SLuint32 valueSize, SLMetadataInfo *pValue) argument
/frameworks/wilhelm/src/
H A Dsl_entry.c52 SL_API SLresult SLAPIENTRY slQuerySupportedEngineInterfaces(SLuint32 index, argument
57 result = liQuerySupportedInterfaces(index, pInterfaceId, objectIDtoClass(SL_OBJECTID_ENGINE));
H A Dxa_entry.c51 XA_API XAresult XAAPIENTRY xaQuerySupportedEngineInterfaces(XAuint32 index, argument
56 result = liQuerySupportedInterfaces(index, (SLInterfaceID *) pInterfaceId,
/frameworks/base/media/java/android/media/
H A DDecoderCapabilities.java81 private static native final int native_get_video_decoder_type(int index); argument
83 private static native final int native_get_audio_decoder_type(int index); argument
/frameworks/base/media/java/android/mtp/
H A DMtpStorage.java57 * Generates a storage ID for storage of given index.
62 public static int getStorageId(int index) { argument
65 return ((index + 1) << 16) + 1;
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodecList.cpp36 JNIEnv *env, jobject thiz, jint index) {
37 const char *name = MediaCodecList::getInstance()->getCodecName(index);
48 JNIEnv *env, jobject thiz, jint index) {
49 return MediaCodecList::getInstance()->isEncoder(index);
53 JNIEnv *env, jobject thiz, jint index) {
56 MediaCodecList::getInstance()->getSupportedTypes(index, &types);
79 JNIEnv *env, jobject thiz, jint index, jstring type) {
97 index, typeStr, &profileLevels, &colorFormats);
35 android_media_MediaCodecList_getCodecName( JNIEnv *env, jobject thiz, jint index) argument
47 android_media_MediaCodecList_isEncoder( JNIEnv *env, jobject thiz, jint index) argument
52 android_media_MediaCodecList_getSupportedTypes( JNIEnv *env, jobject thiz, jint index) argument
78 android_media_MediaCodecList_getCodecCapabilities( JNIEnv *env, jobject thiz, jint index, jstring type) argument
/frameworks/base/obex/javax/obex/
H A DObexHelper.java166 int index = 0;
173 while (index < headerArray.length) {
174 headerID = 0xFF & headerArray[index];
189 index++;
190 length = 0xFF & headerArray[index];
192 index++;
193 length += 0xFF & headerArray[index];
195 index++;
197 System.arraycopy(headerArray, index, value, 0, length);
219 System.arraycopy(headerArray, index, headerImp
[all...]
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DICalendar.java397 public int index; field in class:ICalendar.ParserState
425 // TODO: use an index into the text, so we can make this a recursive
432 state.index = 0;
474 for (state.index = 0; state.index < len; ++state.index) {
475 c = line.charAt(state.index);
480 String name = line.substring(0, state.index);
528 if (state.index >= line.length() || line.charAt(state.index) !
[all...]
/frameworks/base/core/java/android/view/
H A DInputEventReceiver.java144 int index = mSeqMap.indexOfKey(event.getSequenceNumber());
145 if (index < 0) {
148 int seq = mSeqMap.valueAt(index);
149 mSeqMap.removeAt(index);
/frameworks/base/core/java/android/widget/
H A DEditText.java93 public void setSelection(int index) { argument
94 Selection.setSelection(getText(), index);
107 public void extendSelection(int index) { argument
108 Selection.extendSelection(getText(), index);
/frameworks/base/core/java/com/android/internal/util/
H A DCharSequences.java32 public char charAt(int index) {
33 return (char) bytes[index];
55 * @param start index, inclusive
56 * @param end index, exclusive
65 public char charAt(int index) {
66 return (char) bytes[index + start];
/frameworks/native/opengl/libagl/
H A DBufferObjectManager.cpp91 int32_t index = mBuffers.indexOfKey(t); local
92 if (index >= 0) {
93 buffer_t* bo = mBuffers.valueAt(index);
95 mBuffers.removeItemsAt(index);
/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.h101 SLuint32 index, SLuint32 *pKeySize);
104 SLuint32 index, SLuint32 size, SLMetadataInfo *pKey);
107 SLuint32 index, SLuint32 *pValueSize);
110 SLuint32 index, SLuint32 size, SLMetadataInfo *pValue);
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.h37 OMX_INDEXTYPE index, OMX_PTR params);
40 OMX_INDEXTYPE index, const OMX_PTR params);
42 virtual OMX_ERRORTYPE getConfig(OMX_INDEXTYPE index, OMX_PTR params);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.h39 OMX_INDEXTYPE index, OMX_PTR params);
42 OMX_INDEXTYPE index, const OMX_PTR params);
49 const char *name, OMX_INDEXTYPE *index);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.h39 OMX_INDEXTYPE index, OMX_PTR params);
42 OMX_INDEXTYPE index, const OMX_PTR params);
44 virtual OMX_ERRORTYPE getConfig(OMX_INDEXTYPE index, OMX_PTR params);
/frameworks/av/media/libstagefright/wifi-display/
H A DParameters.cpp78 ssize_t index = mDict.indexOfKey(key); local
80 if (index < 0) {
86 *value = mDict.valueAt(index);

Completed in 1315 milliseconds

1234567891011>>