Searched refs:Index (Results 1 - 15 of 15) 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_reflection.cpp120 static const char *GetVectorAccessor(unsigned Index) { argument
127 slangAssert((Index < (sizeof(VectorAccessorMap) / sizeof(const char *))) &&
130 return VectorAccessorMap[Index];
786 size_t Index = 0; local
788 BI != EI; BI++, ++Index) {
791 genTypeCheck(*BI, ("ain_" + Ins[Index]->getName()).str().c_str());
1389 void RSReflectionJava::genNewItemBufferIfNull(const char *Index) { argument
1393 if (Index != nullptr) {
1394 mOut.indent() << "if (" << RS_TYPE_ITEM_BUFFER_NAME << "[" << Index local
1396 mOut << RS_TYPE_ITEM_BUFFER_NAME << "[" << Index << "]
[all...]
H A Dslang_rs_reflection.h233 void genNewItemBufferIfNull(const char *Index);
H A Dslang_rs_reflection_cpp.cpp930 const char *RSReflectionCpp::getVectorAccessor(unsigned Index) { argument
937 slangAssert((Index < (sizeof(VectorAccessorMap) / sizeof(const char *))) &&
940 return VectorAccessorMap[Index];
H A Dslang_rs_export_type.cpp1466 unsigned int Index = 0; local
1471 FI++, Index++) {
1487 static_cast<size_t>(RL->getFieldOffset(Index) >> 3)));
/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/rs/api/
H A Drs_for_each.spec166 summary: Index in the Array0 dimension for the specified context
193 summary: Index in the Array1 dimension for the specified context
206 summary: Index in the Array2 dimension for the specified context
220 summary: Index in the Array3 dimension for the specified context
382 summary: Index in the Levels of Detail dimension for the specified context
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp851 for (size_t Index = 0; Index < NumInputs; ++Index) {
852 llvm::Value *InPtr = Builder.CreateGEP(InBasePtrs[Index], Offset);
855 if (llvm::Value *TemporarySlot = InStructTempSlots[Index]) {
/frameworks/rs/cpu_ref/
H A DrsCpuScript.cpp553 for (int Index = inLen; --Index >= 1;) {
554 if (!ain0->hasSameDims(ains[Index])) {
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp204 /// MAttributes - The set of attributes by index. Index zero in the
2749 uint64_t Index = Record[OpNum]; local
2750 if ((unsigned)Index != Index)
2752 EXTRACTVALIdx.push_back((unsigned)Index);
2773 uint64_t Index = Record[OpNum]; local
2774 if ((unsigned)Index != Index)
2776 INSERTVALIdx.push_back((unsigned)Index);
2893 unsigned Index local
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp447 /// MAttributes - The set of attributes by index. Index zero in the
3011 uint64_t Index = Record[OpNum]; local
3012 if ((unsigned)Index != Index)
3014 EXTRACTVALIdx.push_back((unsigned)Index);
3035 uint64_t Index = Record[OpNum]; local
3036 if ((unsigned)Index != Index)
3038 INSERTVALIdx.push_back((unsigned)Index);
/frameworks/base/docs/html/guide/
H A Dguide_toc.cs412 <span class="en">Index</span>

Completed in 500 milliseconds