Home
last modified time | relevance | path

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

/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DComponentStore.h98 std::map<C2Param::CoreIndex, std::shared_ptr<C2StructDescriptor>> mStructDescriptors;
99 std::set<C2Param::CoreIndex> mUnsupportedStructDescriptors;
/hardware/google/av/codec2/vndk/include/util/
DC2Debug-param.h30 std::ostream& operator<<(std::ostream& os, const C2Param::CoreIndex &i);
DC2InterfaceHelper.h52 C2Param::CoreIndex paramIndex) const override;
100 std::map<C2Param::CoreIndex, const C2StructDescriptor> _mStructs; ///< descriptors
120 C2Param::CoreIndex index, size_t offset);
/hardware/google/av/codec2/include/
DC2Param.h158 struct CoreIndex { struct
191 inline CoreIndex(uint32_t index) : mIndex(index) { } in CoreIndex() argument
194 inline CoreIndex(uint64_t index) = delete;
209 DEFINE_FIELD_AND_MASK_BASED_COMPARISON_OPERATORS(CoreIndex, mIndex, CORE_MASK)
220 struct Type : public CoreIndex {
249 inline Type(uint32_t index) : CoreIndex(index) { } in Type()
406 inline CoreIndex coreIndex() const { return _mIndex.coreIndex(); } in coreIndex()
1134 inline C2Param::CoreIndex coreIndex() const { return _mType.coreIndex(); }
1154 C2Param::CoreIndex type,
1162 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
166 public _C2StructCheck<S, ParamIndex | C2Param::CoreIndex::IS_FLEX_FLAG, TypeFlags> {
170 CORE_INDEX = ParamIndex | C2Param::CoreIndex::IS_FLEX_FLAG, ///< flexible struct core-index
/hardware/google/av/codec2/vndk/util/
DC2InterfaceUtils.cpp928 bool visited(C2Param::CoreIndex index) const { in visited()
957 C2Param::CoreIndex index = { mHead->field.type() &~C2FieldDescriptor::STRUCT_FLAG }; in C2FieldUtilsFieldsIterator()
975 C2Param::CoreIndex index = { mHead->field.type() &~C2FieldDescriptor::STRUCT_FLAG }; in increment()
1012 bool descendInto(C2Param::CoreIndex index) { in descendInto()
1154 C2Param::CoreIndex index, const _C2FieldId &field, uint32_t paramSize, in C2FieldUtilsFieldLocator()
1162 index = C2Param::CoreIndex(mHead->field.type() &~ C2FieldDescriptor::STRUCT_FLAG); in C2FieldUtilsFieldLocator()
1176 bool descendInto(C2Param::CoreIndex index) { in descendInto()
1255 : _mIndex(C2Param::CoreIndex(_C2ParamInspector::GetIndex(pf))), in C2FieldUtilsFieldLocation()
1270 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()
/hardware/google/av/codec2/hidl/1.0/utils/
DComponentStore.cpp141 C2Param::CoreIndex coreIndex = desc->index().coreIndex(); in validateSupportedParams()
255 const C2Param::CoreIndex coreIndex = C2Param::CoreIndex(indices[srcIx]).coreIndex(); in getStructDescriptors()
Dtypes.cpp538 C2Param::CoreIndex dIndex = C2Param::CoreIndex(static_cast<uint32_t>(s.type)); in objcpy()
/hardware/google/av/codec2/vndk/internal/
DC2ParamInternal.h96 C2StructDescriptor CreateStructDescriptor(C2Param::CoreIndex index, in CreateStructDescriptor()
/hardware/google/av/media/sfplugin/tests/
DReflectedParamUpdater_test.cpp85 static std::unique_ptr<C2StructDescriptor> describe(C2Param::CoreIndex index) { in describe()
95 static std::unique_ptr<C2StructDescriptor> describe(C2Param::CoreIndex) { in describe()
129 std::unique_ptr<C2StructDescriptor> describe(C2Param::CoreIndex paramIndex) const override { in describe()
/hardware/google/av/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.cpp1135 C2Param::CoreIndex index = C2NumberStruct::CORE_INDEX; in TEST_F()
1187 C2Param::CoreIndex index = C2NumberTuning::CORE_INDEX; in TEST_F()
1372 C2Param::CoreIndex index = C2NumberPortTuning::input::PARAM_TYPE; in TEST_F()
1606 C2Param::CoreIndex index = C2NumberStreamTuning::input::PARAM_TYPE; in TEST_F()
1739 C2Param::CoreIndex index = C2NumbersStruct::CORE_INDEX; in TEST_F()
1742 EXPECT_EQ(index.coreIndex(), kParamIndexNumbers | C2Param::CoreIndex::IS_FLEX_FLAG); in TEST_F()
1784 C2Param::CoreIndex index = C2NumbersTuning::CORE_INDEX; in TEST_F()
1787 EXPECT_EQ(index.coreIndex(), kParamIndexNumbers | C2Param::CoreIndex::IS_FLEX_FLAG); in TEST_F()
1968 C2Param::CoreIndex index = C2NumbersPortTuning::input::PARAM_TYPE; in TEST_F()
1971 EXPECT_EQ(index.coreIndex(), kParamIndexNumbers | C2Param::CoreIndex::IS_FLEX_FLAG); in TEST_F()
[all …]
/hardware/google/av/media/sfplugin/
DReflectedParamUpdater.cpp156 C2Param::CoreIndex(it->type()).coreIndex()); in addParamStructDesc()
/hardware/google/av/codec2/hidl/client/
Dclient.cpp560 virtual std::unique_ptr<C2StructDescriptor> describe(C2Param::CoreIndex coreIndex) const { in getParamReflector()
/hardware/google/av/codec2/vndk/
DC2Buffer.cpp1255 std::map<C2Param::CoreIndex, std::shared_ptr<C2Info>> mInfos;