/frameworks/av/media/codec2/core/include/ |
D | C2Param.h | 158 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 …]
|
D | C2ParamDef.h | 76 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
|
D | C2Config.h | 155 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/ |
D | ReflectedParamUpdater.h | 139 void supportWholeParam(std::string name, C2Param::CoreIndex coreIndex); 203 std::map<std::string, C2Param::CoreIndex> mWholeParams;
|
D | ReflectedParamUpdater.cpp | 156 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/ |
D | ComponentStore.h | 109 std::map<C2Param::CoreIndex, std::shared_ptr<C2StructDescriptor>> mStructDescriptors; 110 std::set<C2Param::CoreIndex> mUnsupportedStructDescriptors;
|
/frameworks/av/media/codec2/vndk/include/util/ |
D | C2Debug-param.h | 30 std::ostream& operator<<(std::ostream& os, const C2Param::CoreIndex &i);
|
D | C2InterfaceHelper.h | 53 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/ |
D | C2InterfaceUtils.cpp | 942 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;
|
D | C2Debug.cpp | 68 static std::string attribParamCoreIndex(const C2Param::CoreIndex &i) { in attribParamCoreIndex() 98 std::ostream& operator<<(std::ostream& os, const C2Param::CoreIndex &i) { in operator <<()
|
D | C2InterfaceHelper.cpp | 37 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/ |
D | ComponentStore.cpp | 133 C2Param::CoreIndex coreIndex = desc->index().coreIndex(); in validateSupportedParams() 249 const C2Param::CoreIndex coreIndex = C2Param::CoreIndex(indices[srcIx]).coreIndex(); in getStructDescriptors()
|
D | types.cpp | 617 C2Param::CoreIndex dIndex = C2Param::CoreIndex(static_cast<uint32_t>(s.type)); in objcpy()
|
/frameworks/av/media/codec2/vndk/internal/ |
D | C2ParamInternal.h | 96 C2StructDescriptor CreateStructDescriptor(C2Param::CoreIndex index, in CreateStructDescriptor()
|
/frameworks/av/media/codec2/sfplugin/tests/ |
D | ReflectedParamUpdater_test.cpp | 85 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/ |
D | C2Param_test.cpp | 1135 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 …]
|
D | C2SampleComponent_test.cpp | 172 …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/ |
D | C2Buffer.cpp | 1243 std::map<C2Param::CoreIndex, std::shared_ptr<C2Info>> mInfos;
|
/frameworks/av/media/codec2/hidl/client/ |
D | client.cpp | 694 virtual std::unique_ptr<C2StructDescriptor> describe(C2Param::CoreIndex coreIndex) const { in getParamReflector()
|