Home
last modified time | relevance | path

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

1234

/frameworks/base/core/java/android/view/
DFrameMetrics.java191 Index.FLAGS,
192 Index.INTENDED_VSYNC,
193 Index.VSYNC,
194 Index.OLDEST_INPUT_EVENT,
195 Index.NEWEST_INPUT_EVENT,
196 Index.HANDLE_INPUT_START,
197 Index.ANIMATION_START,
198 Index.PERFORM_TRAVERSALS_START,
199 Index.DRAW_START,
200 Index.SYNC_QUEUED,
[all …]
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/automation/
DFrameTimingStats.java28 Index.FLAGS,
29 Index.INTENDED_VSYNC,
30 Index.VSYNC,
31 Index.OLDEST_INPUT_EVENT,
32 Index.NEWEST_INPUT_EVENT,
33 Index.HANDLE_INPUT_START,
34 Index.ANIMATION_START,
35 Index.PERFORM_TRAVERSALS_START,
36 Index.DRAW_START,
37 Index.SYNC_QUEUED,
[all …]
/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.h113 std::set<C2Param::Index> mSupportedIndices; ///< indices supported by the component
114 std::set<C2Param::Index> mSubscribedIndices; ///< indices to subscribe to
127 std::map<C2Param::Index, std::unique_ptr<C2Param>> mCurrentConfig;
135 std::map<C2Param::Index, LocalParamValidator> mLocalParams;
159 C2Param::Index index = T::PARAM_TYPE;
263 const C2Param *getConfigParameterValue(C2Param::Index index) const;
292 Watcher(C2Param::Index index, const CCodecConfig *parent) in Watcher()
301 C2Param::Index mIndex;
308 Watcher<T> watch(C2Param::Index index = T::PARAM_TYPE) const {
324 const std::vector<C2Param::Index> &indices,
DReflectedParamUpdater.h98 C2Param::Index(T::PARAM_TYPE), attrib, name.c_str()),
144 std::string getParamName(C2Param::Index index) const;
156 std::vector<C2Param::Index> *vec /* nonnull */) const;
166 std::vector<C2Param::Index> *vec /* nonnull */) const;
202 std::map<C2Param::Index, std::string> mParamNames;
DReflectedParamUpdater.cpp237 std::string ReflectedParamUpdater::getParamName(C2Param::Index index) const { in getParamName()
250 std::vector<C2Param::Index> *vec /* nonnull */) const { in getParamIndicesFromMessage()
253 std::set<C2Param::Index> indices; in getParamIndicesFromMessage()
259 for (const C2Param::Index &index : indices) { in getParamIndicesFromMessage()
266 std::vector<C2Param::Index> *vec /* nonnull */) const { in getParamIndicesForKeys()
269 std::set<C2Param::Index> indices; in getParamIndicesForKeys()
284 for (const C2Param::Index &index : indices) { in getParamIndicesForKeys()
294 std::map<C2Param::Index, std::unique_ptr<C2Param>*> paramsMap; in updateParamsFromMessage()
488 std::map<C2Param::Index, C2Param *> paramsMap; in getParams()
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceHelper.cpp75 void addDownDependency(C2Param::Index index) { in addDownDependency()
142 const std::vector<C2Param::Index> getDownDependencies() const { in getDownDependencies()
146 C2Param::Index index() const { in index()
169 void setDependencies(std::vector<C2Param::Index> indices, std::vector<ParamRef> refs) { in setDependencies()
248 std::vector<C2Param::Index> mDependencies;
250 … std::vector<C2Param::Index> mDownDependencies; // TODO: this does not work for stream dependencies
264 void C2InterfaceHelper::ParamHelper::addDownDependency(C2Param::Index index) { in addDownDependency()
292 const std::vector<C2Param::Index> C2InterfaceHelper::ParamHelper::getDownDependencies() const { in getDownDependencies()
296 C2Param::Index C2InterfaceHelper::ParamHelper::index() const { in index()
317 std::vector<C2Param::Index> indices, std::vector<ParamRef> refs) { in setDependencies()
[all …]
/frameworks/av/media/codec2/hidl/1.0/utils/
DConfigurable.cpp62 typedef C2Param::Index Index; in query() typedef
63 std::vector<Index> c2heapParamIndices( in query()
64 (Index*)indices.data(), in query()
65 (Index*)indices.data() + indices.size()); in query()
DInputSurfaceConnection.cpp277 const std::vector<C2Param::Index> &indices,
291 const std::vector<C2Param::Index> &heapParamIndices, in queryFromSink()
324 for (const C2Param::Index& index : heapParamIndices) { in queryFromSink()
497 const std::vector<C2Param::Index> &indices, in query()
/frameworks/av/media/codec2/core/include/
DC2Param.h285 struct Index : public Type { struct
290 inline Index(uint32_t index) : Type(index) { } in Index() argument
293 inline Index(const Index &index) = default;
296 inline Index(uint64_t index) = delete;
304 inline Index withStream(unsigned stream) const { in withStream() argument
305 Index ix = mIndex; in withStream()
311 inline Index withPort(bool output) const { in withPort() argument
312 Index ix = mIndex; in withPort()
317 DEFINE_FIELD_BASED_COMPARISON_OPERATORS(Index, mIndex)
546 inline C2Param(uint32_t paramSize, Index paramIndex) in C2Param()
[all …]
DC2ParamDef.h217 (_Type::PARAM_TYPE & T::Index::DIR_UNDEFINED) != T::Index::DIR_UNDEFINED); \
379 private _C2StructCheck<S, ParamIndex, T::PARAM_KIND | T::Index::DIR_UNDEFINED> {
398 public _C2StructCheck<S, ParamIndex, T::PARAM_KIND | T::Index::DIR_INPUT> {
410 public _C2StructCheck<S, ParamIndex, T::PARAM_KIND | T::Index::DIR_OUTPUT> {
464 public _C2FlexStructCheck<S, ParamIndex, T::PARAM_KIND | T::Index::DIR_INPUT> {
480 public _C2FlexStructCheck<S, ParamIndex, T::PARAM_KIND | T::Index::DIR_OUTPUT> {
519 T::PARAM_KIND | T::Index::IS_STREAM_FLAG | T::Index::DIR_UNDEFINED> {
543 T::PARAM_KIND | T::Index::IS_STREAM_FLAG | T::Type::DIR_INPUT> {
561 T::PARAM_KIND | T::Index::IS_STREAM_FLAG | T::Type::DIR_OUTPUT> {
602 T::PARAM_KIND | T::Index::IS_STREAM_FLAG | T::Index::DIR_UNDEFINED> {
[all …]
DC2Component.h157 const std::vector<C2Param::Index> &heapParamIndices,
698 virtual const std::vector<C2Param::Index> getParsedParams() const = 0;
881 const std::vector<C2Param::Index> &heapParamIndices,
/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()
/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
407 inline std::size_t GetTupleSize(const std::tuple<T...>&, Index<0>) {
413 inline std::size_t GetTupleSize(const std::tuple<T...>& tuple, Index<index>) {
414 return GetTupleSize(tuple, Index<index - 1>()) +
423 GetTupleSize(tuple, Index<sizeof...(T)>());
429 inline std::size_t GetMemberSize(const T&, Index<0>) {
435 inline std::size_t GetMemberSize(const T& object, Index<index>) {
436 return GetMemberSize<Members>(object, Index<index - 1>()) +
444 return GetMemberSize<Members>(object, Index<Members::MemberCount>());
1034 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
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_ApplyNewSettings.cpp381 LVM_INT32 Index=0; in LVREV_ApplyNewSettings() local
412 Index = i; in LVREV_ApplyNewSettings()
417 if(RoomSize == LVREV_GainPolyTable[Index][0]) in LVREV_ApplyNewSettings()
422 Coefs[i-1] = LVREV_GainPolyTable[Index][i]; in LVREV_ApplyNewSettings()
434 Tot_Dist = (LVM_UINT32)LVREV_GainPolyTable[Index][0] - \ in LVREV_ApplyNewSettings()
435 (LVM_UINT32)LVREV_GainPolyTable[Index-1][0]; in LVREV_ApplyNewSettings()
436 Dist = RoomSize - (LVM_UINT32)LVREV_GainPolyTable[Index - 1][0]; in LVREV_ApplyNewSettings()
441 Coefs[i-1] = LVREV_GainPolyTable[Index-1][i]; in LVREV_ApplyNewSettings()
450 Coefs[i-1] = LVREV_GainPolyTable[Index][i]; in LVREV_ApplyNewSettings()
/frameworks/av/media/codec2/vndk/include/util/
DC2InterfaceHelper.h174 C2ParamField makeParamField(C2Param::Index index) const;
238 Field(std::shared_ptr<FieldHelper> helper, C2Param::Index index);
321 const std::vector<C2Param::Index> getDownDependencies() const;
324 void addDownDependency(C2Param::Index index);
336 C2Param::Index index() const;
364 void setDependencies(std::vector<C2Param::Index> indices, std::vector<ParamRef> refs);
572 setDependencies(std::vector<C2Param::Index>{ deps->index()... },
612 setDependencies(std::vector<C2Param::Index>{ deps->index()... },
646 const std::vector<C2Param::Index> &heapParamIndices,
717 size_t getDependencyIndex_l(C2Param::Index ix) const;
DC2Debug-param.h32 std::ostream& operator<<(std::ostream& os, const C2Param::Index &i);
/frameworks/av/media/codec2/vndk/internal/
DC2ParamInternal.h74 C2ParamField CreateParamField(C2Param::Index index, uint32_t offset, uint32_t size) { in CreateParamField()
79 C2ParamField CreateParamField(C2Param::Index index, _C2FieldId field) { in CreateParamField()
/frameworks/native/libs/binder/include/binder/
DSafeInterface.h341 template <size_t Index, typename T, typename U>
344 using FirstT = typename std::tuple_element<Index, T>::type;
346 using FirstU = typename std::tuple_element<Index, U>::type;
364 template <size_t Index>
365 static constexpr typename std::enable_if<(Index < sizeof...(Args)), bool>::type
367 if (!DecayedElementsMatch<Index, std::tuple<Args...>, std::tuple<Params...>>::value) {
370 return elementsMatch<Index + 1>();
372 template <size_t Index>
373 static constexpr typename std::enable_if<(Index >= sizeof...(Args)), bool>::type
/frameworks/rs/cpu_ref/
DrsCpuScript.cpp585 for (int Index = inLen; --Index >= 1;) { in reduceMtlsSetup() local
586 if (!ain0->hasSameDims(ains[Index])) { in reduceMtlsSetup()
669 for (int Index = inLen; --Index >= 1;) { in forEachMtlsSetup() local
670 if (!ain0->hasSameDims(ains[Index])) { in forEachMtlsSetup()
/frameworks/av/media/codec2/sfplugin/tests/
DReflectedParamUpdater_test.cpp155 std::vector<C2Param::Index> indices; in TEST_F()
201 std::vector<C2Param::Index> indices; in TEST_F()
260 std::vector<C2Param::Index> indices; in TEST_F()
329 std::vector<C2Param::Index> indices; in TEST_F()

1234