Searched refs:idx (Results 1 - 25 of 106) sorted by relevance

12345

/frameworks/native/include/utils/
H A DStringArray.h44 void erase(int idx);
65 const char* getEntry(int idx) const {
66 return (unsigned(idx) >= unsigned(mCurrent)) ? NULL : mArray[idx];
73 void setEntry(int idx, const char* str);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvlc_encode_inline.h25 Int idx, run, level, j; local
28 idx = 0;
53 RLB->level[idx] = -level;
54 RLB->s[idx] = 1;
55 RLB->run[idx] = run;
57 idx++;
61 RLB->level[idx] = level;
62 RLB->s[idx] = 0;
63 RLB->run[idx] = run;
65 idx
116 Int idx, run, level, j; local
230 Int idx, run, level = 0, j; local
[all...]
H A Dmp4enc_api.cpp190 Int nLayers, idx, i, j; local
603 for (idx = 0; idx < nLayers; idx++)
605 temp_w = video->encParams->LayerWidth[idx];
606 temp_h = video->encParams->LayerHeight[idx];
617 mbsPerSec = (Int)(nTotalMB * video->encParams->LayerFrameRate[idx]);
618 if (mbsPerSec > video->encParams->LayerMaxMbsPerSec[idx]) status = PV_FALSE;
660 for (idx = 0; idx < nTotalM
1080 Int idx, i; local
2965 Int idx, temp_w, temp_h, max = 0, max_width, max_height; local
[all...]
/frameworks/native/libs/utils/
H A DStringArray.cpp74 void StringArray::erase(int idx) { argument
75 if (idx < 0 || idx >= mCurrent)
77 delete[] mArray[idx];
78 if (idx < mCurrent-1) {
79 memmove(&mArray[idx], &mArray[idx+1],
80 (mCurrent-1 - idx) * sizeof(char*));
103 void StringArray::setEntry(int idx, const char* str) { argument
104 if (idx <
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dms_stereo.c65 Word32 idx, shift; local
67 idx = sfb + sfboffs;
69 thrL = sfbThresholdLeft[idx];
70 thrR = sfbThresholdRight[idx];
71 nrgL = sfbEnergyLeft[idx];
72 nrgR = sfbEnergyRight[idx];
85 nrgL = sfbEnergyMid[idx];
86 nrgR = sfbEnergySide[idx];
103 msMask[idx] = 1;
106 for (j=sfbOffset[idx];
[all...]
/frameworks/base/graphics/java/android/renderscript/
H A DProgramFragment.java69 int idx = 0;
72 tmp[idx++] = ProgramParam.INPUT.mID;
73 tmp[idx++] = mInputs[i].getID(mRS);
76 tmp[idx++] = ProgramParam.OUTPUT.mID;
77 tmp[idx++] = mOutputs[i].getID(mRS);
80 tmp[idx++] = ProgramParam.CONSTANT.mID;
81 tmp[idx++] = mConstants[i].getID(mRS);
84 tmp[idx++] = ProgramParam.TEXTURE_TYPE.mID;
85 tmp[idx++] = mTextureTypes[i].mID;
H A DProgramVertex.java128 int idx = 0;
131 tmp[idx++] = ProgramParam.INPUT.mID;
132 tmp[idx++] = mInputs[i].getID(mRS);
135 tmp[idx++] = ProgramParam.OUTPUT.mID;
136 tmp[idx++] = mOutputs[i].getID(mRS);
139 tmp[idx++] = ProgramParam.CONSTANT.mID;
140 tmp[idx++] = mConstants[i].getID(mRS);
143 tmp[idx++] = ProgramParam.TEXTURE_TYPE.mID;
144 tmp[idx++] = mTextureTypes[i].mID;
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dol_ltp.cpp96 idx = 16 bit value specifies the frame index
139 Word16 idx, // i : index
151 *T_op = Pitch_ol(vadSt, mode, wsp, PIT_MIN, PIT_MAX, L_FRAME, idx, dtx);
158 idx, dtx);
163 old_lags, ol_gain_flg, idx, dtx);
168 L_FRAME_BY2, idx, dtx);
210 Word16 idx, /* i : index */
223 *T_op = Pitch_ol(vadSt, mode, wsp, PIT_MIN, PIT_MAX, L_FRAME, idx, dtx,
231 idx, dtx, pOverflow);
236 old_lags, ol_gain_flg, idx, dt
201 ol_ltp( pitchOLWghtState *st, vadState *vadSt, enum Mode mode, Word16 wsp[], Word16 *T_op, Word16 old_lags[], Word16 ol_gain_flg[], Word16 idx, Flag dtx, Flag *pOverflow ) argument
[all...]
H A Dol_ltp.h113 Word16 idx, /* i : index */
H A Dpitch_ol.h110 Word16 idx, /* i : frame index */
/frameworks/rs/
H A DrsDevice.cpp35 for (size_t idx=0; idx < mContexts.size(); idx++) {
36 if (mContexts[idx] == rsc) {
37 mContexts.removeAt(idx);
H A DrsMesh.h72 void setPrimitive(Allocation *idx, RsPrimitive prim, uint32_t index) { argument
73 mIndexBuffers[index].set(idx);
74 mHal.state.indexBuffers[index] = idx;
H A DrsElement.h97 const Element * getField(uint32_t idx) const {return mFields[idx].e.get();}
98 const char * getFieldName(uint32_t idx) const {return mFields[idx].name.string();}
99 uint32_t getFieldArraySize(uint32_t idx) const {return mFields[idx].arraySize;}
/frameworks/support/renderscript/v8/rs_support/
H A DrsDevice.cpp35 for (size_t idx=0; idx < mContexts.size(); idx++) {
36 if (mContexts[idx] == rsc) {
37 mContexts.removeAt(idx);
H A DrsElement.h97 const Element * getField(uint32_t idx) const {return mFields[idx].e.get();}
98 const char * getFieldName(uint32_t idx) const {return mFields[idx].name.string();}
99 uint32_t getFieldArraySize(uint32_t idx) const {return mFields[idx].arraySize;}
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java224 int idx = nativeGetAttributeIndex(mParseState, namespace, name);
225 if (idx >= 0) {
227 + namespace + ":" + name + " index = " + idx);
229 "Namespace=" + getAttributeNamespace(idx)
230 + "Name=" + getAttributeName(idx)
231 + ", Value=" + getAttributeValue(idx));
232 return getAttributeValue(idx);
316 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute);
317 if (idx >= 0) {
318 return getAttributeListValue(idx, option
364 getAttributeListValue(int idx, String[] options, int defaultValue) argument
374 getAttributeBooleanValue(int idx, boolean defaultValue) argument
385 getAttributeResourceValue(int idx, int defaultValue) argument
394 getAttributeIntValue(int idx, int defaultValue) argument
404 getAttributeUnsignedIntValue(int idx, int defaultValue) argument
414 getAttributeFloatValue(int idx, float defaultValue) argument
503 nativeGetAttributeNamespace(int state, int idx) argument
504 nativeGetAttributeName(int state, int idx) argument
505 nativeGetAttributeResource(int state, int idx) argument
506 nativeGetAttributeDataType(int state, int idx) argument
507 nativeGetAttributeData(int state, int idx) argument
508 nativeGetAttributeStringValue(int state, int idx) argument
[all...]
/frameworks/rs/driver/
H A DrsdVertexArray.cpp66 void RsdVertexArray::logAttrib(uint32_t idx, uint32_t slot) const { argument
67 if (idx == 0) {
71 idx, slot,
72 mAttribs[idx].name.string(),
73 mAttribs[idx].buffer,
74 mAttribs[idx].ptr,
75 mAttribs[idx].size,
76 mAttribs[idx].type,
77 mAttribs[idx].stride,
78 mAttribs[idx]
[all...]
/frameworks/base/core/jni/
H A Dandroid_util_XmlBlock.cpp183 jint token, jint idx)
191 return (jint)st->getAttributeNamespaceID(idx);
195 jint token, jint idx)
203 return (jint)st->getAttributeNameID(idx);
207 jint token, jint idx)
215 return (jint)st->getAttributeNameResID(idx);
219 jint token, jint idx)
227 return (jint)st->getAttributeDataType(idx);
231 jint token, jint idx)
239 return (jint)st->getAttributeData(idx);
182 android_content_XmlBlock_nativeGetAttributeNamespace(JNIEnv* env, jobject clazz, jint token, jint idx) argument
194 android_content_XmlBlock_nativeGetAttributeName(JNIEnv* env, jobject clazz, jint token, jint idx) argument
206 android_content_XmlBlock_nativeGetAttributeResource(JNIEnv* env, jobject clazz, jint token, jint idx) argument
218 android_content_XmlBlock_nativeGetAttributeDataType(JNIEnv* env, jobject clazz, jint token, jint idx) argument
230 android_content_XmlBlock_nativeGetAttributeData(JNIEnv* env, jobject clazz, jint token, jint idx) argument
242 android_content_XmlBlock_nativeGetAttributeStringValue(JNIEnv* env, jobject clazz, jint token, jint idx) argument
274 jint idx = (jint)st->indexOfAttribute(ns16, nsLen, name16, nameLen); local
293 ssize_t idx = st->indexOfID(); local
306 ssize_t idx = st->indexOfClass(); local
319 ssize_t idx = st->indexOfStyle(); local
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpvdec_api.cpp72 int idx; local
78 for (idx = 0; idx < nLayers; idx++)
80 decCtrl->volbuf[idx] = volbuf[idx];
81 decCtrl->volbuf_size[idx] = volbuf_size[idx];
145 for (idx = 0; idx < nLayer
529 int idx; local
555 int idx; local
775 int idx; local
882 int idx = -1; local
1042 int idx; local
1251 int idx; local
[all...]
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSExecutable.cpp60 unsigned idx; local
62 idx = 0;
68 var_iter++, idx++) {
73 "object!", idx, name);
79 idx = 0;
85 func_iter++, idx++) {
90 " object!", idx, name);
96 idx = 0;
102 foreach_iter != foreach_end; foreach_iter++, idx++) {
109 "result object!", idx, expanded_func_nam
[all...]
/frameworks/base/media/libdrm/mobile1/src/objmng/
H A Ddrm_file.c65 int idx; local
73 for (idx = 0; idx < strLength; ++idx)
308 int idx; local
313 for (idx = 0; idx < strLength; ++idx)
315 if (ent->d_name[idx] != strData[idx])
[all...]
/frameworks/compile/linkloader/include/impl/
H A DELFSymbol.hxx126 size_t idx = (size_t)getSectionIndex(); local
132 switch (idx) {
138 unsigned section_type = (*header)[idx]->getType();
159 ELFSectionTy const *sec = owner->getSectionByIndex(idx);
215 switch (idx) {
221 rsl_assert((*header)[idx]->getType() == SHT_PROGBITS &&
224 ELFSectionTy const *sec = owner->getSectionByIndex(idx);
244 switch (idx) {
250 rsl_assert(((*header)[idx]->getType() == SHT_PROGBITS ||
251 (*header)[idx]
[all...]
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Ddec_alg_codebook.cpp195 int32 mask, idx; local
204 idx = index & mask;
213 dec_2p_2N1(idx, (int16)(N - 1), j, pos);
216 tmp = N << 1; /* idx = (index >> (2*N)) & mask; */
217 idx = (index >> tmp) & mask;
219 dec_1p_N1(idx, N, offset, pos + 2);
232 int32 mask, idx; local
239 idx = index & mask;
248 dec_2p_2N1(idx, (int16)(N - 1), j, pos);
253 idx
319 int32 idx; local
[all...]
/frameworks/base/include/androidfw/
H A DAssetDir.h53 const String8& getFileName(int idx) { argument
54 return mFileInfo->itemAt(idx).getFileName();
56 const String8& getSourceName(int idx) { argument
57 return mFileInfo->itemAt(idx).getSourceName();
63 FileType getFileType(int idx) { argument
64 return mFileInfo->itemAt(idx).getFileType();
/frameworks/native/opengl/tools/glgen/src/
H A DJniCodeEmitter.java495 int idx = nonPrimitiveArgs.get(i).intValue();
496 int cIndex = jfunc.getArgCIndex(idx);
497 if (jfunc.getArgType(idx).isArray()) {
501 } else if (jfunc.getArgType(idx).isBuffer()) {
847 int idx = nonPrimitiveArgs.get(i).intValue();
848 JType argType = jfunc.getArgType(idx);
973 int idx = nonPrimitiveArgs.get(i).intValue();
974 int cIndex = jfunc.getArgCIndex(idx);
977 if (jfunc.getArgType(idx).isBuffer()
978 || jfunc.getArgType(idx)
[all...]

Completed in 485 milliseconds

12345