/frameworks/av/media/codec2/hal/aidl/include/codec2/aidl/ |
D | ComponentStore.h | 123 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/ |
D | ComponentStore.h | 121 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/ |
D | ComponentStore.h | 129 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/ |
D | ComponentStore.h | 136 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/ |
D | C2Param.h | 158 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 …]
|
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 169 public _C2StructCheck<S, ParamIndex | C2Param::CoreIndex::IS_FLEX_FLAG, TypeFlags> { 173 CORE_INDEX = ParamIndex | C2Param::CoreIndex::IS_FLEX_FLAG, ///< flexible struct core-index
|
D | C2Config.h | 171 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>
|
D | C2Buffer.h | 2343 … static C2InfoBuffer CreateLinearBuffer(C2Param::CoreIndex index, const C2ConstLinearBlock &block); 2353 …static C2InfoBuffer CreateGraphicBuffer(C2Param::CoreIndex index, const C2ConstGraphicBlock &block…
|
/frameworks/av/media/codec2/sfplugin/ |
D | ReflectedParamUpdater.h | 139 void supportWholeParam(std::string name, C2Param::CoreIndex coreIndex); 221 std::map<std::string, C2Param::CoreIndex> mWholeParams;
|
D | ReflectedParamUpdater.cpp | 144 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/ |
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/hal/aidl/ |
D | ComponentStore.cpp | 180 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/ |
D | ComponentStore.cpp | 175 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/ |
D | ComponentStore.cpp | 175 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/ |
D | ComponentStore.cpp | 175 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/ |
D | C2InterfaceUtils.cpp | 944 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;
|
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/vndk/internal/ |
D | C2ParamInternal.h | 96 C2StructDescriptor CreateStructDescriptor(C2Param::CoreIndex index, in CreateStructDescriptor()
|
/frameworks/av/media/codec2/tests/ |
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()
|
D | C2Param_test.cpp | 1143 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/ |
D | CodecServiceRegistrant.cpp | 605 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/ |
D | ParamTypes.h | 604 C2Param::CoreIndex dIndex = C2Param::CoreIndex(static_cast<uint32_t>(s.type)); in objcpy()
|
/frameworks/av/media/codec2/hal/plugin/ |
D | FilterWrapper.cpp | 105 mTypeToIndexForConfig[type.type() & ~C2Param::CoreIndex::IS_REQUEST_FLAG] = i; in takeFilters() 121 mTypeToIndexForConfig[type & ~C2Param::CoreIndex::IS_REQUEST_FLAG] = in takeFilters()
|