Home
last modified time | relevance | path

Searched refs:Index (Results 1 – 25 of 43) sorted by relevance

12

/frameworks/base/core/java/android/view/
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.SYNC_QUEUED,
[all …]
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_ApplyNewSettings.c378 LVM_INT32 Index=0; in LVREV_ApplyNewSettings() local
408 Index=i; in LVREV_ApplyNewSettings()
414 if(RoomSize==LVREV_GainPolyTable[Index][0]) in LVREV_ApplyNewSettings()
419 Coefs[i-1]=LVREV_GainPolyTable[Index][i]; in LVREV_ApplyNewSettings()
431 Tot_Dist=LVREV_GainPolyTable[Index][0]-LVREV_GainPolyTable[Index-1][0]; in LVREV_ApplyNewSettings()
432 Dist=RoomSize-LVREV_GainPolyTable[Index-1][0]; in LVREV_ApplyNewSettings()
438 Coefs[i-1]=LVREV_GainPolyTable[Index-1][i]; in LVREV_ApplyNewSettings()
447 Coefs[i-1]=LVREV_GainPolyTable[Index][i]; in LVREV_ApplyNewSettings()
472 Index=((32767*100)/(100+pPrivate->NewParams.Level)); in LVREV_ApplyNewSettings()
473 pPrivate->Gain=(LVM_INT16)((pPrivate->Gain*Index)>>15); in LVREV_ApplyNewSettings()
[all …]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
DarmCOMM_Bitstream.c200 OMX_INT Index; in armUnPackVLC32() local
209 for (Index=0; pCodeBook->codeLen != 0; Index++) in armUnPackVLC32()
217 return Index; in armUnPackVLC32()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
DarmCOMM_Bitstream.c200 OMX_INT Index; in armUnPackVLC32() local
209 for (Index=0; pCodeBook->codeLen != 0; Index++) in armUnPackVLC32()
217 return Index; in armUnPackVLC32()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
DarmCOMM_Bitstream.c200 OMX_INT Index; in armUnPackVLC32() local
209 for (Index=0; pCodeBook->codeLen != 0; Index++) in armUnPackVLC32()
217 return Index; in armUnPackVLC32()
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dremote_method_type.h51 template <std::size_t Index>
52 using Method = typename std::tuple_element<Index, Methods>::type;
56 return ElementForType<MethodType, MethodTypes...>::Index; in MethodIndex()
Dfunction_traits.h34 template <std::size_t Index>
35 using Arg = typename std::tuple_element<Index, Args>::type;
Dserialization.h68 struct Index {}; struct
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<0>) {}
[all …]
Dthread_local_buffer.h18 template <typename T, std::size_t Index>
26 template <std::size_t Index>
Dserializable.h60 template <std::size_t Index>
61 using At = typename std::tuple_element<Index, Members>::type;
Denumeration.h20 static constexpr std::size_t Index = I; member
Dremote_method.h109 template <std::size_t... Index>
110 Return InvokeHelper(IndexSequence<Index...>) {
113 std::get<Index>(std::forward<ArgsTupleType>(parameters_))...));
/frameworks/compile/slang/
Dslang_rs_export_func.cpp143 unsigned Index = 0; in checkParameterPacketType() local
145 FE = ERT->fields_end(); FI != FE; FI++, Index++) { in checkParameterPacketType()
149 llvm::Type *T2 = ParamTy->getTypeAtIndex(Index); in checkParameterPacketType()
157 size_t T2Offset = ParamTySL->getElementOffset(Index); in checkParameterPacketType()
Dslang_rs_reflection.cpp123 static const char *GetVectorAccessor(unsigned Index) { in GetVectorAccessor() argument
130 slangAssert((Index < (sizeof(VectorAccessorMap) / sizeof(const char *))) && in GetVectorAccessor()
133 return VectorAccessorMap[Index]; in GetVectorAccessor()
950 size_t Index = 0; in genExportForEach() local
952 BI != EI; BI++, ++Index) { in genExportForEach()
955 genTypeCheck(*BI, ("ain_" + Ins[Index]->getName()).str().c_str()); in genExportForEach()
2092 void RSReflectionJava::genNewItemBufferIfNull(const char *Index) { in genNewItemBufferIfNull() argument
2096 if (Index != nullptr) { in genNewItemBufferIfNull()
2097 mOut.indent() << "if (" << RS_TYPE_ITEM_BUFFER_NAME << "[" << Index in genNewItemBufferIfNull()
2099 mOut << RS_TYPE_ITEM_BUFFER_NAME << "[" << Index << "] = new " in genNewItemBufferIfNull()
/frameworks/av/media/libstagefright/codec2/include/
DC2ParamDef.h226 (_type::typeIndex & T::Index::kDirUndefined) != T::Index::kDirUndefined); \
378 private C2StructCheck<S, BaseIndex, T::indexFlags | T::Index::kDirUndefined> {
396 public C2StructCheck<S, BaseIndex, T::indexFlags | T::Index::kDirInput> {
407 public C2StructCheck<S, BaseIndex, T::indexFlags | T::Index::kDirOutput> {
459 public C2FlexStructCheck<S, BaseIndex, T::indexFlags | T::Index::kDirInput> {
475 public C2FlexStructCheck<S, BaseIndex, T::indexFlags | T::Index::kDirOutput> {
513 T::indexFlags | T::Index::kStreamFlag | T::Index::kDirUndefined> {
536 T::indexFlags | T::Index::kStreamFlag | T::Type::kDirInput> {
552 T::indexFlags | T::Index::kStreamFlag | T::Type::kDirOutput> {
590 T::indexFlags | T::Index::kStreamFlag | T::Index::kDirUndefined> {
[all …]
DC2Component.h134 const std::vector<C2Param::Index> &heapParamIndices,
494 virtual const std::vector<C2Param::Index> getParsedParams() const = 0;
635 const std::vector<C2Param::Index> &heapParamIndices,
DC2Param.h250 struct Index : public Type { struct
255 inline Index(uint32_t index) : Type(index) { } in Index() argument
258 inline Index(uint64_t index) = delete;
418 inline C2Param(uint32_t paramSize, Index paramIndex) in C2Param()
427 inline C2Param(uint32_t paramSize, Index paramIndex, unsigned stream) in C2Param()
429 _mIndex(paramIndex | Index::makeStreamId(stream)) { in C2Param()
452 Index _mIndex;
600 C2Param::Index _mIndex;
/frameworks/rs/rsov/compiler/
DWrapper.cpp103 Instruction *Index = nullptr; in AddWrapper() local
162 Index = b.MakeIAdd(UIntTy, NumCellsFromYZ, XValue); in AddWrapper()
163 Blk->addInstruction(Index); in AddWrapper()
178 b.MakeAccessChain(PtrTy, inputBuffer, {ConstZero, Index}); in AddWrapper()
208 b.MakeAccessChain(resultPtrType, OutputBuffer, {ConstZero, Index}); in AddWrapper()
223 if (Index != nullptr) { in AddWrapper()
/frameworks/rs/rsov/compiler/spirit/
Dbuilder_test.cpp143 auto Index = b.MakeIAdd(UIntTy, OffsetY, XValue); in TEST() local
144 Blk->addInstruction(Index); in TEST()
147 auto Ptr = b.MakeAccessChain(VF4PtrTy, InputBuffer, {ConstZero, Index}); in TEST()
161 auto OutPtr = b.MakeAccessChain(VF4PtrTy, OutputBuffer, {ConstZero, Index}); in TEST()
/frameworks/native/libs/binder/include/binder/
DSafeInterface.h335 template <size_t Index, typename T, typename U>
338 using FirstT = typename std::tuple_element<Index, T>::type;
340 using FirstU = typename std::tuple_element<Index, U>::type;
358 template <size_t Index>
359 static constexpr typename std::enable_if<(Index < sizeof...(Args)), bool>::type
361 if (!DecayedElementsMatch<Index, std::tuple<Args...>, std::tuple<Params...>>::value) {
364 return elementsMatch<Index + 1>();
366 template <size_t Index>
367 static constexpr typename std::enable_if<(Index >= sizeof...(Args)), bool>::type
/frameworks/rs/cpu_ref/
DrsCpuScript.cpp574 for (int Index = inLen; --Index >= 1;) { in reduceMtlsSetup() local
575 if (!ain0->hasSameDims(ains[Index])) { in reduceMtlsSetup()
658 for (int Index = inLen; --Index >= 1;) { in forEachMtlsSetup() local
659 if (!ain0->hasSameDims(ains[Index])) { in forEachMtlsSetup()
/frameworks/rs/script_api/
Drs_for_each.spec236 summary: Index in the Array0 dimension for the specified kernel context
262 summary: Index in the Array1 dimension for the specified kernel context
275 summary: Index in the Array2 dimension for the specified kernel context
289 summary: Index in the Array3 dimension for the specified kernel context
/frameworks/compile/libbcc/lib/
DRSKernelExpand.cpp732 for (size_t Index = 0; Index < NumInputs; ++Index) { in ExpandInputsBody() local
736 InPtr = Builder.CreateInBoundsGEP(InBufPtrs[Index], Offset); in ExpandInputsBody()
742 llvm::Type *InTy = InTypes[Index]; in ExpandInputsBody()
745 InPtr = Builder.CreateInBoundsGEP(InBufPtrs[Index], OffsetInBytes); in ExpandInputsBody()
756 if (llvm::Value *TemporarySlot = InStructTempSlots[Index]) { in ExpandInputsBody()
/frameworks/rs/script_api/include/
Drs_object_info.rsh252 * index: Index of the sub-element to return.
270 * index: Index of the sub-element.
304 * index: Index of the sub-element.
323 * index: Index of the sub-element.
343 * index: Index of the sub-element.
Drs_for_each.rsh207 * rsGetArray0: Index in the Array0 dimension for the specified kernel context
233 * rsGetArray1: Index in the Array1 dimension for the specified kernel context
246 * rsGetArray2: Index in the Array2 dimension for the specified kernel context
260 * rsGetArray3: Index in the Array3 dimension for the specified kernel context
421 * rsGetLod: Index in the Levels of Detail dimension for the specified kernel context

12