Searched refs:index (Results 276 - 300 of 1076) sorted by relevance

<<11121314151617181920>>

/frameworks/base/media/jni/
H A Dandroid_media_MediaExtractor.h48 status_t getTrackFormat(size_t index, jobject *format) const;
52 status_t selectTrack(size_t index);
53 status_t unselectTrack(size_t index);
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSgTransform.java65 public void setTransform(int index, Float4 value, TransformType type) { argument
66 mTransformData.transforms[index] = value;
67 mTransformData.transformTypes[index] = type.mID;
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DLineVerifierElem.java87 final int index = mExpectedLineList.indexOf(line);
88 if (index >= 0) {
89 mExpectedLineList.remove(index);
/frameworks/av/camera/
H A DVendorTagDescriptor.cpp121 // Set up tag to section index map
122 ssize_t index = sections.indexOf(sectionString); local
123 LOG_ALWAYS_FATAL_IF(index < 0, "index %zd must be non-negative", index);
124 desc->mTagToSectionMap.add(tag, static_cast<uint32_t>(index));
168 ALOGE("%s: could not read tag id from parcel for index %d", __FUNCTION__, i);
193 ALOGE("%s: could not read section index for tag %d.", __FUNCTION__, tag);
268 ssize_t index = mTagToSectionMap.indexOfKey(tag);
269 if (index <
[all...]
/frameworks/av/include/media/
H A DCharacterEncodingDetector.h40 status_t getTag(int index, const char **name, const char**value);
H A DEffectsFactoryApi.h42 // reset the index of the effect descriptor returned by next call to
82 int EffectQueryEffect(uint32_t index, effect_descriptor_t *pDescriptor);
/frameworks/av/media/libeffects/testlibs/
H A DAudioCoefInterpolator.h32 // Access to values are done by specifying input values in table index units,
33 // having an integer and a fractional part, e.g. retrieving a value from index
34 // 1.4 will result in linear interpolation between index 1 and index 2.
79 // index The linear integer index of the value we need to interpolate.
86 void getCoefRecurse(size_t index, const uint32_t fracCoord[],
/frameworks/av/media/libnbaio/
H A DSourceAudioBufferProvider.cpp35 ssize_t index = source->negotiate(NULL, 0, counterOffers, numCounterOffers); local
36 ALOG_ASSERT(index == (ssize_t) NEGOTIATE && numCounterOffers > 0);
38 index = source->negotiate(counterOffers, 1, NULL, numCounterOffers);
39 ALOG_ASSERT(index == 0);
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dd_plsf.h188 Word16 index /* i : past_rq_init[] index [0, 7] */
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DDecTestBench.c489 u32 index; local
500 index = 0;
510 byte = stream[index++];
511 } while (byte != 1 && index < maxIndex);
514 if (index == maxIndex || index < 3)
523 stream += index;
524 maxIndex -= index;
525 index = 0;
534 byte = stream[index
[all...]
H A Dh264bsd_neighbour.h58 u8 index; member in struct:__anon615
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.h42 bool itemAt(size_t index, AString *uri, sp<AMessage> *meta = NULL);
45 status_t selectTrack(size_t index, bool select);
47 sp<AMessage> getTrackInfo(size_t index) const;
50 bool getTypeURI(size_t index, const char *key, AString *uri) const;
/frameworks/av/media/libstagefright/omx/
H A DSoftOMXPlugin.h41 OMX_U32 index);
/frameworks/av/media/libstagefright/rtsp/
H A DAPacketSource.h30 APacketSource(const sp<ASessionDescription> &sessionDesc, size_t index);
/frameworks/base/core/java/android/os/
H A DRemoteCallbackList.java262 * @param index Which of the registered callbacks you would like to
270 public E getBroadcastItem(int index) { argument
271 return ((Callback)mActiveBroadcast[index]).mCallback;
280 public Object getBroadcastCookie(int index) { argument
281 return ((Callback)mActiveBroadcast[index]).mCookie;
/frameworks/base/core/java/android/view/
H A DInputEventReceiver.java147 int index = mSeqMap.indexOfKey(event.getSequenceNumber());
148 if (index < 0) {
151 int seq = mSeqMap.valueAt(index);
152 mSeqMap.removeAt(index);
H A DInputQueue.java104 int index = mActiveEventArray.indexOfKey(id);
105 if (index >= 0) {
106 ActiveInputEvent e = mActiveEventArray.valueAt(index);
107 mActiveEventArray.removeAt(index);
/frameworks/base/core/java/android/widget/
H A DEditText.java98 public void setSelection(int index) { argument
99 Selection.setSelection(getText(), index);
112 public void extendSelection(int index) { argument
113 Selection.extendSelection(getText(), index);
/frameworks/base/core/tests/coretests/src/android/util/
H A DLongSparseLongArrayTest.java88 final int index = r.nextInt(map.size());
89 final long key = getKeyAtIndex(map, index);
104 private static <E> E getKeyAtIndex(Map<E, ?> map, int index) { argument
106 for (int i = 0; i < index; i++) {
/frameworks/base/libs/hwui/
H A DRenderBufferCache.cpp114 ssize_t index = mCache.indexOf(entry); local
116 if (index >= 0) {
117 entry = mCache.itemAt(index);
118 mCache.removeAt(index);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSplitClockView.java83 int index = getAmPmPartEndIndex(formatString);
86 if (index == -1) {
90 timeString = formatString.substring(0, index);
91 amPmString = formatString.substring(index);
100 * @return the index where the AM/PM part starts at the end in {@code formatString} including
123 // If we have AM/PM at all, return last index, or -1 to indicate that it's not
/frameworks/base/tools/aidl/
H A Dgenerate_java.h25 Variable* Get(int index);
/frameworks/ex/common/java/com/android/common/
H A DRfc822Validator.java163 int index = text.indexOf('@');
164 if (index < 0) {
171 String fix = removeIllegalCharacters(text.substring(0, index));
177 String domain = removeIllegalCharacters(text.substring(index + 1));
/frameworks/native/include/media/hardware/
H A DOMXPluginBase.h46 OMX_U32 index) = 0;
/frameworks/native/opengl/tools/glgen/src/
H A DCFunc.java86 public String getArgName(int index) { argument
87 return argNames.get(index);
90 public CType getArgType(int index) { argument
91 return argTypes.get(index);

Completed in 568 milliseconds

<<11121314151617181920>>