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

/frameworks/base/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/base/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/base/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/libbcc/lib/Disassembler/
H A DDisassembler.cpp112 uint64_t Index; local
114 for (Index = 0; Index < FuncSize; Index += Size) {
117 if (Disassmbler->getInstruction(Inst, Size, *BufferMObj, Index,
121 OS.write_hex((uint32_t)Func + Index);
123 OS.write_hex(*(uint32_t *)(Func + 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_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.cpp1279 unsigned int Index = 0; local
1284 FI++, Index++) {
1301 static_cast<size_t>(RL->getFieldOffset(Index) >> 3)));
H A Dslang_rs_reflection.cpp262 static const char *GetVectorAccessor(unsigned Index) { argument
270 slangAssert((Index < (sizeof(VectorAccessorMap) / sizeof(const char*))) &&
273 return VectorAccessorMap[Index];
1575 const char *Index) {
1581 if (Index != NULL)
1582 C.indent() << "if ("RS_TYPE_ITEM_BUFFER_NAME"[" << Index << "] == null) "
1583 RS_TYPE_ITEM_BUFFER_NAME"[" << Index << "] = "
1574 genNewItemBufferIfNull(Context &C, const char *Index) argument
/frameworks/base/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.cpp438 // to index ~0. Index 0 is used for return value attributes but used to be
2235 uint64_t Index = Record[OpNum]; local
2236 if ((unsigned)Index != Index)
2238 EXTRACTVALIdx.push_back((unsigned)Index);
2259 uint64_t Index = Record[OpNum]; local
2260 if ((unsigned)Index != Index)
2262 INSERTVALIdx.push_back((unsigned)Index);
2379 unsigned Index local
[all...]

Completed in 245 milliseconds