Searched refs:index (Results 326 - 350 of 901) sorted by relevance

<<11121314151617181920>>

/frameworks/av/media/libstagefright/omx/
H A DSoftOMXPlugin.cpp155 OMX_U32 index) {
156 if (index >= kNumComponents) {
160 strcpy(name, kComponents[index].mName);
152 enumerateComponents( OMX_STRING name, size_t size, OMX_U32 index) argument
/frameworks/base/core/java/android/content/pm/
H A DVerifierDeviceIdentity.java112 int index = encoded.length;
121 encoded[--index] = SEPARATOR;
130 encoded[--index] = alphabet[group];
/frameworks/base/libs/androidfw/
H A DVelocityTracker.cpp250 uint32_t index = idBits.getIndexOfBit(id); local
256 id, positions[index].x, positions[index].y,
320 uint32_t index = pointerIndex[i]; local
321 positions[index].x = event->getHistoricalX(i, h);
322 positions[index].y = event->getHistoricalY(i, h);
329 uint32_t index = pointerIndex[i]; local
330 positions[index].x = event->getX(i);
331 positions[index].y = event->getY(i);
568 uint32_t index
713 uint32_t index = 0; local
884 uint32_t index = oldestIndex; local
[all...]
/frameworks/base/libs/hwui/utils/
H A DSortedListImpl.cpp79 ssize_t index = _indexOrderOf(item, &order); local
80 index = VectorImpl::insertAt(item, order, 1);
81 return index;
/frameworks/native/libs/utils/
H A DCallStack.cpp81 const void* CallStack::operator [] (int index) const {
82 if (index >= int(mCount))
84 return reinterpret_cast<const void*>(mStack[index].absolute_pc);
/frameworks/rs/cpp/
H A DElement.cpp29 sp<const Element> Element::getSubElement(uint32_t index) { argument
33 if (index >= mVisibleElementMap.size()) {
34 mRS->throwError("Illegal sub-element index");
36 return mElements[mVisibleElementMap[index]];
39 const char * Element::getSubElementName(uint32_t index) { argument
43 if (index >= mVisibleElementMap.size()) {
44 mRS->throwError("Illegal sub-element index");
46 return mElementNames[mVisibleElementMap[index]];
49 size_t Element::getSubElementArraySize(uint32_t index) { argument
53 if (index >
59 getSubElementOffsetBytes(uint32_t index) argument
[all...]
/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.cpp98 bool AudioSfDecoder::getPcmFormatKeySize(uint32_t index, uint32_t* pKeySize) { argument
99 if (index >= NB_PCMMETADATA_KEYS) {
102 *pKeySize = strlen(kPcmDecodeMetadataKeys[index]) +1;
109 bool AudioSfDecoder::getPcmFormatKeyName(uint32_t index, uint32_t keySize, char* keyName) { argument
111 if (!getPcmFormatKeySize(index, &actualKeySize)) {
117 strncpy(keyName, kPcmDecodeMetadataKeys[index], actualKeySize);
123 bool AudioSfDecoder::getPcmFormatValueSize(uint32_t index, uint32_t* pValueSize) { argument
124 if (index >= NB_PCMMETADATA_KEYS) {
135 bool AudioSfDecoder::getPcmFormatKeyValue(uint32_t index, uint32_t size, uint32_t* pValue) { argument
137 if (!getPcmFormatValueSize(index,
[all...]
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPreviewController.cpp525 // Set to 1 index below,
526 // as threadProcess first increments the clip index
588 // Set the end cut time of clip index i to toMs
591 // Number of clips to be previewed is from index 0 to i
877 M4OSA_UInt32 index; local
881 for (index = 0; index < mNumberEffects; index++) {
882 if(mEffectsSettings[index].VideoEffectType ==
885 if((mEffectsSettings[index]
960 preparePlayer( void* param, int playerInstance, int index) argument
1027 M4OSA_Int32 index = 0; local
[all...]
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp179 size_t index,
190 msg->setSize("index", index);
202 size_t index,
217 msg->setSize("index", index);
234 status_t MediaCodec::dequeueInputBuffer(size_t *index, int64_t timeoutUs) { argument
244 CHECK(response->findSize("index", index));
250 size_t *index,
178 queueInputBuffer( size_t index, size_t offset, size_t size, int64_t presentationTimeUs, uint32_t flags, AString *errorDetailMsg) argument
201 queueSecureInputBuffer( size_t index, size_t offset, const CryptoPlugin::SubSample *subSamples, size_t numSubSamples, const uint8_t key[16], const uint8_t iv[16], CryptoPlugin::Mode mode, int64_t presentationTimeUs, uint32_t flags, AString *errorDetailMsg) argument
249 dequeueOutputBuffer( size_t *index, size_t *offset, size_t *size, int64_t *presentationTimeUs, uint32_t *flags, int64_t timeoutUs) argument
274 renderOutputBufferAndRelease(size_t index) argument
283 releaseOutputBuffer(size_t index) argument
378 ssize_t index = dequeuePortBuffer(kPortIndexInput); local
406 ssize_t index = dequeuePortBuffer(kPortIndexOutput); local
666 ssize_t index = dequeuePortBuffer(kPortIndexInput); local
1304 size_t index; local
1418 size_t index; local
1465 size_t index = *availBuffers->begin(); local
[all...]
H A DWVMExtractor.cpp95 sp<MediaSource> WVMExtractor::getTrack(size_t index) { argument
99 return mImpl->getTrack(index);
102 sp<MetaData> WVMExtractor::getTrackMetaData(size_t index, uint32_t flags) { argument
106 return mImpl->getTrackMetaData(index, flags);
/frameworks/av/media/libmedia/
H A DAudioParameter.cpp171 status_t AudioParameter::getAt(size_t index, String8& key, String8& value) argument
173 if (mParameters.size() > index) {
174 key = mParameters.keyAt(index);
175 value = mParameters.valueAt(index);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerStreamListener.h34 virtual void queueBuffer(size_t index, size_t size);
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dqua_gain.cpp142 Word16 -- index of quantization.
193 Qua_gain( /* o : index of quantization. */
214 Word16 index = 0; local
327 * error for the quantized gains from the table. The index for the *
364 /* store table index if MSE for this index is lower
369 index = i;
380 p = &table_gain[shl(index, 2, pOverflow)];
399 return index;
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpvamrwbdecoder.cpp327 int16 i, j, i_subfr, index, ind[8], tmp; local
358 /* bfi for all index, bits are not usable */
491 ind[0] = Serial_parm(8, &prms); /* index of 1st ISP subvector */
492 ind[1] = Serial_parm(8, &prms); /* index of 2nd ISP subvector */
493 ind[2] = Serial_parm(6, &prms); /* index of 3rd ISP subvector */
494 ind[3] = Serial_parm(7, &prms); /* index of 4th ISP subvector */
495 ind[4] = Serial_parm(7, &prms); /* index of 5th ISP subvector */
496 ind[5] = Serial_parm(5, &prms); /* index of 6th ISP subvector */
497 ind[6] = Serial_parm(5, &prms); /* index of 7th ISP subvector */
591 index
[all...]
/frameworks/av/media/libstagefright/wifi-display/
H A DParsedMessage.h35 void getRequestField(size_t index, AString *field) const;
/frameworks/base/core/java/android/util/
H A DSparseBooleanArray.java144 * Given an index in the range <code>0...size()-1</code>, returns
145 * the key from the <code>index</code>th key-value mapping that this
148 public int keyAt(int index) { argument
149 return mKeys[index];
153 * Given an index in the range <code>0...size()-1</code>, returns
154 * the value from the <code>index</code>th key-value mapping that this
157 public boolean valueAt(int index) { argument
158 return mValues[index];
162 * Returns the index for which {@link #keyAt} would return the
171 * Returns an index fo
[all...]
/frameworks/base/core/tests/coretests/src/android/os/
H A DIAidlTest.aidl30 inout List<AidlTest.TestParcelable> list, int index);
32 inout List<AidlTest.TestParcelable> list, int index);
/frameworks/base/libs/hwui/
H A DLayerCache.cpp91 ssize_t index = mCache.indexOf(entry); local
93 if (index >= 0) {
94 entry = mCache.itemAt(index);
95 mCache.removeAt(index);
/frameworks/base/test-runner/src/android/test/
H A DTestRunner.java484 int index = className.lastIndexOf('$');
487 if (index >= 0) {
488 className = className.substring(0, index);
489 testName = originalClassName.substring(index + 1);
610 int index = 0;
612 onScreenTestNames[index] = clazz.getName() + "$" + m.getName();
613 index++;
627 int index = 0;
632 testMethods[index] = m;
633 index
[all...]
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DFloat4Param.java97 Log.e(TAG, "Invalid light index.");
100 int index = Integer.parseInt(indexStr);
101 if (index == -1) {
106 if (index >= allLights.size()) {
109 mLight = allLights.get(index);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridgeRenderSession.java118 public Result insertChild(Object parentView, ILayoutPullParser childXml, int index, argument
128 mLastResult = mSession.insertChild((ViewGroup) parentView, childXml, index,
141 public Result moveChild(Object parentView, Object childView, int index, argument
154 mLastResult = mSession.moveChild((ViewGroup) parentView, (View) childView, index,
/frameworks/compile/libbcc/tests/data/src/
H A Dfilm.c29 int main(int index) argument
/frameworks/ex/variablespeed/jni/
H A Ddecode_buffer.h37 int16 GetAtIndex(size_t index);
/frameworks/native/include/utils/
H A DCallStack.h50 const void* operator [] (int index) const;
/frameworks/native/opengl/libagl/
H A DTokenizer.h51 ssize_t _insertTokenAt(uint32_t token, size_t index);

Completed in 209 milliseconds

<<11121314151617181920>>