Home
last modified time | relevance | path

Searched refs:CoreIndex (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/av/media/codec2/hal/aidl/include/codec2/aidl/
DComponentStore.h123 std::map<C2Param::CoreIndex, std::shared_ptr<C2StructDescriptor>> mStructDescriptors;
124 std::set<C2Param::CoreIndex> mUnsupportedStructDescriptors;
139 std::shared_ptr<C2StructDescriptor> describe(const C2Param::CoreIndex &index);
/frameworks/av/media/codec2/hal/hidl/1.0/utils/include/codec2/hidl/1.0/
DComponentStore.h121 std::shared_ptr<C2StructDescriptor> describe(const C2Param::CoreIndex &index);
127 std::map<C2Param::CoreIndex, std::shared_ptr<C2StructDescriptor>> mStructDescriptors;
128 std::set<C2Param::CoreIndex> mUnsupportedStructDescriptors;
/frameworks/av/media/codec2/hal/hidl/1.1/utils/include/codec2/hidl/1.1/
DComponentStore.h129 std::shared_ptr<C2StructDescriptor> describe(const C2Param::CoreIndex &index);
135 std::map<C2Param::CoreIndex, std::shared_ptr<C2StructDescriptor>> mStructDescriptors;
136 std::set<C2Param::CoreIndex> mUnsupportedStructDescriptors;
/frameworks/av/media/codec2/hal/hidl/1.2/utils/include/codec2/hidl/1.2/
DComponentStore.h136 std::shared_ptr<C2StructDescriptor> describe(const C2Param::CoreIndex &index);
142 std::map<C2Param::CoreIndex, std::shared_ptr<C2StructDescriptor>> mStructDescriptors;
143 std::set<C2Param::CoreIndex> mUnsupportedStructDescriptors;
/frameworks/av/media/codec2/core/include/
DC2Param.h158 struct CoreIndex { struct
192 inline CoreIndex(uint32_t index) : mIndex(index) { } in CoreIndex() function
195 inline CoreIndex(uint64_t index) = delete;
210 DEFINE_FIELD_AND_MASK_BASED_COMPARISON_OPERATORS(CoreIndex, mIndex, CORE_MASK)
221 struct Type : public CoreIndex {
250 inline Type(uint32_t index) : CoreIndex(index) { } in Type()
412 inline CoreIndex coreIndex() const { return _mIndex.coreIndex(); } in coreIndex()
1156 inline C2Param::CoreIndex coreIndex() const { return _mType.coreIndex(); }
1176 C2Param::CoreIndex type,
1184 C2Param::CoreIndex type,
[all …]
DC2ParamDef.h76 template<typename S, int CoreIndex>
78 _C2_CORE_INDEX_OVERRIDE(CoreIndex)
88 template<typename S, int CoreIndex, unsigned TypeFlags>
97 PARAM_TYPE = CoreIndex | TypeFlags
169 public _C2StructCheck<S, ParamIndex | C2Param::CoreIndex::IS_FLEX_FLAG, TypeFlags> {
173 CORE_INDEX = ParamIndex | C2Param::CoreIndex::IS_FLEX_FLAG, ///< flexible struct core-index
DC2Config.h171 kParamIndexDelayRequest = kParamIndexDelay | C2Param::CoreIndex::IS_REQUEST_FLAG,
869 typedef C2PortParam<C2Tuning, C2Uint32Value, kParamIndexDelay | C2Param::CoreIndex::IS_REQUEST_FLAG>
875 kParamIndexDelay | C2Param::CoreIndex::IS_REQUEST_FLAG>
DC2Buffer.h2343 … static C2InfoBuffer CreateLinearBuffer(C2Param::CoreIndex index, const C2ConstLinearBlock &block);
2353 …static C2InfoBuffer CreateGraphicBuffer(C2Param::CoreIndex index, const C2ConstGraphicBlock &block…
/frameworks/av/media/codec2/sfplugin/
DReflectedParamUpdater.h139 void supportWholeParam(std::string name, C2Param::CoreIndex coreIndex);
221 std::map<std::string, C2Param::CoreIndex> mWholeParams;
DReflectedParamUpdater.cpp144 C2Param::CoreIndex(it->type()).coreIndex()); in addParamStructDesc()
199 if (desc->index() & C2Param::CoreIndex::IS_REQUEST_FLAG) { in addParamDesc()
221 void ReflectedParamUpdater::supportWholeParam(std::string name, C2Param::CoreIndex index) { in supportWholeParam()
/frameworks/av/media/codec2/vndk/include/util/
DC2Debug-param.h30 std::ostream& operator<<(std::ostream& os, const C2Param::CoreIndex &i);
DC2InterfaceHelper.h53 C2Param::CoreIndex paramIndex) const override;
101 std::map<C2Param::CoreIndex, const C2StructDescriptor> _mStructs; ///< descriptors
121 C2Param::CoreIndex index, size_t offset);
/frameworks/av/media/codec2/hal/aidl/
DComponentStore.cpp180 C2Param::CoreIndex coreIndex = desc->index().coreIndex(); in validateSupportedParams()
356 const C2Param::CoreIndex coreIndex = in getStructDescriptors()
357 C2Param::CoreIndex(uint32_t(indices[srcIx])).coreIndex(); in getStructDescriptors()
415 std::shared_ptr<C2StructDescriptor> ComponentStore::describe(const C2Param::CoreIndex &index) { in describe()
/frameworks/av/media/codec2/hal/hidl/1.0/utils/
DComponentStore.cpp175 C2Param::CoreIndex coreIndex = desc->index().coreIndex(); in validateSupportedParams()
345 const C2Param::CoreIndex coreIndex = C2Param::CoreIndex(indices[srcIx]).coreIndex(); in getStructDescriptors()
396 std::shared_ptr<C2StructDescriptor> ComponentStore::describe(const C2Param::CoreIndex &index) { in describe()
/frameworks/av/media/codec2/hal/hidl/1.1/utils/
DComponentStore.cpp175 C2Param::CoreIndex coreIndex = desc->index().coreIndex(); in validateSupportedParams()
346 const C2Param::CoreIndex coreIndex = C2Param::CoreIndex(indices[srcIx]).coreIndex(); in getStructDescriptors()
433 std::shared_ptr<C2StructDescriptor> ComponentStore::describe(const C2Param::CoreIndex &index) { in describe()
/frameworks/av/media/codec2/hal/hidl/1.2/utils/
DComponentStore.cpp175 C2Param::CoreIndex coreIndex = desc->index().coreIndex(); in validateSupportedParams()
344 const C2Param::CoreIndex coreIndex = C2Param::CoreIndex(indices[srcIx]).coreIndex(); in getStructDescriptors()
467 std::shared_ptr<C2StructDescriptor> ComponentStore::describe(const C2Param::CoreIndex &index) { in describe()
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceUtils.cpp944 bool visited(C2Param::CoreIndex index) const { in visited()
973 C2Param::CoreIndex index = { mHead->field.type() &~C2FieldDescriptor::STRUCT_FLAG }; in C2FieldUtilsFieldsIterator()
991 C2Param::CoreIndex index = { mHead->field.type() &~C2FieldDescriptor::STRUCT_FLAG }; in increment()
1028 bool descendInto(C2Param::CoreIndex index) { in descendInto()
1170 C2Param::CoreIndex index, const _C2FieldId &field, uint32_t paramSize, in C2FieldUtilsFieldLocator()
1178 index = C2Param::CoreIndex(mHead->field.type() &~ C2FieldDescriptor::STRUCT_FLAG); in C2FieldUtilsFieldLocator()
1192 bool descendInto(C2Param::CoreIndex index) { in descendInto()
1271 : _mIndex(C2Param::CoreIndex(_C2ParamInspector::GetIndex(pf))), in C2FieldUtilsFieldLocation()
1286 C2Param::CoreIndex _mIndex;
DC2Debug.cpp68 static std::string attribParamCoreIndex(const C2Param::CoreIndex &i) { in attribParamCoreIndex()
98 std::ostream& operator<<(std::ostream& os, const C2Param::CoreIndex &i) { in operator <<()
DC2InterfaceHelper.cpp37 C2ReflectorHelper::describe(C2Param::CoreIndex paramIndex) const { in describe()
55 C2Param::CoreIndex coreIndex = fd.type() &~ C2FieldDescriptor::STRUCT_FLAG; in addStructDescriptor()
544 C2Param::CoreIndex index, size_t offset) { in GetBaseOffset()
633 C2Param::Index requestParamIx = paramIx | C2Param::CoreIndex::IS_REQUEST_FLAG; in config()
/frameworks/av/media/codec2/vndk/internal/
DC2ParamInternal.h96 C2StructDescriptor CreateStructDescriptor(C2Param::CoreIndex index, in CreateStructDescriptor()
/frameworks/av/media/codec2/tests/
DC2SampleComponent_test.cpp172 …virtual std::unique_ptr<C2StructDescriptor> describe(C2Param::CoreIndex paramIndex) const override… in describe()
321 void dumpType(C2Param::CoreIndex type) { in dumpType()
DC2Param_test.cpp1143 C2Param::CoreIndex index = C2NumberStruct::CORE_INDEX; in TEST_F()
1195 C2Param::CoreIndex index = C2NumberTuning::CORE_INDEX; in TEST_F()
1380 C2Param::CoreIndex index = C2NumberPortTuning::input::PARAM_TYPE; in TEST_F()
1614 C2Param::CoreIndex index = C2NumberStreamTuning::input::PARAM_TYPE; in TEST_F()
1747 C2Param::CoreIndex index = C2NumbersStruct::CORE_INDEX; in TEST_F()
1750 EXPECT_EQ(index.coreIndex(), kParamIndexNumbers | C2Param::CoreIndex::IS_FLEX_FLAG); in TEST_F()
1792 C2Param::CoreIndex index = C2NumbersTuning::CORE_INDEX; in TEST_F()
1795 EXPECT_EQ(index.coreIndex(), kParamIndexNumbers | C2Param::CoreIndex::IS_FLEX_FLAG); in TEST_F()
1976 C2Param::CoreIndex index = C2NumbersPortTuning::input::PARAM_TYPE; in TEST_F()
1979 EXPECT_EQ(index.coreIndex(), kParamIndexNumbers | C2Param::CoreIndex::IS_FLEX_FLAG); in TEST_F()
[all …]
/frameworks/av/media/module/codecserviceregistrant/
DCodecServiceRegistrant.cpp605 C2Param::CoreIndex coreIndex) const override { in getParamReflector()
616 C2Param::CoreIndex coreIndex) const { in getParamReflector()
651 C2Param::CoreIndex coreIndex) const { in getParamReflector()
/frameworks/av/media/codec2/hal/common/include/codec2/common/
DParamTypes.h604 C2Param::CoreIndex dIndex = C2Param::CoreIndex(static_cast<uint32_t>(s.type)); in objcpy()
/frameworks/av/media/codec2/hal/plugin/
DFilterWrapper.cpp105 mTypeToIndexForConfig[type.type() & ~C2Param::CoreIndex::IS_REQUEST_FLAG] = i; in takeFilters()
121 mTypeToIndexForConfig[type & ~C2Param::CoreIndex::IS_REQUEST_FLAG] = in takeFilters()

12