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

/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Denumeration.h20 static constexpr std::size_t Index = I; member in struct:android::pdx::rpc::detail::IndexedElement
H A Dserialization.h68 struct Index {}; struct in namespace:android::pdx::rpc
405 inline std::size_t GetTupleSize(const std::tuple<T...>&, Index<0>) {
411 inline std::size_t GetTupleSize(const std::tuple<T...>& tuple, Index<index>) {
412 return GetTupleSize(tuple, Index<index - 1>()) +
421 GetTupleSize(tuple, Index<sizeof...(T)>());
427 inline std::size_t GetMemberSize(const T&, Index<0>) {
433 inline std::size_t GetMemberSize(const T& object, Index<index>) {
434 return GetMemberSize<Members>(object, Index<index - 1>()) +
442 return GetMemberSize<Members>(object, Index<Members::MemberCount>());
1032 Index<
[all...]
/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_cpp.cpp986 const char *RSReflectionCpp::getVectorAccessor(unsigned Index) { argument
993 slangAssert((Index < (sizeof(VectorAccessorMap) / sizeof(const char *))) &&
996 return VectorAccessorMap[Index];
H A Dslang_rs_export_type.cpp1514 unsigned int Index = 0; local
1519 FI++, Index++) {
1538 static_cast<size_t>(RL->getFieldOffset(Index) >> 3)));
H A Dslang_rs_reflection.cpp123 static const char *GetVectorAccessor(unsigned Index) { argument
130 slangAssert((Index < (sizeof(VectorAccessorMap) / sizeof(const char *))) &&
133 return VectorAccessorMap[Index];
950 size_t Index = 0; local
952 BI != EI; BI++, ++Index) {
955 genTypeCheck(*BI, ("ain_" + Ins[Index]->getName()).str().c_str());
2092 void RSReflectionJava::genNewItemBufferIfNull(const char *Index) { argument
2096 if (Index != nullptr) {
2097 mOut.indent() << "if (" << RS_TYPE_ITEM_BUFFER_NAME << "[" << Index local
2099 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/base/core/java/android/view/
H A DFrameMetrics.java190 Index.FLAGS,
191 Index.INTENDED_VSYNC,
192 Index.VSYNC,
193 Index.OLDEST_INPUT_EVENT,
194 Index.NEWEST_INPUT_EVENT,
195 Index.HANDLE_INPUT_START,
196 Index.ANIMATION_START,
197 Index.PERFORM_TRAVERSALS_START,
198 Index.DRAW_START,
199 Index
206 private @interface Index { interface in class:FrameMetrics
[all...]
/frameworks/rs/rsov/compiler/spirit/
H A Dbuilder_test.cpp143 auto Index = b.MakeIAdd(UIntTy, OffsetY, XValue); local
144 Blk->addInstruction(Index);
147 auto Ptr = b.MakeAccessChain(VF4PtrTy, InputBuffer, {ConstZero, Index});
161 auto OutPtr = b.MakeAccessChain(VF4PtrTy, OutputBuffer, {ConstZero, Index});
/frameworks/av/media/libstagefright/codec2/include/
H A DC2Param.h250 struct Index : public Type { struct in inherits:Type
255 inline Index(uint32_t index) : Type(index) { } function in struct:Index
258 inline Index(uint64_t index) = delete;
309 // public getters for Index methods
418 inline C2Param(uint32_t paramSize, Index paramIndex)
427 inline C2Param(uint32_t paramSize, Index paramIndex, unsigned stream)
429 _mIndex(paramIndex | Index::makeStreamId(stream)) {
452 Index _mIndex;
600 C2Param::Index _mIndex;
/frameworks/rs/rsov/compiler/
H A DWrapper.cpp103 Instruction *Index = nullptr; local
162 Index = b.MakeIAdd(UIntTy, NumCellsFromYZ, XValue);
163 Blk->addInstruction(Index);
178 b.MakeAccessChain(PtrTy, inputBuffer, {ConstZero, Index});
208 b.MakeAccessChain(resultPtrType, OutputBuffer, {ConstZero, Index});
223 if (Index != nullptr) {
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp204 /// MAttributes - The set of attributes by index. Index zero in the
2761 uint64_t Index = Record[OpNum]; local
2762 if ((unsigned)Index != Index)
2764 EXTRACTVALIdx.push_back((unsigned)Index);
2785 uint64_t Index = Record[OpNum]; local
2786 if ((unsigned)Index != Index)
2788 INSERTVALIdx.push_back((unsigned)Index);
2905 unsigned Index local
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp446 /// MAttributes - The set of attributes by index. Index zero in the
3022 uint64_t Index = Record[OpNum]; local
3023 if ((unsigned)Index != Index)
3025 EXTRACTVALIdx.push_back((unsigned)Index);
3046 uint64_t Index = Record[OpNum]; local
3047 if ((unsigned)Index != Index)
3049 INSERTVALIdx.push_back((unsigned)Index);

Completed in 1683 milliseconds