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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
H A DarmCOMM_Bitstream.c186 * Returns : Code Book Index if successfull.
200 OMX_INT Index; local
209 for (Index=0; pCodeBook->codeLen != 0; Index++)
217 return Index;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
H A DarmCOMM_Bitstream.c186 * Returns : Code Book Index if successfull.
200 OMX_INT Index; local
209 for (Index=0; pCodeBook->codeLen != 0; Index++)
217 return Index;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
H A DarmCOMM_Bitstream.c186 * Returns : Code Book Index if successfull.
200 OMX_INT Index; local
209 for (Index=0; pCodeBook->codeLen != 0; Index++)
217 return Index;
/frameworks/compile/slang/
H A Dslang_rs_export_func.cpp143 unsigned Index = 0; local
145 FE = ERT->fields_end(); FI != FE; FI++, Index++) {
149 llvm::Type *T2 = ParamTy->getTypeAtIndex(Index);
157 size_t T2Offset = ParamTySL->getElementOffset(Index);
H A Dslang_rs_export_type.cpp1427 unsigned int Index = 0; local
1432 FI++, Index++) {
1448 static_cast<size_t>(RL->getFieldOffset(Index) >> 3)));
H A Dslang_rs_reflection_cpp.cpp933 const char *RSReflectionCpp::getVectorAccessor(unsigned Index) { argument
940 slangAssert((Index < (sizeof(VectorAccessorMap) / sizeof(const char *))) &&
943 return VectorAccessorMap[Index];
H A Dslang_rs_reflection.cpp121 static const char *GetVectorAccessor(unsigned Index) { argument
128 slangAssert((Index < (sizeof(VectorAccessorMap) / sizeof(const char *))) &&
131 return VectorAccessorMap[Index];
772 size_t Index = 0; local
774 BI != EI; BI++, ++Index) {
777 genTypeCheck(*BI, ("ain_" + Ins[Index]->getName()).str().c_str());
1375 void RSReflectionJava::genNewItemBufferIfNull(const char *Index) { argument
1379 if (Index != NULL) {
1380 mOut.indent() << "if (" << RS_TYPE_ITEM_BUFFER_NAME << "[" << Index local
1382 mOut << RS_TYPE_ITEM_BUFFER_NAME << "[" << Index << "]
[all...]
/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/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2360 uint64_t Index = Record[OpNum]; local
2361 if ((unsigned)Index != Index)
2363 EXTRACTVALIdx.push_back((unsigned)Index);
2384 uint64_t Index = Record[OpNum]; local
2385 if ((unsigned)Index != Index)
2387 INSERTVALIdx.push_back((unsigned)Index);
2504 unsigned Index = Record[1]; local
2505 I = ExtractValueInst::Create(Op, Index);
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2618 uint64_t Index = Record[OpNum]; local
2619 if ((unsigned)Index != Index)
2621 EXTRACTVALIdx.push_back((unsigned)Index);
2642 uint64_t Index = Record[OpNum]; local
2643 if ((unsigned)Index != Index)
2645 INSERTVALIdx.push_back((unsigned)Index);

Completed in 214 milliseconds