Home
last modified time | relevance | path

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

1234

/frameworks/base/core/java/android/view/
DFrameMetrics.java212 Index.FLAGS,
213 Index.FRAME_TIMELINE_VSYNC_ID,
214 Index.INTENDED_VSYNC,
215 Index.VSYNC,
216 Index.INPUT_EVENT_ID,
217 Index.HANDLE_INPUT_START,
218 Index.ANIMATION_START,
219 Index.PERFORM_TRAVERSALS_START,
220 Index.DRAW_START,
221 Index.FRAME_DEADLINE,
[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/
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;
175 const C2Param::Index &index,
220 std::map<C2Param::Index, std::string> mParamNames;
DCCodecConfig.h116 std::set<C2Param::Index> mSupportedIndices; ///< indices supported by the component
117 std::set<C2Param::Index> mSubscribedIndices; ///< indices to subscribe to
132 std::map<C2Param::Index, std::unique_ptr<C2Param>> mCurrentConfig;
140 std::map<C2Param::Index, LocalParamValidator> mLocalParams;
172 C2Param::Index index = T::PARAM_TYPE;
276 const C2Param *getConfigParameterValue(C2Param::Index index) const;
310 Watcher(C2Param::Index index, const CCodecConfig *parent) in Watcher()
319 C2Param::Index mIndex;
326 Watcher<T> watch(C2Param::Index index = T::PARAM_TYPE) const {
372 const std::vector<C2Param::Index> &indices,
DReflectedParamUpdater.cpp225 std::string ReflectedParamUpdater::getParamName(C2Param::Index index) const { in getParamName()
238 std::vector<C2Param::Index> *vec /* nonnull */) const { in getParamIndicesFromMessage()
241 std::set<C2Param::Index> indices; in getParamIndicesFromMessage()
247 for (const C2Param::Index &index : indices) { in getParamIndicesFromMessage()
254 std::vector<C2Param::Index> *vec /* nonnull */) const { in getParamIndicesForKeys()
257 std::set<C2Param::Index> indices; in getParamIndicesForKeys()
272 for (const C2Param::Index &index : indices) { in getParamIndicesForKeys()
278 const C2Param::Index &index, in getKeysForParamIndex()
310 std::map<C2Param::Index, std::unique_ptr<C2Param>*> paramsMap; in updateParamsFromMessage()
504 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.cpp63 typedef C2Param::Index Index; in query() typedef
64 std::vector<Index> c2heapParamIndices( in query()
65 (Index*)indices.data(), in query()
66 (Index*)indices.data() + indices.size()); in query()
DInputSurfaceConnection.cpp279 const std::vector<C2Param::Index> &indices,
293 const std::vector<C2Param::Index> &heapParamIndices, in queryFromSink()
326 for (const C2Param::Index& index : heapParamIndices) { in queryFromSink()
499 const std::vector<C2Param::Index> &indices, in query()
/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;
Dthread_local_buffer.h18 template <typename T, std::size_t Index>
26 template <std::size_t Index>
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 …]
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/codec2/core/include/
DC2Param.h285 struct Index : public Type { struct
290 inline Index(uint32_t index) : Type(index) { } in Index() function
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)
555 inline C2Param(uint32_t paramSize, Index paramIndex) in C2Param()
[all …]
DC2ParamDef.h220 (_Type::PARAM_TYPE & T::Index::DIR_UNDEFINED) != T::Index::DIR_UNDEFINED); \
387 private _C2StructCheck<S, ParamIndex, T::PARAM_KIND | T::Index::DIR_UNDEFINED> {
406 public _C2StructCheck<S, ParamIndex, T::PARAM_KIND | T::Index::DIR_INPUT> {
418 public _C2StructCheck<S, ParamIndex, T::PARAM_KIND | T::Index::DIR_OUTPUT> {
472 public _C2FlexStructCheck<S, ParamIndex, T::PARAM_KIND | T::Index::DIR_INPUT> {
488 public _C2FlexStructCheck<S, ParamIndex, T::PARAM_KIND | T::Index::DIR_OUTPUT> {
527 T::PARAM_KIND | T::Index::IS_STREAM_FLAG | T::Index::DIR_UNDEFINED> {
551 T::PARAM_KIND | T::Index::IS_STREAM_FLAG | T::Type::DIR_INPUT> {
569 T::PARAM_KIND | T::Index::IS_STREAM_FLAG | T::Type::DIR_OUTPUT> {
610 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/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_ApplyNewSettings.cpp321 LVM_INT32 Index = 0; in LVREV_ApplyNewSettings() local
344 Index = i; in LVREV_ApplyNewSettings()
349 if (RoomSize == LVREV_GainPolyTable[Index][0]) { in LVREV_ApplyNewSettings()
352 Coefs[i - 1] = LVREV_GainPolyTable[Index][i]; in LVREV_ApplyNewSettings()
362 Tot_Dist = (LVM_UINT32)LVREV_GainPolyTable[Index][0] - in LVREV_ApplyNewSettings()
363 (LVM_UINT32)LVREV_GainPolyTable[Index - 1][0]; in LVREV_ApplyNewSettings()
364 Dist = RoomSize - (LVM_UINT32)LVREV_GainPolyTable[Index - 1][0]; in LVREV_ApplyNewSettings()
368 Coefs[i - 1] = LVREV_GainPolyTable[Index - 1][i]; in LVREV_ApplyNewSettings()
376 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/av/media/libstagefright/httplive/fuzzer/
DREADME.md14 4. Track Index (parameter name: `trackIndex`)
15 5. Index (parameter name: `index`)
/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/av/services/mediacodec/registrant/fuzzer/
DcodecServiceRegistrant_fuzzer.cpp50 C2Param::Index mIndex = C2StreamProfileLevelInfo::output::PARAM_TYPE;
98 vector<C2Param::Index> heapParamIndices; in invokeQuerySM()

1234