Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/core/include/
DC2Param.h158 struct CoreIndex { struct
192 inline CoreIndex(uint32_t index) : mIndex(index) { } in CoreIndex() argument
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()
411 inline CoreIndex coreIndex() const { return _mIndex.coreIndex(); } in coreIndex()
1145 inline C2Param::CoreIndex coreIndex() const { return _mType.coreIndex(); }
1165 C2Param::CoreIndex type,
1173 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
DC2Config.h155 kParamIndexDelayRequest = kParamIndexDelay | C2Param::CoreIndex::IS_REQUEST_FLAG,
785 typedef C2PortParam<C2Tuning, C2Uint32Value, kParamIndexDelay | C2Param::CoreIndex::IS_REQUEST_FLAG>
791 kParamIndexDelay | C2Param::CoreIndex::IS_REQUEST_FLAG>
/frameworks/av/media/codec2/sfplugin/
DReflectedParamUpdater.h139 void supportWholeParam(std::string name, C2Param::CoreIndex coreIndex);
203 std::map<std::string, C2Param::CoreIndex> mWholeParams;
DReflectedParamUpdater.cpp156 C2Param::CoreIndex(it->type()).coreIndex()); in addParamStructDesc()
211 if (desc->index() & C2Param::CoreIndex::IS_REQUEST_FLAG) { in addParamDesc()
233 void ReflectedParamUpdater::supportWholeParam(std::string name, C2Param::CoreIndex index) { in supportWholeParam()
/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DComponentStore.h109 std::map<C2Param::CoreIndex, std::shared_ptr<C2StructDescriptor>> mStructDescriptors;
110 std::set<C2Param::CoreIndex> mUnsupportedStructDescriptors;
/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/vndk/util/
DC2InterfaceUtils.cpp942 bool visited(C2Param::CoreIndex index) const { in visited()
971 C2Param::CoreIndex index = { mHead->field.type() &~C2FieldDescriptor::STRUCT_FLAG }; in C2FieldUtilsFieldsIterator()
989 C2Param::CoreIndex index = { mHead->field.type() &~C2FieldDescriptor::STRUCT_FLAG }; in increment()
1026 bool descendInto(C2Param::CoreIndex index) { in descendInto()
1168 C2Param::CoreIndex index, const _C2FieldId &field, uint32_t paramSize, in C2FieldUtilsFieldLocator()
1176 index = C2Param::CoreIndex(mHead->field.type() &~ C2FieldDescriptor::STRUCT_FLAG); in C2FieldUtilsFieldLocator()
1190 bool descendInto(C2Param::CoreIndex index) { in descendInto()
1269 : _mIndex(C2Param::CoreIndex(_C2ParamInspector::GetIndex(pf))), in C2FieldUtilsFieldLocation()
1284 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/hidl/1.0/utils/
DComponentStore.cpp133 C2Param::CoreIndex coreIndex = desc->index().coreIndex(); in validateSupportedParams()
249 const C2Param::CoreIndex coreIndex = C2Param::CoreIndex(indices[srcIx]).coreIndex(); in getStructDescriptors()
Dtypes.cpp617 C2Param::CoreIndex dIndex = C2Param::CoreIndex(static_cast<uint32_t>(s.type)); in objcpy()
/frameworks/av/media/codec2/vndk/internal/
DC2ParamInternal.h96 C2StructDescriptor CreateStructDescriptor(C2Param::CoreIndex index, in CreateStructDescriptor()
/frameworks/av/media/codec2/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()
/frameworks/av/media/codec2/tests/
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 …]
DC2SampleComponent_test.cpp172 …virtual std::unique_ptr<C2StructDescriptor> describe(C2Param::CoreIndex paramIndex) const override… in describe()
321 void dumpType(C2Param::CoreIndex type) { in dumpType()
/frameworks/av/media/codec2/vndk/
DC2Buffer.cpp1243 std::map<C2Param::CoreIndex, std::shared_ptr<C2Info>> mInfos;
/frameworks/av/media/codec2/hidl/client/
Dclient.cpp694 virtual std::unique_ptr<C2StructDescriptor> describe(C2Param::CoreIndex coreIndex) const { in getParamReflector()