Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/tests/
DC2Param_test.cpp112 struct C2TestStruct_A { struct
129 const std::vector<C2FieldDescriptor> C2TestStruct_A::FieldList() { in FieldList()
132 const std::vector<C2FieldDescriptor> C2TestStruct_A::_FIELD_LIST =
144 std::vector<C2FieldDescriptor> fields = GetParam(), expected = C2TestStruct_A::_FIELD_LIST; in TEST_P()
165 …ASE_P(InitializerList, C2ParamTest_ParamFieldList, ::testing::Values(C2TestStruct_A::_FIELD_LIST));
169 { C2FieldDescriptor(&((C2TestStruct_A*)(nullptr))->signed32, "s32"),
170 C2FieldDescriptor(&((C2TestStruct_A*)(nullptr))->signed64, "s64"),
171 C2FieldDescriptor(&((C2TestStruct_A*)(nullptr))->unsigned32, "u32"),
172 C2FieldDescriptor(&((C2TestStruct_A*)(nullptr))->unsigned64, "u64"),
173 C2FieldDescriptor(&((C2TestStruct_A*)(nullptr))->fp32, "fp"),
[all …]