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

<<11121314151617181920>>

/frameworks/base/libs/hwui/
H A DProgram.cpp113 ssize_t index = mAttributes.indexOfKey(name); local
114 if (index >= 0) {
115 return mAttributes.valueAt(index);
127 ssize_t index = mUniforms.indexOfKey(name); local
128 if (index >= 0) {
129 return mUniforms.valueAt(index);
/frameworks/base/rs/java/android/renderscript/
H A DFileA3D.java35 * index entries for all the objects stored inside it.
71 * objects inside the file's index. It could be used to query the
85 * Returns the name of a renderscript object the index entry
88 * @return name of a renderscript object the index entry
98 * Returns the type of a renderscript object the index entry
100 * @return type of a renderscript object the index entry
109 * Used to load the object described by the index entry
120 * Used to load the mesh described by the index entry, object
121 * described by the index entry must be a renderscript mesh
154 IndexEntry(RenderScript rs, int index, lon argument
211 getIndexEntry(int index) argument
[all...]
/frameworks/base/test-runner/src/android/test/
H A DTestCaseUtil.java131 int index = name.lastIndexOf(".");
132 if (index > -1) {
133 return name.substring(index + 1);
143 int index = 0;
147 if (index == position) {
150 index++;
/frameworks/wilhelm/src/itf/
H A DIAndroidEffectCapabilities.c44 SLuint32 index, SLInterfaceID *pEffectType, SLInterfaceID *pEffectImplementation,
50 if (index > thiz->mNumFx) {
55 *pEffectType = (SLInterfaceID) &thiz->mFxDescriptors[index].type;
58 *pEffectImplementation = (SLInterfaceID) &thiz->mFxDescriptors[index].uuid;
61 int len = strlen(thiz->mFxDescriptors[index].name);
62 strncpy((char*)pName, thiz->mFxDescriptors[index].name,
43 IAndroidEffectCapabilities_QueryEffect(SLAndroidEffectCapabilitiesItf self, SLuint32 index, SLInterfaceID *pEffectType, SLInterfaceID *pEffectImplementation, SLchar * pName, SLuint16 *pNameSize) argument
/frameworks/av/drm/libdrmframework/plugins/common/util/include/
H A DSessionMap.h82 * returns the session object by the index in the session map table
84 * @param index - index of the value required
86 * @return session object as per the index
88 TValue getValueAt(unsigned int index) { argument
92 if (map.size() > index) {
93 value = map.valueAt(index);
/frameworks/av/include/media/stagefright/timedtext/
H A DTimedTextDriver.h46 status_t selectTrack(size_t index);
47 status_t unselectTrack(size_t index);
93 status_t selectTrack_l(size_t index);
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.h74 OMX_INDEXTYPE index, OMX_PTR param);
79 OMX_INDEXTYPE index, const OMX_PTR param);
82 OMX_INDEXTYPE index, const OMX_PTR params);
202 // Temporal pattern current index
/frameworks/av/media/libstagefright/include/
H A DSoftVideoEncoderOMXComponent.h43 virtual OMX_ERRORTYPE internalSetParameter(OMX_INDEXTYPE index, const OMX_PTR param);
44 virtual OMX_ERRORTYPE internalGetParameter(OMX_INDEXTYPE index, OMX_PTR params);
69 virtual OMX_ERRORTYPE getExtensionIndex(const char *name, OMX_INDEXTYPE *index);
/frameworks/base/core/java/android/hardware/camera2/utils/
H A DArrayUtils.java33 /** Return the index of {@code needle} in the {@code array}, or else {@code -1} */
39 int index = 0;
42 return index;
44 index++;
50 /** Return the index of {@code needle} in the {@code array}, or else {@code -1} */
65 * {@code convertTo} as a one-to-one map (via the index).
95 * {@code convertTo} as a one-to-one map (via the index).
/frameworks/base/location/java/android/location/
H A DAddress.java75 * Returns the largest index currently in use to specify an address line.
83 * Returns a line of the address numbered by the given index
86 * @throws IllegalArgumentException if index < 0
88 public String getAddressLine(int index) { argument
89 if (index < 0) {
90 throw new IllegalArgumentException("index = " + index + " < 0");
92 return mAddressLines == null? null : mAddressLines.get(index);
96 * Sets the line of the address numbered by index (starting at 0) to the
99 * @throws IllegalArgumentException if index <
101 setAddressLine(int index, String line) argument
[all...]
/frameworks/base/media/java/android/media/
H A DEncoderCapabilities.java158 private static native final int native_get_file_format(int index); argument
160 private static native final VideoEncoderCap native_get_video_encoder_cap(int index); argument
162 private static native final AudioEncoderCap native_get_audio_encoder_cap(int index); argument
/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:__anon618
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.h43 bool itemAt(size_t index, AString *uri, sp<AMessage> *meta = NULL);
46 status_t selectTrack(size_t index, bool select);
48 sp<AMessage> getTrackInfo(size_t index) const;
52 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);

Completed in 559 milliseconds

<<11121314151617181920>>