Home
last modified time | relevance | path

Searched refs:FieldList (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/codec2/tests/
DC2Param_test.cpp97 static const std::vector<C2FieldDescriptor> FieldList(); // <= needed for C2FieldDescriptor
124 static const std::vector<C2FieldDescriptor> FieldList();
129 const std::vector<C2FieldDescriptor> C2TestStruct_A::FieldList() { in FieldList() function in C2TestStruct_A
226 …_P(DescribeStruct2Step, C2ParamTest_ParamFieldList, ::testing::Values(C2TestAStruct::FieldList()));
255 …_P(DescribeStruct1Step, C2ParamTest_ParamFieldList, ::testing::Values(C2TestBStruct::FieldList()));
303 static const std::vector<C2FieldDescriptor> FieldList();
309 const std::vector<C2FieldDescriptor> C2TestStruct_FlexS32::FieldList() { in FieldList() function in C2TestStruct_FlexS32
321 static const std::vector<C2FieldDescriptor> FieldList();
327 const std::vector<C2FieldDescriptor> C2TestStruct_FlexEndS32::FieldList() { in FieldList() function in C2TestStruct_FlexEndS32
368 C2TestStruct_FlexS32::FieldList(), in GetLists()
[all …]
DC2SampleComponent_test.cpp178 decltype(instance->mDomainInfo)::FieldList(), in describe()
/frameworks/av/media/codec2/core/include/
DC2ParamDef.h173 inline static const std::vector<C2FieldDescriptor> FieldList() { return S::FieldList(); }
915 const std::vector<C2FieldDescriptor> C2SimpleValueStruct<T>::FieldList() {
919 const std::vector<C2FieldDescriptor> C2SimpleValueStruct<T[]>::FieldList() {
923 const std::vector<C2FieldDescriptor> C2SimpleArrayStruct<T>::FieldList() {
DC2Param.h1095 class=decltype(T::CORE_INDEX + 1), class=decltype(T::FieldList())>
1162 : C2StructDescriptor(T::CORE_INDEX, T::FieldList()) { }
1284 static const std::vector<C2FieldDescriptor> FieldList(); /**< structure fields factory */
1330 const std::vector<C2FieldDescriptor> strukt::FieldList() { return list; }
1461 const std::vector<C2FieldDescriptor> C2##name##Struct::FieldList() { return _FIELD_LIST; } \
1472 const std::vector<C2FieldDescriptor> C2##name##Struct::FieldList() { return _FIELD_LIST; } \
/frameworks/av/media/codec2/sfplugin/tests/
DReflectedParamUpdater_test.cpp87 return std::make_unique<C2StructDescriptor>(T::CORE_INDEX, T::FieldList()); in describe()