Searched defs:Index (Results 1 - 12 of 12) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
H A DarmCOMM_Bitstream.c171 * Returns : Code Book Index if successfull.
185 OMX_INT Index; local
194 for (Index=0; pCodeBook->codeLen != 0; Index++)
202 return Index;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
H A DarmCOMM_Bitstream.c171 * Returns : Code Book Index if successfull.
185 OMX_INT Index; local
194 for (Index=0; pCodeBook->codeLen != 0; Index++)
202 return Index;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
H A DarmCOMM_Bitstream.c171 * Returns : Code Book Index if successfull.
185 OMX_INT Index; local
194 for (Index=0; pCodeBook->codeLen != 0; Index++)
202 return Index;
/frameworks/compile/slang/
H A Dslang_rs_export_func.cpp146 unsigned Index = 0; local
148 FE = ERT->fields_end(); FI != FE; FI++, Index++) {
152 llvm::Type *T2 = ParamTy->getTypeAtIndex(Index);
160 size_t T2Offset = ParamTySL->getElementOffset(Index);
H A Dslang_rs_reflection_base.cpp214 const char *RSReflectionBase::getVectorAccessor(unsigned Index) { argument
222 slangAssert((Index < (sizeof(VectorAccessorMap) / sizeof(const char*))) &&
225 return VectorAccessorMap[Index];
H A Dslang_rs_metadata_spec_encoder.cpp82 // and encodeRSFunc. Return false if the value of Index indicates failure.
83 inline bool checkReturnIndex(unsigned *Index) { argument
84 if (*Index == 0)
87 (*Index)--;
H A Dslang_rs_export_type.cpp1446 unsigned int Index = 0; local
1451 FI++, Index++) {
1468 static_cast<size_t>(RL->getFieldOffset(Index) >> 3)));
H A Dslang_rs_reflection.cpp103 static const char *GetVectorAccessor(unsigned Index) { argument
111 slangAssert((Index < (sizeof(VectorAccessorMap) / sizeof(const char*))) &&
114 return VectorAccessorMap[Index];
1342 const char *Index) {
1348 if (Index != NULL)
1349 C.indent() << "if ("RS_TYPE_ITEM_BUFFER_NAME"[" << Index << "] == null) "
1350 RS_TYPE_ITEM_BUFFER_NAME"[" << Index << "] = "
1341 genNewItemBufferIfNull(Context &C, const char *Index) argument
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
H A DLVREV_ApplyNewSettings.c378 LVM_INT32 Index=0; local
408 Index=i;
414 if(RoomSize==LVREV_GainPolyTable[Index][0])
419 Coefs[i-1]=LVREV_GainPolyTable[Index][i];
431 Tot_Dist=LVREV_GainPolyTable[Index][0]-LVREV_GainPolyTable[Index-1][0];
432 Dist=RoomSize-LVREV_GainPolyTable[Index-1][0];
438 Coefs[i-1]=LVREV_GainPolyTable[Index-1][i];
447 Coefs[i-1]=LVREV_GainPolyTable[Index][i];
472 Index
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp458 ElfXX_Word Index; local
460 Index = 0;
462 Index = static_cast<ElfXX_Word>(
465 rel->setSymbolAndType(Index, relocation->type());
500 ElfXX_Word Index; local
502 Index = 0;
504 Index = static_cast<ElfXX_Word>(
507 rel->setSymbolAndType(Index, relocation->type());
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2305 uint64_t Index = Record[OpNum]; local
2306 if ((unsigned)Index != Index)
2308 EXTRACTVALIdx.push_back((unsigned)Index);
2329 uint64_t Index = Record[OpNum]; local
2330 if ((unsigned)Index != Index)
2332 INSERTVALIdx.push_back((unsigned)Index);
2449 unsigned Index = Record[1]; local
2450 I = ExtractValueInst::Create(Op, Index);
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2565 uint64_t Index = Record[OpNum]; local
2566 if ((unsigned)Index != Index)
2568 EXTRACTVALIdx.push_back((unsigned)Index);
2589 uint64_t Index = Record[OpNum]; local
2590 if ((unsigned)Index != Index)
2592 INSERTVALIdx.push_back((unsigned)Index);

Completed in 824 milliseconds